Fork us on GitHub

workflow-scm-step

workflow-scm-step

checkout: General SCM

This is a special step that allows to run checkouts using any configuration options offered by any Pipeline-compatible SCM plugin. To use a concrete SCM implementations, just install the corresponding plugin and check if it is shown in the list below. Then select the SCM to use from the dropdown list and configure it as needed.

Any other specific step to run checkouts (like svn or git) are simplistic options of this step.

scm

Nested Choice of Objects $class: AWSCodePipelineSCM name:::

+ Type: String

clearWorkspace

Type: boolean

region

Type: String

awsAccessKey

In order to integrate with AWS CodePipeline, you must authorize access to the pipeline and its related artifacts. If you installed Jenkins on a supported Amazon EC2 instance type, such as Amazon Linux, you can install the AWS CLI and configure a profile with the required credentials. This is the preferred method. In all other cases, you can store AWS credentials in these fields. You should securely configure your Jenkins instance to use HTTPS so that these credentials are not sent unencrypted. For more information, see AWS CodePipeline Integration for Other Products and Services. Type: String

awsSecretKey

>In order to integrate with AWS CodePipeline, you must authorize access to the pipeline and its related artifacts. If you installed Jenkins on a supported Amazon EC2 instance type, such as Amazon Linux, you can install the AWS CLI and configure a profile with the required credentials. This is the preferred method. In all other cases, you can store AWS credentials in these fields. You should securely configure your Jenkins instance to use HTTPS so that these credentials are not sent unencrypted. For more information, see AWS CodePipeline Integration for Other Products and Services. Type: String

proxyHost

You might need a proxy host address if you are hosting Jenkins on a private network. The proxy name can be an IP address or DNS address. The AWS CodePipeline Plugin for Jenkins requires internet access. If access is not configured, you might see errors in the AWS CodePipeline Polling Log. Type: String

proxyPort

You might need a proxy port for your proxy host address if you are hosting Jenkins on a private network. The proxy port is a number, might be on port 8080, 3128, or 8443, depending on your network protocols and security settings. If access is not configured, you might see errors in the AWS CodePipeline Polling Log. Type: String

category

This is the category of the action type in AWS CodePipeline, and is usually either Build or Test. To see an example usage, see Install and Configure the AWS CodePipeline Plugin for Jenkins. Type: String

provider

This is the provider name of the action type in AWS CodePipeline. You must provide this exact string when adding an action for Jenkins in AWS CodePipeline. To see an example usage, see Install and Configure the AWS CodePipeline Plugin for Jenkins. Type: String

version

Leave the default as 1. Type: String

$class: AccurevSCM serverUUID:::

+ Type: String

serverName

Type: String

depot

Type: String

stream

Type: String

wspaceORreftree

Type: String

workspace

Type: String

reftree

Type: String

subPath

Type: String

filterForPollSCM

Type: String

synctime

Type: boolean

cleanreftree

Type: boolean

useSnapshot

Type: boolean

dontPopContent

Type: boolean

snapshotNameFormat

Type: String

directoryOffset

Type: String

ignoreStreamParent

Type: boolean

$class: BazaarSCM source:::

+ Type: String

cleantree

Type: boolean

browser

Nested Choice of Objects $class: Loggerhead url::::

+ Loggerhead is a web-based interface for Bazaar branches. It is used by Launchpad, so if your code is hosted on Launchpad, you are using Loggerhead.

  The repository browser URL for the root of the project.
  For example, a Launchpad project called myproject would use
  http://bazaar.launchpad.net/~myteam/myproject/mybranch.
*Type:* String

$class: OpenGrok url::::

+ The repository browser URL for the root of the project. For example, the OpenGrok project would use http://src.opensolaris.org/source/. Type: String

rootModule

Specify the root Bazaar module that this OpenGrok monitors. For example, for http://src.opensolaris.org/source/xref/opengrok/trunk/, this field would be opengrok/trunk/ because it displays the directory "/opengrok/trunk/". Type: String

checkout

Type: boolean

$class: BitKeeperSCM parent:::

+ Type: String

localRepository

Type: String

usePull

Type: boolean

quiet

Type: boolean

$class: BlameSubversionSCM

if it is false and the build is not triggered by upstream job,

the plugin will not collect any svn info from upstream job.

else the plugin will collect svn info from latest upstream job

alwaysCollectSVNInfo

Type: boolean

$class: CCUCMScm loadModule:::

+ Type: String

newest

Type: boolean

mode

Nested Choice of Objects $class: PollChildMode levelToPoll::::

+ Type: String

component (optional)

Type: String

createBaseline (optional)

Check this if you want create a baseline after a completed deliver.

This is only applicable for child and sibling poll mode. Type: boolean

newest (optional)

Selects the newest baseline on the stream. Skipping intermediates. Type: boolean

$class: PollRebaseMode levelToPoll::::

+ Type: String

component (optional)

The component used to figure out the correct baseline to recommend due to the following bug:

    http://www-01.ibm.com/support/docview.wss?uid=swg21269043
*Type:* String
createBaseline (optional)

Type: boolean

excludeList (optional)

Type: String

$class: PollSelfMode levelToPoll::::

+ Type: String

component (optional)

Type: String

newest (optional)

Selects the newest baseline on the stream. Skipping intermediates. Type: boolean

$class: PollSiblingMode levelToPoll::::

+ Type: String

component (optional)

Type: String

createBaseline (optional)

Check this if you want create a baseline after a completed deliver.

This is only applicable for child and sibling poll mode. Type: boolean

newest (optional)

Selects the newest baseline on the stream. Skipping intermediates. Type: boolean

useHyperLinkForPolling (optional)

Instead of using the integration streams default deliver target. Use the value specified in the hyperlink. The hyperlink type to be used can be configured in the global configuration. Type: boolean

$class: PollSubscribeMode levelToPoll::::

+ Type: String

componentsToMonitor

Array/List

Nested Object

componentSelection:

Type: String

jobsToMonitor

Array/List

Nested Object

jobname:

Type: String

ignores:

A comma seperated list of components which should not be included when checking if the requirements are met. That is to say that not all components are interesting in every job specified. Type: String

jobName (optional):

Specifies the name of the job in which all selected baselines must be present. Type: String

cascadePromotion (optional)

Type: boolean

component (optional)

Type: String

newest (optional)

Type: boolean

stream

Specify the stream you want to poll for with ClearCase UCM SCM. Syntax: [stream]@[PVOB] Type: String

treatUnstable

Type: String

nameTemplate

Type: String

forceDeliver

Type: boolean

recommend

Type: boolean

makeTag

Type: boolean

setDescription

Type: boolean

buildProject

Type: String

removeViewPrivateFiles

Type: boolean

trimmedChangeSet

Type: boolean

discard

Type: boolean

$class: CVSSCM repositories:::

+ Array/List

Nested Object

cvsRoot

The CVS connection string Jenkins uses to connect to the server. The format is the same as $CVSROOT environment variable (:protocol:user@host:path) Type: String

passwordRequired

Type: boolean

password

Type: String

repositoryItems

Array/List

Nested Object

location:

Nested Choice of Objects $class: BranchRepositoryLocation branchName::::::

+ Type: String

useHeadIfNotFound::

Type: boolean

$class: HeadRepositoryLocation $class: TagRepositoryLocation tagName::::::

+ Type: String

useHeadIfNotFound::

Type: boolean

modules:

Array/List

Nested Object

remoteName::

The name of the module in the repository at CVSROOT Type: String

localName::

The name to be applied to this module in the local workspace. If this is left blank then the remote module name will be used. This is similar to the checkout-as function available on many CVS clients. Type: String

projectsetFileName::

The name of the file in this module to parse for projectset entries. Type: String

excludedRegions

If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or folders in this list when determining if a build needs to be triggered. Each exclusion uses regular expression pattern matching, and must be separated by a new line.

	 src/main/web/.*\.html
	 src/main/web/.*\.jpeg
	 src/main/web/.*\.gif
  The example above illustrates that if only html/jpeg/gif files have been committed to the SCM a build will not occur.
  More information on regular expressions can be found here.
*Array/List*

Nested Object

pattern:

Type: String

compressionLevel

Type: int

repositoryBrowser

Nested Choice of Objects $class: FishEyeCVS url:::::

+ Specify the root URL of FishEye for this repository (such as this.) Type: String

$class: OpenGrok url:::::

+ Specify the root URL of OpenGrok for this repository. Type: String

$class: ViewCVS url:::::

+ Specify the root URL of ViewCVS for this repository (such as this). Type: String

canUseUpdate

If checked, Jenkins will use cvs update whenever possible for builds. This makes a build faster. But this also causes the artifacts from the previous build to remain in the file system when a new build starts, making it not a true clean build. Type: boolean

legacy

Hudson 1.20 and earlier used to create redundant directories inside the workspace. For example, if the CVS module name is "foo/bar", it first created "foo/bar" and then put everything below. With this option checked off, there will be no more such unnecessary intermediate directories.

If you have multiple modules to check out, this option is forced (otherwise they'll overlap.)
  This affects other path specifiers, such as artifact archivers --- you now specify
  "build/foo.jar" instead of "foo/build/foo.jar".
*Type:* boolean
skipChangeLog

Prevent the changelog being generated after checkout has completed. This will stop any changes being shown on the changes screen but reduces load on your CVS server. Type: boolean

pruneEmptyDirectories

Remove empty directories after checkout using the CVS -P option. Type: boolean

disableCvsQuiet

Instructs CVS to show all logging output. CVS normally runs in quiet mode but this option disables that. Type: boolean

cleanOnFailedUpdate

If the job is configured to use CVS update and the update step fails for any reason then the workspace will be wiped-out and a clean checkout done instead. Type: boolean

forceCleanCopy

If checked, Jenkins will add the C option to the CVS update command to force it to over-write any files with local modifications, rather than attempt a merge or leave them as they are. Type: boolean

$class: ClearCaseSCM branch:::

+ Type: String

label

Type: String

extractConfigSpec

Type: boolean

configSpecFileName

Type: String

refreshConfigSpec

Type: boolean

refreshConfigSpecCommand

Type: String

configSpec

Type: String

viewTag

Type: String

useupdate

Type: boolean

extractLoadRules

Type: boolean

loadRules

Type: String

useOtherLoadRulesForPolling

Type: boolean

loadRulesForPolling

Type: String

usedynamicview

Type: boolean

viewdrive

Type: String

mkviewoptionalparam

Type: String

filterOutDestroySubBranchEvent

Type: boolean

doNotUpdateConfigSpec

Type: boolean

rmviewonrename

Type: boolean

excludedRegions

Type: String

multiSitePollBuffer

Type: String

useTimeRule

Type: boolean

createDynView

Type: boolean

viewPath

Type: String

changeset

Values:

  • ALL

  • BRANCH

  • NONE

  • UPDT

viewStorage

Three strategies are currently available to manage view storage location.

Default. This entry doesn’t generate any additional argument to the cleartool mkview command. The behaviour will change depending on how your clearcase server is configured. Use server storage location. This entry generates a -stgloc argument to the cleartool mkview command. Use explicit path. This entry generates a -vws argument to the cleartool mkview command. Nested Choice of Objects $class: DefaultViewStorage $class: ServerViewStorage assignedLabelString::::

+ Label expression used to populate view storage location dropdown. Type: String

server

The view storage location that will be passed to the -stgloc option. The list of available servers is retrieved using cleartool lsstgloc -view Note that auto is always available. Type: String

$class: SpecificViewStorage winStorageDir::::

+ Type: String

unixStorageDir

Type: String

$class: ClearCaseUcmBaselineSCM

When used (and fully set up), this option will display a field at build-time so that the user is able to select a ClearCase UCM baseline from which to download the content for this project.

$class: ClearCaseUcmSCM stream:::

+ Type: String

loadrules

Type: String

viewTag

Type: String

usedynamicview

Type: boolean

viewdrive

Type: String

mkviewoptionalparam

Type: String

filterOutDestroySubBranchEvent

Type: boolean

useUpdate

Type: boolean

rmviewonrename

Type: boolean

excludedRegions

Type: String

multiSitePollBuffer

Type: String

overrideBranchName

Type: String

createDynView

Type: boolean

freezeCode

Type: boolean

recreateView

Type: boolean

allocateViewName

Type: boolean

viewPath

Type: String

useManualLoadRules

Type: boolean

changeset

Values:

  • ALL

  • BRANCH

  • NONE

  • UPDT

viewStorage

Three strategies are currently available to manage view storage location.

Default. This entry doesn’t generate any additional argument to the cleartool mkview command. The behaviour will change depending on how your clearcase server is configured. Use server storage location. This entry generates a -stgloc argument to the cleartool mkview command. Use explicit path. This entry generates a -vws argument to the cleartool mkview command. Nested Choice of Objects $class: DefaultViewStorage $class: ServerViewStorage assignedLabelString::::

+ Label expression used to populate view storage location dropdown. Type: String

server

The view storage location that will be passed to the -stgloc option. The list of available servers is retrieved using cleartool lsstgloc -view Note that auto is always available. Type: String

$class: SpecificViewStorage winStorageDir::::

+ Type: String

unixStorageDir

Type: String

buildFoundationBaseline

<!--

The MIT License
Copyright (c) 2013, Vincent Latombe
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

-→

If checked, instead of creating a view on the current stream, the job will look up the current foundation baselines for the given stream and work in readonly on these baselines. If polling is enabled, the build will be triggered every time a new foundation baseline is detected on the given stream. Type: boolean

$class: CloneWorkspaceSCM parentJobName:::

+ Type: String

criteria

Type: String

$class: CmvcSCM family:::

+ Type: String

become

Type: String

releases

Type: String

checkoutScript

Type: String

trackViewReportWhereClause

Type: String

$class: ConfigurationRotator acrs:::

+ Nested Choice of Objects $class: ClearCaseUCM pvobName::::

+ Type: String

contribute

Contribute data to a global database. Defined in the Compatibility Action Storage Plugin. Type: boolean

targets

Array/List

Nested Object

baselineName:

Type: String

level:

Values:

  • INITIAL

  • BUILT

  • TESTED

  • RELEASED

  • REJECTED

    fixed:

    Type: boolean

useNewest (optional)

Type: boolean

$class: Git targets::::

+ Array/List

Nested Object

name:

Type: String

repository:

Type: String

branch:

Type: String

commitId:

Type: String

fixed:

Type: boolean

useNewest (optional)

Type: boolean

$class: CvsProjectset repositories:::

+ Array/List

Nested Object

cvsRoot

The CVS connection string Jenkins uses to connect to the server. The format is the same as $CVSROOT environment variable (:protocol:user@host:path) Type: String

passwordRequired

Type: boolean

password

Type: String

repositoryItems

Array/List

Nested Object

location:

Nested Choice of Objects $class: BranchRepositoryLocation branchName::::::

+ Type: String

useHeadIfNotFound::

Type: boolean

$class: HeadRepositoryLocation $class: TagRepositoryLocation tagName::::::

+ Type: String

useHeadIfNotFound::

Type: boolean

modules:

Array/List

Nested Object

remoteName::

The name of the module in the repository at CVSROOT Type: String

localName::

The name to be applied to this module in the local workspace. If this is left blank then the remote module name will be used. This is similar to the checkout-as function available on many CVS clients. Type: String

projectsetFileName::

The name of the file in this module to parse for projectset entries. Type: String

excludedRegions

If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or folders in this list when determining if a build needs to be triggered. Each exclusion uses regular expression pattern matching, and must be separated by a new line.

	 src/main/web/.*\.html
	 src/main/web/.*\.jpeg
	 src/main/web/.*\.gif
  The example above illustrates that if only html/jpeg/gif files have been committed to the SCM a build will not occur.
  More information on regular expressions can be found here.
*Array/List*

Nested Object

pattern:

Type: String

compressionLevel

Type: int

repositoryBrowser

Nested Choice of Objects $class: FishEyeCVS url:::::

+ Specify the root URL of FishEye for this repository (such as this.) Type: String

$class: OpenGrok url:::::

+ Specify the root URL of OpenGrok for this repository. Type: String

$class: ViewCVS url:::::

+ Specify the root URL of ViewCVS for this repository (such as this). Type: String

canUseUpdate

If checked, Jenkins will use cvs update whenever possible for builds. This makes a build faster. But this also causes the artifacts from the previous build to remain in the file system when a new build starts, making it not a true clean build. Type: boolean

username

This username will be used for the checkout of any modules parsed from the projectset file if no match was found against the parsed CVSROOT using the globally configured authentication. Type: String

password

This password will be used for the checkout of any modules parsed from the projectset file if no match was found against the parsed CVSROOT using the globally configured authentication. Type: String

browser

Nested Choice of Objects $class: FishEyeCVS url::::

+ Specify the root URL of FishEye for this repository (such as this.) Type: String

$class: OpenGrok url::::

+ Specify the root URL of OpenGrok for this repository. Type: String

$class: ViewCVS url::::

+ Specify the root URL of ViewCVS for this repository (such as this). Type: String

skipChangeLog

Prevent the changelog being generated after checkout has completed. This will stop any changes being shown on the changes screen but reduces load on your CVS server. Type: boolean

pruneEmptyDirectories

Remove empty directories after checkout using the CVS -P option. Type: boolean

disableCvsQuiet

Instructs CVS to show all logging output. CVS normally runs in quiet mode but this option disables that. Type: boolean

cleanOnFailedUpdate

If the job is configured to use CVS update and the update step fails for any reason then the workspace will be wiped-out and a clean checkout done instead. Type: boolean

forceCleanCopy

Type: boolean

$class: DarcsScm source:::

+ Type: String

localDir

Type: String

clean

Type: boolean

browser

Nested Choice of Objects $class: DarcsWeb url::::

+ Type: String

repo

Type: String

$class: Darcsden url::::

+ Type: String

$class: DelegateSCM clazz:::

+ Type: String

$class: DimensionsSCM project:::

+ Type: String

folders

Array/List

Type: String

pathsToExclude

Array/List

Type: String

workarea

Type: String

canJobDelete

Type: boolean

canJobForce

Type: boolean

canJobRevert

Type: boolean

jobUserName

Type: String

jobPasswd

Type: String

jobServer

Type: String

jobDatabase

Type: String

canJobUpdate

Type: boolean

jobTimeZone

Type: String

jobWebUrl

Type: String

directory

Type: String

permissions

Type: String

eol

Type: String

canJobExpand

Type: boolean

canJobNoMetadata

Type: boolean

canJobNoTouch

Type: boolean

forceAsSlave

Type: boolean

$class: DrushMakefileSCM makefile:::

+ Specify the content of the Makefile. Support for YAML Makefiles depends on the version of Drush you have installed.

This example will generate a vanilla Drupal 7.38:

api=2
core=7.x
projects[drupal][version]=7.38

Type: String

root

Specify a local directory for the Drupal root (relative to the workspace root). Type: String

$class: EndevorConfiguration hostPort:::

+ The host address and port number for the mainframe server. The host and port must be separated by a : character. Type: String

filterPattern

Filter pattern used by the mainframe to determine which Endevor elements to download. Multiple filters can be defined, one filter per line. Each filter must be in the format Environment.System.Subsystem.Type.Stage.Element. Use * as wildcards. Wildcards can only be used at the end of each classification piece of the Endevor element. Wildcarding the stage will download the latest revision of an element. Type: String

fileExtension

File extension assigned to checked-out datasets. All datasets will be assigned the same file extension. If you want to use multiple fileextensions, multiple jobs must be created. Type: String

credentialsId

The available credentials to use for logging onto the host. Alternatively, click Add to add credentials using the Credentials Plugin. Refer to the Jenkins documentation for the Credentials Plugin. Type: String

codePage

The code page to be used for this connection. The code page is used to translate data sent to and from the host. The default is 1047. Type: String

$class: FeatureBranchAwareMercurialSCM installation:::

+ Type: String

source

Specify the repository to track. This can be URL or a local file path. Type: String

branch

Specify the branch name if you’d like to track a specific branch in a repository. Leave this field empty otherwise, to track the "default" branch. Type: String

modules

Reduce unnecessary builds by specifying a comma or space delimited list of "modules" within the repository. A module is a directory name within the repository that this project lives in. If this field is set, changes outside the specified modules will not trigger a build (even though the whole repository is checked out anyway due to the Mercurial limitation.) Type: String

subdir

If not empty, check out the Mercurial repository into this subdirectory of the job’s workspace. For example: my/sources (use forward slashes). If changing this entry, you probably want to clean the workspace first. Type: String

browser

Nested Choice of Objects $class: BitBucket url::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: FishEye url::::

+ Specify the root URL serving this repository, such as: http://www.example.org/browse/hg/ Type: String

$class: GoogleCode url::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: HgWeb url::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: Kallithea url::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: KilnHG url::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: RhodeCode url::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: RhodeCodeLegacy url::::

+ Specify the root URL serving this repository (such as this.) Type: String

clean

When this option is checked, each build will wipe any local modifications or untracked files in the repository checkout. This is often a convenient way to ensure that a build is not using any artifacts from earlier builds. Type: boolean

branchPattern

Type: String

$class: GitSCM userRemoteConfigs:::

+ Specify the repository to track. This can be a URL or a local file path. Note that for super-projects (repositories with submodules), only a local file path or a complete URL is valid. The following are examples of valid git URLs.

ssh://git@github.com/github/git.git
git@github.com:github/git.git (short notation for ssh protocol)
ssh://user@other.host.com/~/repos/R.git (to access the repos/R.git
repository in the user's home directory)
https://github.com/github/git.git
git://github.com/github/git.git
If the repository is a super-project, the
location from which to clone submodules is dependent on whether the repository
is bare or non-bare (i.e. has a working directory).
If the super-project is bare, the location of the submodules will be
taken from .gitmodules.
If the super-project is not bare, it is assumed that the
repository has each of its submodules cloned and checked out appropriately.
Thus, the submodules will be taken directly from a path like
`${SUPER_PROJECT_URL}/${SUBMODULE}`, rather than relying on
information from .gitmodules.
For a local URL/path to a super-project,
git rev-parse --is-bare-repository
is used to detect whether the super-project is bare or not.
For a remote URL to a super-project, the ending of the URL determines whether
a bare or non-bare repository is assumed:
    If the remote URL ends with /.git, a non-bare repository is
    assumed.
    If the remote URL does NOT end with /.git, a bare
    repository is assumed.
*Array/List*

Nested Object

url

Specify the URL of this remote repository. This uses the same syntax as your git clone command. Type: String

name

ID of the repository, such as origin, to uniquely identify this repository among other remote repositories. This is the same "name" that you use in your git remote command. If left empty, Jenkins will generate unique names for you.

    You normally want to specify this when you have multiple remote repositories.
*Type:* String
refspec

A refspec controls the remote refs to be retrieved and how they map to local refs. If left blank, it will default to the normal behaviour of git fetch, which retrieves all the branch heads as remotes/REPOSITORYNAME/BRANCHNAME. This default behaviour is OK for most cases.

In other words, the default refspec is "+refs/heads/*:refs/remotes/REPOSITORYNAME/*" where REPOSITORYNAME is the value
you specify in the above "name of repository" textbox.
When do you want to modify this value? A good example is when you want to just retrieve one branch. For example,
+refs/heads/master:refs/remotes/origin/master would only retrieve the master branch and nothing else.
    See the term definition in Git user manual for more details.
*Type:* String
credentialsId

Type: String

branches

Array/List

Nested Object

name
doGenerateSubmoduleConfigurations

Type: boolean

submoduleCfg

Array/List

+ hudson.plugins.git.SubmoduleConfig+

browser

Nested Choice of Objects $class: AssemblaWeb repoUrl::::

+ Type: String

$class: BacklogGitRepositoryBrowser repoName::::

+ Type: String

url

Set the project URL of Repository Browser used with this project. Sample of URL are shown below.

When no value is set, project of "Backlog URL" set above is used. Type: String

$class: BitbucketWeb repoUrl::::

+ Type: String

$class: CGit repoUrl::::

+ Type: String

$class: FisheyeGitRepositoryBrowser repoUrl::::

+ Type: String

$class: GitBlitRepositoryBrowser repoUrl::::

+ Type: String

projectName

Specify the name of the project in GitBlit Type: String

$class: GitBucketBrowser url::::

+ Type: String

$class: GitLab repoUrl::::

+ Type: String

version

Specify the major and minor version of gitlab you use (such as 3.1). Type: String

$class: GitList repoUrl::::

+ Type: String

$class: GitWeb repoUrl::::

+ Type: String

$class: GithubWeb repoUrl::::

+ Type: String

$class: Gitiles repoUrl::::

+ Type: String

$class: GitoriousWeb repoUrl::::

+ Type: String

$class: GogsGit repoUrl::::

+ Type: String

$class: KilnGit repoUrl::::

+ Type: String

$class: Phabricator repoUrl::::

+ Type: String

repo

Specify the repository name in phabricator (e.g. the "foo" part of phabricator.exmaple.com/diffusion/foo/browse) Type: String

$class: RedmineWeb repoUrl::::

+ Type: String

$class: RhodeCode repoUrl::::

+ Type: String

$class: Stash repoUrl::::

+ Type: String

$class: TFS2013GitRepositoryBrowser repoUrl::::

+ Either the name of the remote whose URL should be used, or the URL of this module in TFS (such as http://fisheye6.cenqua.com/tfs/myproject/_git/myrepo/). If empty (default), the URL of the "origin" repository is used.

If TFS is also used as the repository server, this can usually be left blank. Type: String

$class: TracGitRepositoryBrowser $class: ViewGitWeb repoUrl::::

+ Type: String

projectName

Specify the name of the project in ViewGit (e.g. scripts, scuttle etc. from http://code.fealdia.org/viewgit/) Type: String

gitTool

Type: String

extensions

Array/List

Nested Choice of Objects $class: AuthorInChangelog

The default behavior is to use the Git commit’s "Committer" value in Jenkins' build changesets. If this option is selected, the Git commit’s "Author" value would be used instead.

Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.

$class: BuildChooserSetting

When you are interested in using a job to build multiple heads (most typically multiple branches), you can choose how Jenkins choose what branches to build in what order.

This extension point in Jenkins is used by many other plugins to control the job to build
specific commits. When you activate those plugins, you may see them installing a custom strategy
here.
buildChooser

Nested Choice of Objects $class: AlternativeBuildChooser $class: AncestryBuildChooser maximumAgeInDays:::::

+ Type: int

ancestorCommitSha1:

Type: String

$class: DefaultBuildChooser $class: DeflakeGitBuildChooser $class: GerritBuildChooser $class: GerritTriggerBuildChooser $class: InverseBuildChooser

$class: ChangelogToBranch

This method calculates the changelog against the specified branch.

Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
options

Nested Object

compareRemote:

Name of the repository, such as origin, that contains the branch you specify below. Type: String

compareTarget:

The name of the branch within the named repository to compare against. Type: String

$class: CheckoutOption timeout::::

+ Specify a timeout (in minutes) for checkout. This option overrides the default timeout of 10 minutes. You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286). Note that property should be set on both master and slave to have effect (see JENKINS-22547). Type: int

$class: CleanBeforeCheckout

Clean up the workspace before every checkout by deleting all untracked files and directories, including those which are specified in .gitignore. It also resets all tracked files to their versioned state. This ensures that the workspace is in the same state as if you cloned and checked out in a brand-new empty directory, and ensures that your build is not affected by the files generated by the previous build.

$class: CleanCheckout

Clean up the workspace after every checkout by deleting all untracked files and directories, including those which are specified in .gitignore. It also resets all tracked files to their versioned state. This ensures that the workspace is in the same state as if you cloned and checked out in a brand-new empty directory, and ensures that your build is not affected by the files generated by the previous build.

$class: CloneOption shallow::::

+ Perform shallow clone, so that git will not download history of the project, saving time and disk space when you just want to access the latest version of a repository. Type: boolean

noTags

Perform a clone without tags, saving time and disk space when you just want to access what is specified by the refspec. Type: boolean

reference

Specify a folder containing a repository that will be used by Git as a reference during clone operations. This option will be ignored if the folder is not available on the master or slave where the clone is being executed. Type: String

timeout

Specify a timeout (in minutes) for clone and fetch operations. This option overrides the default timeout of 10 minutes. You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286). Note that property should be set on both master and slave to have effect (see JENKINS-22547). Type: int

depth (optional)

Set shallow clone depth, so that git will only download recent history of the project, saving time and disk space when you just want to access the latest version of a repository. Type: int

honorRefspec (optional)

Perform initial clone using the refspec defined for the repository. This can save time, data transfer and disk space when you only need to access the references specified by the refspec. Type: boolean

$class: CodeCommitURLHelper credentialId::::

+ Type: String

repositoryName

Type: String

$class: DisableRemotePoll

Git plugin uses git ls-remote polling mechanism by default when configured with a single branch (no wildcards!). This compare the latest built commit SHA with the remote branch without cloning a local copy of the repo. If you don’t want to / can’t use this. If this option is selected, polling will require a workspace and might trigger unwanted builds (see JENKINS-10131).

$class: GitTagMessageExtension

If the revision checked out has a git tag associated with it, the tag name will be exported during the build as GIT_TAG_NAME.

If a message was specified when creating the tag, then that message will be
exported during the build as the GIT_TAG_MESSAGE
environment variable.
If no tag message was specified, the commit message will be used.
If the revision has more than one tag associated with it, only the most recent
tag will be taken into account, unless the refspec contains
"refs/tags/" &mdash; i.e. builds are only triggered when certain tag names or
patterns are matched &mdash; in which case the exact tag name that triggered
the build will be used, even if it's not the most recent tag for this commit.
For this reason, if you're not using a tag-specific refspec but you
are using the "Create a tag for every build" behaviour, you should
make sure that the build-tagging behaviour is configured to run after
this "export git tag message" behaviour.
Tag and commit messages which span multiple lines are no problem, though only
the first 10000 lines of a tag's message will be exported.

$class: IgnoreNotifyCommit

If checked, this repository will be ignored when the notifyCommit-URL is accessed regardless of if the repository matches or not.

$class: LocalBranch

If given, checkout the revision to build as HEAD on this branch.

If selected, and its value is an empty string or "**", then the branch
name is computed from the remote branch without the origin.  In that
case, a remote branch origin/master will be checked out to a local
branch named master, and a remote branch origin/develop/new-feature
will be checked out to a local branch named develop/newfeature.
Please note that this has not been tested with submodules.
localBranch

Type: String

$class: MessageExclusion excludedMessage::::

+ If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed with message matched to Pattern when determining if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with a distinct message. Exclusion uses Pattern matching

.*\[maven-release-plugin\].*
The example above illustrates that if only revisions with "[maven-release-plugin]" message in first comment line
have been committed to the SCM a build will not occur.
You can create more complex patterns using embedded flag expressions.
(?s).*FOO.*
     This example will search FOO message in all comment lines.
*Type:* String

$class: PathRestriction

If set, and Jenkins is set to poll for changes, Jenkins will pay attention to included and/or excluded files and/or folders when determining if a build needs to be triggered.

Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
includedRegions

Each inclusion uses java regular expression pattern matching, and must be separated by a new line. An empty list implies that everything is included.

    myapp/src/main/web/.*\.html
    myapp/src/main/web/.*\.jpeg
    myapp/src/main/web/.*\.gif
  The example above illustrates that a build will only occur, if html/jpeg/gif files
  have been committed to the SCM. Exclusions take precedence over inclusions, if there is
  an overlap between included and excluded regions.
*Type:* String
excludedRegions

Each exclusion uses java regular expression pattern matching, and must be separated by a new line.

    myapp/src/main/web/.*\.html
    myapp/src/main/web/.*\.jpeg
    myapp/src/main/web/.*\.gif
  The example above illustrates that if only html/jpeg/gif files have been committed to
  the SCM a build will not occur.
*Type:* String

$class: PerBuildTag

Create a tag in the workspace for every build to unambiguously mark the commit that was built. You can combine this with Git publisher to push the tags to the remote repository.

$class: PreBuildMerge

These options allow you to perform a merge to a particular branch before building. For example, you could specify an integration branch to be built, and to merge to master. In this scenario, on every change of integration, Jenkins will perform a merge with the master branch, and try to perform a build if the merge is successful. It then may push the merge back to the remote repository if the Git Push post-build action is selected.

options

Nested Object

mergeRemote:

Name of the repository, such as origin, that contains the branch you specify below. If left blank, it’ll default to the name of the first repository configured above. Type: String

mergeTarget:

The name of the branch within the named repository to merge to, such as master. Type: String

mergeStrategy:

Merge strategy selection. This feature is not fully implemented in JGIT. Type: String

fastForwardMode:

Merge fast-forward mode selection. The default, --ff, gracefully falls back to a merge commit when required. For more information, see the Git Merge Documentation Values:

  • FF

  • FF_ONLY

  • NO_FF

$class: PruneStaleBranch

Run "git remote prune" for each remote, to prune obsolete local branches.

$class: RelativeTargetDirectory relativeTargetDir::::

+ Specify a local directory (relative to the workspace root) where the Git repository will be checked out. If left empty, the workspace root itself will be used. Type: String

$class: ScmName

Unique name for this SCM. Needed when using Git within the Multi SCM plugin.

name

Type: String

$class: SparseCheckoutPaths

Specify the paths that you’d like to sparse checkout. This may be used for saving space (Think about a reference repository). Be sure to use a recent version of Git, at least above 1.7.10

sparseCheckoutPaths

Array/List

Nested Object

path:

Type: String

$class: SubmoduleOption disableSubmodules::::

+ By disabling support for submodules you can still keep using basic git plugin functionality and just have Jenkins to ignore submodules completely as if they didn’t exist. Type: boolean

recursiveSubmodules

Retrieve all submodules recursively

  (uses '--recursive' option which requires git>=1.6.5)
*Type:* boolean
trackingSubmodules

Retrieve the tip of the configured branch in .gitmodules

   (Uses '--remote' option which requires git>=1.8.2)
*Type:* boolean
reference

Specify a folder containing a repository that will be used by Git as a reference during clone operations. This option will be ignored if the folder is not available on the master or slave where the clone is being executed. To prepare a reference folder with multiple subprojects, create a bare git repository and add all the remote urls then perform a fetch:

  git init --bare
  git remote add SubProject1 https://gitrepo.com/subproject1
  git remote add SubProject2 https://gitrepo.com/subproject2
  git fetch --all

Type: String

timeout

Specify a timeout (in minutes) for submodules operations. This option overrides the default timeout of 10 minutes. You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286). Note that property should be set on both master and slave to have effect (see JENKINS-22547). Type: int

parentCredentials

Use credentials from the default remote of the parent project. Type: boolean

$class: UserExclusion excludedUsers::::

+ If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed by users in this list when determining if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with a distinct SCM user.

Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
Each exclusion uses literal pattern matching, and must be separated by a new line.
	 auto_build_user
  The example above illustrates that if only revisions by "auto_build_user" have been committed to the SCM a build will not occur.
*Type:* String

$class: UserIdentity name::::

+ If given, "git config user.name [this]" is called before builds. This overrides whatever is in the global settings. Type: String

email

If given, "git config user.email [this]" is called before builds. This overrides whatever is in the global settings. Type: String

$class: WipeWorkspace

Delete the contents of the workspace before building, ensuring a fully fresh workspace.

$class: GoogleCodeSCMEx

Checks out the source code from Subversion repositories. See post-commit hook set up for improved turn-around time and performance in polling.

directory

Type: String

locations

Nested Object

remote

Type: String

credentialsId

Type: String

local

Specify a local directory (relative to the workspace root) where this module is checked out. If left empty, the last path component of the URL is used as the default, just like the svn CLI. A single period (.) may be used to check out the project directly into the workspace rather than into a subdirectory. Type: String

depthOption

--depth option for checkout and update commands. Default value is infinity.

empty includes only the immediate target of the operation, not any of its file or directory children.
files includes the immediate target of the operation and any of its immediate file children.
immediates includes the immediate target of the operation and any of its immediate file or directory children. The directory children will themselves be empty.
infinity includes the immediate target, its file and directory children, its children's children, and so on to full recursion.
as-it-is takes the working depth from the current working copy, allows for setting update depth manually using --set-depth option.
  More information can be found
  here.
*Type:* String
ignoreExternalsOption

"--ignore-externals" option will be used with svn checkout, svn update commands to disable externals definition processing.

  More information can be found
here.
    Note: there is the potential to leverage `svn:externals` to gain read access to the entire
    Subversion repository. This can happen if you follow the normal practice of giving Jenkins
    credentials with read access to the entire Subversion repository. You will also need to provide the credentials
    to use when checking/polling out the svn:externals using the Additional Credentials option.
*Type:* boolean

$class: HarvestSCM broker:::

+ Type: String

passwordFile

Type: String

userId

Type: String

password

Type: String

projectName

Type: String

state

Type: String

viewPath

Type: String

clientPath

Type: String

processName

Type: String

recursiveSearch

Type: String

useSynchronize

Type: boolean

extraOptions

Type: String

$class: JazzSCM repositoryLocation:::

+ This is the URL for your project’s Repository. Typically it is something like http://[hostname]:9443/[projectname] Type: String

workspaceName

This is the workspace you have created for the builds to run from. Jazz best practice suggests this is a dedicated workspace. Type: String

streamName

This is the stream from which you have created the build workspace. Type: String

username

This is the username for the user you have set up in Jazz to perform your builds. Jazz best practice suggests that this is a dedicated user. Type: String

password

This is the password for the user you have set up in Jazz to perform your builds. Jazz best practice suggests that this is a dedicated user. Type: String

$class: MercurialSCM source:::

+ Specify the repository to track. This can be URL or a local file path. If you are specifying HTTP credentials, do not include a username in the URL. Type: String

browser (optional)

Nested Choice of Objects $class: BitBucket url::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: FishEye url::::

+ Specify the root URL serving this repository, such as: http://www.example.org/browse/hg/ Type: String

$class: GoogleCode url::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: HgWeb url::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: Kallithea url::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: KilnHG url::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: RhodeCode url::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: RhodeCodeLegacy url::::

+ Specify the root URL serving this repository (such as this.) Type: String

clean (optional)

When this option is checked, each build will wipe any local modifications or untracked files in the repository checkout. This is often a convenient way to ensure that a build is not using any artifacts from earlier builds. Type: boolean

credentialsId (optional)

Optional credentials to use when cloning or pulling from the remote repository. Supports username/password with HTTP(S) URLs, and SSH private key with SSH URLs. Type: String

disableChangeLog (optional)

When checked, Hudson will not calculate the Mercurial changelog for each build. Disabling the changelog can decrease the amount of time needed to update a very large repository. Type: boolean

installation (optional)

Type: String

modules (optional)

Reduce unnecessary builds by specifying a comma or space delimited list of "modules" within the repository. A module is a directory name within the repository that this project lives in. If this field is set, changes outside the specified modules will not trigger a build (even though the whole repository is checked out anyway due to the Mercurial limitation.) Type: String

revision (optional)

Specify the branch or tag name you would like to track. (If you do not type anything, the default value is the default branch.) Type: String

revisionType (optional)

Specify the kind of revision you expect Jenkins to update your working copy to. Values:

  • BRANCH

  • TAG

  • CHANGESET

  • REVSET

subdir (optional)

If not empty, check out the Mercurial repository into this subdirectory of the job’s workspace. For example: my/sources (use forward slashes). If changing this entry, you probably want to clean the workspace first. Type: String

$class: MultiSCM scmList:::

+ Array/List

Nested Choice of Objects $class: AWSCodePipelineSCM name::::

+ Type: String

clearWorkspace

Type: boolean

region

Type: String

awsAccessKey

In order to integrate with AWS CodePipeline, you must authorize access to the pipeline and its related artifacts. If you installed Jenkins on a supported Amazon EC2 instance type, such as Amazon Linux, you can install the AWS CLI and configure a profile with the required credentials. This is the preferred method. In all other cases, you can store AWS credentials in these fields. You should securely configure your Jenkins instance to use HTTPS so that these credentials are not sent unencrypted. For more information, see AWS CodePipeline Integration for Other Products and Services. Type: String

awsSecretKey

>In order to integrate with AWS CodePipeline, you must authorize access to the pipeline and its related artifacts. If you installed Jenkins on a supported Amazon EC2 instance type, such as Amazon Linux, you can install the AWS CLI and configure a profile with the required credentials. This is the preferred method. In all other cases, you can store AWS credentials in these fields. You should securely configure your Jenkins instance to use HTTPS so that these credentials are not sent unencrypted. For more information, see AWS CodePipeline Integration for Other Products and Services. Type: String

proxyHost

You might need a proxy host address if you are hosting Jenkins on a private network. The proxy name can be an IP address or DNS address. The AWS CodePipeline Plugin for Jenkins requires internet access. If access is not configured, you might see errors in the AWS CodePipeline Polling Log. Type: String

proxyPort

You might need a proxy port for your proxy host address if you are hosting Jenkins on a private network. The proxy port is a number, might be on port 8080, 3128, or 8443, depending on your network protocols and security settings. If access is not configured, you might see errors in the AWS CodePipeline Polling Log. Type: String

category

This is the category of the action type in AWS CodePipeline, and is usually either Build or Test. To see an example usage, see Install and Configure the AWS CodePipeline Plugin for Jenkins. Type: String

provider

This is the provider name of the action type in AWS CodePipeline. You must provide this exact string when adding an action for Jenkins in AWS CodePipeline. To see an example usage, see Install and Configure the AWS CodePipeline Plugin for Jenkins. Type: String

version

Leave the default as 1. Type: String

$class: AccurevSCM serverUUID::::

+ Type: String

serverName

Type: String

depot

Type: String

stream

Type: String

wspaceORreftree

Type: String

workspace

Type: String

reftree

Type: String

subPath

Type: String

filterForPollSCM

Type: String

synctime

Type: boolean

cleanreftree

Type: boolean

useSnapshot

Type: boolean

dontPopContent

Type: boolean

snapshotNameFormat

Type: String

directoryOffset

Type: String

ignoreStreamParent

Type: boolean

$class: BazaarSCM source::::

+ Type: String

cleantree

Type: boolean

browser

Nested Choice of Objects $class: Loggerhead url:::::

+ Loggerhead is a web-based interface for Bazaar branches. It is used by Launchpad, so if your code is hosted on Launchpad, you are using Loggerhead.

  The repository browser URL for the root of the project.
  For example, a Launchpad project called myproject would use
  http://bazaar.launchpad.net/~myteam/myproject/mybranch.
*Type:* String

$class: OpenGrok url:::::

+ The repository browser URL for the root of the project. For example, the OpenGrok project would use http://src.opensolaris.org/source/. Type: String

rootModule:

Specify the root Bazaar module that this OpenGrok monitors. For example, for http://src.opensolaris.org/source/xref/opengrok/trunk/, this field would be opengrok/trunk/ because it displays the directory "/opengrok/trunk/". Type: String

checkout

Type: boolean

$class: BitKeeperSCM parent::::

+ Type: String

localRepository

Type: String

usePull

Type: boolean

quiet

Type: boolean

$class: BlameSubversionSCM

if it is false and the build is not triggered by upstream job,

the plugin will not collect any svn info from upstream job.

else the plugin will collect svn info from latest upstream job

alwaysCollectSVNInfo

Type: boolean

$class: CCUCMScm loadModule::::

+ Type: String

newest

Type: boolean

mode

Nested Choice of Objects $class: PollChildMode levelToPoll:::::

+ Type: String

component (optional):

Type: String

createBaseline (optional):

Check this if you want create a baseline after a completed deliver.

This is only applicable for child and sibling poll mode. Type: boolean

newest (optional):

Selects the newest baseline on the stream. Skipping intermediates. Type: boolean

$class: PollRebaseMode levelToPoll:::::

+ Type: String

component (optional):

The component used to figure out the correct baseline to recommend due to the following bug:

    http://www-01.ibm.com/support/docview.wss?uid=swg21269043
*Type:* String
createBaseline (optional):

Type: boolean

excludeList (optional):

Type: String

$class: PollSelfMode levelToPoll:::::

+ Type: String

component (optional):

Type: String

newest (optional):

Selects the newest baseline on the stream. Skipping intermediates. Type: boolean

$class: PollSiblingMode levelToPoll:::::

+ Type: String

component (optional):

Type: String

createBaseline (optional):

Check this if you want create a baseline after a completed deliver.

This is only applicable for child and sibling poll mode. Type: boolean

newest (optional):

Selects the newest baseline on the stream. Skipping intermediates. Type: boolean

useHyperLinkForPolling (optional):

Instead of using the integration streams default deliver target. Use the value specified in the hyperlink. The hyperlink type to be used can be configured in the global configuration. Type: boolean

$class: PollSubscribeMode levelToPoll:::::

+ Type: String

componentsToMonitor:

Array/List

Nested Object

componentSelection::

Type: String

jobsToMonitor:

Array/List

Nested Object

jobname::

Type: String

ignores::

A comma seperated list of components which should not be included when checking if the requirements are met. That is to say that not all components are interesting in every job specified. Type: String

jobName (optional)::

Specifies the name of the job in which all selected baselines must be present. Type: String

cascadePromotion (optional):

Type: boolean

component (optional):

Type: String

newest (optional):

Type: boolean

stream

Specify the stream you want to poll for with ClearCase UCM SCM. Syntax: [stream]@[PVOB] Type: String

treatUnstable

Type: String

nameTemplate

Type: String

forceDeliver

Type: boolean

recommend

Type: boolean

makeTag

Type: boolean

setDescription

Type: boolean

buildProject

Type: String

removeViewPrivateFiles

Type: boolean

trimmedChangeSet

Type: boolean

discard

Type: boolean

$class: CVSSCM repositories::::

+ Array/List

Nested Object

cvsRoot:

The CVS connection string Jenkins uses to connect to the server. The format is the same as $CVSROOT environment variable (:protocol:user@host:path) Type: String

passwordRequired:

Type: boolean

password:

Type: String

repositoryItems:

Array/List

Nested Object

location::

Nested Choice of Objects $class: BranchRepositoryLocation branchName:::::::

+ Type: String

useHeadIfNotFound:::

Type: boolean

$class: HeadRepositoryLocation $class: TagRepositoryLocation tagName:::::::

+ Type: String

useHeadIfNotFound:::

Type: boolean

modules::

Array/List

Nested Object

remoteName:::

The name of the module in the repository at CVSROOT Type: String

localName:::

The name to be applied to this module in the local workspace. If this is left blank then the remote module name will be used. This is similar to the checkout-as function available on many CVS clients. Type: String

projectsetFileName:::

The name of the file in this module to parse for projectset entries. Type: String

excludedRegions:

If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or folders in this list when determining if a build needs to be triggered. Each exclusion uses regular expression pattern matching, and must be separated by a new line.

	 src/main/web/.*\.html
	 src/main/web/.*\.jpeg
	 src/main/web/.*\.gif
  The example above illustrates that if only html/jpeg/gif files have been committed to the SCM a build will not occur.
  More information on regular expressions can be found here.
*Array/List*

Nested Object

pattern::

Type: String

compressionLevel:

Type: int

repositoryBrowser:

Nested Choice of Objects $class: FishEyeCVS url::::::

+ Specify the root URL of FishEye for this repository (such as this.) Type: String

$class: OpenGrok url::::::

+ Specify the root URL of OpenGrok for this repository. Type: String

$class: ViewCVS url::::::

+ Specify the root URL of ViewCVS for this repository (such as this). Type: String

canUseUpdate

If checked, Jenkins will use cvs update whenever possible for builds. This makes a build faster. But this also causes the artifacts from the previous build to remain in the file system when a new build starts, making it not a true clean build. Type: boolean

legacy

Hudson 1.20 and earlier used to create redundant directories inside the workspace. For example, if the CVS module name is "foo/bar", it first created "foo/bar" and then put everything below. With this option checked off, there will be no more such unnecessary intermediate directories.

If you have multiple modules to check out, this option is forced (otherwise they'll overlap.)
  This affects other path specifiers, such as artifact archivers --- you now specify
  "build/foo.jar" instead of "foo/build/foo.jar".
*Type:* boolean
skipChangeLog

Prevent the changelog being generated after checkout has completed. This will stop any changes being shown on the changes screen but reduces load on your CVS server. Type: boolean

pruneEmptyDirectories

Remove empty directories after checkout using the CVS -P option. Type: boolean

disableCvsQuiet

Instructs CVS to show all logging output. CVS normally runs in quiet mode but this option disables that. Type: boolean

cleanOnFailedUpdate

If the job is configured to use CVS update and the update step fails for any reason then the workspace will be wiped-out and a clean checkout done instead. Type: boolean

forceCleanCopy

If checked, Jenkins will add the C option to the CVS update command to force it to over-write any files with local modifications, rather than attempt a merge or leave them as they are. Type: boolean

$class: ClearCaseSCM branch::::

+ Type: String

label

Type: String

extractConfigSpec

Type: boolean

configSpecFileName

Type: String

refreshConfigSpec

Type: boolean

refreshConfigSpecCommand

Type: String

configSpec

Type: String

viewTag

Type: String

useupdate

Type: boolean

extractLoadRules

Type: boolean

loadRules

Type: String

useOtherLoadRulesForPolling

Type: boolean

loadRulesForPolling

Type: String

usedynamicview

Type: boolean

viewdrive

Type: String

mkviewoptionalparam

Type: String

filterOutDestroySubBranchEvent

Type: boolean

doNotUpdateConfigSpec

Type: boolean

rmviewonrename

Type: boolean

excludedRegions

Type: String

multiSitePollBuffer

Type: String

useTimeRule

Type: boolean

createDynView

Type: boolean

viewPath

Type: String

changeset

Values:

  • ALL

  • BRANCH

  • NONE

  • UPDT

viewStorage

Three strategies are currently available to manage view storage location.

Default. This entry doesn’t generate any additional argument to the cleartool mkview command. The behaviour will change depending on how your clearcase server is configured. Use server storage location. This entry generates a -stgloc argument to the cleartool mkview command. Use explicit path. This entry generates a -vws argument to the cleartool mkview command. Nested Choice of Objects $class: DefaultViewStorage $class: ServerViewStorage assignedLabelString:::::

+ Label expression used to populate view storage location dropdown. Type: String

server:

The view storage location that will be passed to the -stgloc option. The list of available servers is retrieved using cleartool lsstgloc -view Note that auto is always available. Type: String

$class: SpecificViewStorage winStorageDir:::::

+ Type: String

unixStorageDir:

Type: String

$class: ClearCaseUcmBaselineSCM

When used (and fully set up), this option will display a field at build-time so that the user is able to select a ClearCase UCM baseline from which to download the content for this project.

$class: ClearCaseUcmSCM stream::::

+ Type: String

loadrules

Type: String

viewTag

Type: String

usedynamicview

Type: boolean

viewdrive

Type: String

mkviewoptionalparam

Type: String

filterOutDestroySubBranchEvent

Type: boolean

useUpdate

Type: boolean

rmviewonrename

Type: boolean

excludedRegions

Type: String

multiSitePollBuffer

Type: String

overrideBranchName

Type: String

createDynView

Type: boolean

freezeCode

Type: boolean

recreateView

Type: boolean

allocateViewName

Type: boolean

viewPath

Type: String

useManualLoadRules

Type: boolean

changeset

Values:

  • ALL

  • BRANCH

  • NONE

  • UPDT

viewStorage

Three strategies are currently available to manage view storage location.

Default. This entry doesn’t generate any additional argument to the cleartool mkview command. The behaviour will change depending on how your clearcase server is configured. Use server storage location. This entry generates a -stgloc argument to the cleartool mkview command. Use explicit path. This entry generates a -vws argument to the cleartool mkview command. Nested Choice of Objects $class: DefaultViewStorage $class: ServerViewStorage assignedLabelString:::::

+ Label expression used to populate view storage location dropdown. Type: String

server:

The view storage location that will be passed to the -stgloc option. The list of available servers is retrieved using cleartool lsstgloc -view Note that auto is always available. Type: String

$class: SpecificViewStorage winStorageDir:::::

+ Type: String

unixStorageDir:

Type: String

buildFoundationBaseline

<!--

The MIT License
Copyright (c) 2013, Vincent Latombe
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

-→

If checked, instead of creating a view on the current stream, the job will look up the current foundation baselines for the given stream and work in readonly on these baselines. If polling is enabled, the build will be triggered every time a new foundation baseline is detected on the given stream. Type: boolean

$class: CloneWorkspaceSCM parentJobName::::

+ Type: String

criteria

Type: String

$class: CmvcSCM family::::

+ Type: String

become

Type: String

releases

Type: String

checkoutScript

Type: String

trackViewReportWhereClause

Type: String

$class: ConfigurationRotator acrs::::

+ Nested Choice of Objects $class: ClearCaseUCM pvobName:::::

+ Type: String

contribute:

Contribute data to a global database. Defined in the Compatibility Action Storage Plugin. Type: boolean

targets:

Array/List

Nested Object

baselineName::

Type: String

level::

Values:

  • INITIAL

  • BUILT

  • TESTED

  • RELEASED

  • REJECTED

    fixed::

    Type: boolean

    useNewest (optional):

    Type: boolean

$class: Git targets:::::

+ Array/List

Nested Object

name::

Type: String

repository::

Type: String

branch::

Type: String

commitId::

Type: String

fixed::

Type: boolean

useNewest (optional):

Type: boolean

$class: CvsProjectset repositories::::

+ Array/List

Nested Object

cvsRoot:

The CVS connection string Jenkins uses to connect to the server. The format is the same as $CVSROOT environment variable (:protocol:user@host:path) Type: String

passwordRequired:

Type: boolean

password:

Type: String

repositoryItems:

Array/List

Nested Object

location::

Nested Choice of Objects $class: BranchRepositoryLocation branchName:::::::

+ Type: String

useHeadIfNotFound:::

Type: boolean

$class: HeadRepositoryLocation $class: TagRepositoryLocation tagName:::::::

+ Type: String

useHeadIfNotFound:::

Type: boolean

modules::

Array/List

Nested Object

remoteName:::

The name of the module in the repository at CVSROOT Type: String

localName:::

The name to be applied to this module in the local workspace. If this is left blank then the remote module name will be used. This is similar to the checkout-as function available on many CVS clients. Type: String

projectsetFileName:::

The name of the file in this module to parse for projectset entries. Type: String

excludedRegions:

If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or folders in this list when determining if a build needs to be triggered. Each exclusion uses regular expression pattern matching, and must be separated by a new line.

	 src/main/web/.*\.html
	 src/main/web/.*\.jpeg
	 src/main/web/.*\.gif
  The example above illustrates that if only html/jpeg/gif files have been committed to the SCM a build will not occur.
  More information on regular expressions can be found here.
*Array/List*

Nested Object

pattern::

Type: String

compressionLevel:

Type: int

repositoryBrowser:

Nested Choice of Objects $class: FishEyeCVS url::::::

+ Specify the root URL of FishEye for this repository (such as this.) Type: String

$class: OpenGrok url::::::

+ Specify the root URL of OpenGrok for this repository. Type: String

$class: ViewCVS url::::::

+ Specify the root URL of ViewCVS for this repository (such as this). Type: String

canUseUpdate

If checked, Jenkins will use cvs update whenever possible for builds. This makes a build faster. But this also causes the artifacts from the previous build to remain in the file system when a new build starts, making it not a true clean build. Type: boolean

username

This username will be used for the checkout of any modules parsed from the projectset file if no match was found against the parsed CVSROOT using the globally configured authentication. Type: String

password

This password will be used for the checkout of any modules parsed from the projectset file if no match was found against the parsed CVSROOT using the globally configured authentication. Type: String

browser

Nested Choice of Objects $class: FishEyeCVS url:::::

+ Specify the root URL of FishEye for this repository (such as this.) Type: String

$class: OpenGrok url:::::

+ Specify the root URL of OpenGrok for this repository. Type: String

$class: ViewCVS url:::::

+ Specify the root URL of ViewCVS for this repository (such as this). Type: String

skipChangeLog

Prevent the changelog being generated after checkout has completed. This will stop any changes being shown on the changes screen but reduces load on your CVS server. Type: boolean

pruneEmptyDirectories

Remove empty directories after checkout using the CVS -P option. Type: boolean

disableCvsQuiet

Instructs CVS to show all logging output. CVS normally runs in quiet mode but this option disables that. Type: boolean

cleanOnFailedUpdate

If the job is configured to use CVS update and the update step fails for any reason then the workspace will be wiped-out and a clean checkout done instead. Type: boolean

forceCleanCopy

Type: boolean

$class: DarcsScm source::::

+ Type: String

localDir

Type: String

clean

Type: boolean

browser

Nested Choice of Objects $class: DarcsWeb url:::::

+ Type: String

repo:

Type: String

$class: Darcsden url:::::

+ Type: String

$class: DelegateSCM clazz::::

+ Type: String

$class: DimensionsSCM project::::

+ Type: String

folders

Array/List

Type: String

pathsToExclude

Array/List

Type: String

workarea

Type: String

canJobDelete

Type: boolean

canJobForce

Type: boolean

canJobRevert

Type: boolean

jobUserName

Type: String

jobPasswd

Type: String

jobServer

Type: String

jobDatabase

Type: String

canJobUpdate

Type: boolean

jobTimeZone

Type: String

jobWebUrl

Type: String

directory

Type: String

permissions

Type: String

eol

Type: String

canJobExpand

Type: boolean

canJobNoMetadata

Type: boolean

canJobNoTouch

Type: boolean

forceAsSlave

Type: boolean

$class: DrushMakefileSCM makefile::::

+ Specify the content of the Makefile. Support for YAML Makefiles depends on the version of Drush you have installed.

This example will generate a vanilla Drupal 7.38:

api=2
core=7.x
projects[drupal][version]=7.38

Type: String

root

Specify a local directory for the Drupal root (relative to the workspace root). Type: String

$class: EndevorConfiguration hostPort::::

+ The host address and port number for the mainframe server. The host and port must be separated by a : character. Type: String

filterPattern

Filter pattern used by the mainframe to determine which Endevor elements to download. Multiple filters can be defined, one filter per line. Each filter must be in the format Environment.System.Subsystem.Type.Stage.Element. Use * as wildcards. Wildcards can only be used at the end of each classification piece of the Endevor element. Wildcarding the stage will download the latest revision of an element. Type: String

fileExtension

File extension assigned to checked-out datasets. All datasets will be assigned the same file extension. If you want to use multiple fileextensions, multiple jobs must be created. Type: String

credentialsId

The available credentials to use for logging onto the host. Alternatively, click Add to add credentials using the Credentials Plugin. Refer to the Jenkins documentation for the Credentials Plugin. Type: String

codePage

The code page to be used for this connection. The code page is used to translate data sent to and from the host. The default is 1047. Type: String

$class: FeatureBranchAwareMercurialSCM installation::::

+ Type: String

source

Specify the repository to track. This can be URL or a local file path. Type: String

branch

Specify the branch name if you’d like to track a specific branch in a repository. Leave this field empty otherwise, to track the "default" branch. Type: String

modules

Reduce unnecessary builds by specifying a comma or space delimited list of "modules" within the repository. A module is a directory name within the repository that this project lives in. If this field is set, changes outside the specified modules will not trigger a build (even though the whole repository is checked out anyway due to the Mercurial limitation.) Type: String

subdir

If not empty, check out the Mercurial repository into this subdirectory of the job’s workspace. For example: my/sources (use forward slashes). If changing this entry, you probably want to clean the workspace first. Type: String

browser

Nested Choice of Objects $class: BitBucket url:::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: FishEye url:::::

+ Specify the root URL serving this repository, such as: http://www.example.org/browse/hg/ Type: String

$class: GoogleCode url:::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: HgWeb url:::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: Kallithea url:::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: KilnHG url:::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: RhodeCode url:::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: RhodeCodeLegacy url:::::

+ Specify the root URL serving this repository (such as this.) Type: String

clean

When this option is checked, each build will wipe any local modifications or untracked files in the repository checkout. This is often a convenient way to ensure that a build is not using any artifacts from earlier builds. Type: boolean

branchPattern

Type: String

$class: GitSCM userRemoteConfigs::::

+ Specify the repository to track. This can be a URL or a local file path. Note that for super-projects (repositories with submodules), only a local file path or a complete URL is valid. The following are examples of valid git URLs.

ssh://git@github.com/github/git.git
git@github.com:github/git.git (short notation for ssh protocol)
ssh://user@other.host.com/~/repos/R.git (to access the repos/R.git
repository in the user's home directory)
https://github.com/github/git.git
git://github.com/github/git.git
If the repository is a super-project, the
location from which to clone submodules is dependent on whether the repository
is bare or non-bare (i.e. has a working directory).
If the super-project is bare, the location of the submodules will be
taken from .gitmodules.
If the super-project is not bare, it is assumed that the
repository has each of its submodules cloned and checked out appropriately.
Thus, the submodules will be taken directly from a path like
`${SUPER_PROJECT_URL}/${SUBMODULE}`, rather than relying on
information from .gitmodules.
For a local URL/path to a super-project,
git rev-parse --is-bare-repository
is used to detect whether the super-project is bare or not.
For a remote URL to a super-project, the ending of the URL determines whether
a bare or non-bare repository is assumed:
    If the remote URL ends with /.git, a non-bare repository is
    assumed.
    If the remote URL does NOT end with /.git, a bare
    repository is assumed.
*Array/List*

Nested Object

url:

Specify the URL of this remote repository. This uses the same syntax as your git clone command. Type: String

name:

ID of the repository, such as origin, to uniquely identify this repository among other remote repositories. This is the same "name" that you use in your git remote command. If left empty, Jenkins will generate unique names for you.

    You normally want to specify this when you have multiple remote repositories.
*Type:* String
refspec:

A refspec controls the remote refs to be retrieved and how they map to local refs. If left blank, it will default to the normal behaviour of git fetch, which retrieves all the branch heads as remotes/REPOSITORYNAME/BRANCHNAME. This default behaviour is OK for most cases.

In other words, the default refspec is "+refs/heads/*:refs/remotes/REPOSITORYNAME/*" where REPOSITORYNAME is the value
you specify in the above "name of repository" textbox.
When do you want to modify this value? A good example is when you want to just retrieve one branch. For example,
+refs/heads/master:refs/remotes/origin/master would only retrieve the master branch and nothing else.
    See the term definition in Git user manual for more details.
*Type:* String
credentialsId:

Type: String

branches

Array/List

Nested Object

name:
doGenerateSubmoduleConfigurations

Type: boolean

submoduleCfg

Array/List

+ hudson.plugins.git.SubmoduleConfig+

browser

Nested Choice of Objects $class: AssemblaWeb repoUrl:::::

+ Type: String

$class: BacklogGitRepositoryBrowser repoName:::::

+ Type: String

url:

Set the project URL of Repository Browser used with this project. Sample of URL are shown below.

When no value is set, project of "Backlog URL" set above is used. Type: String

$class: BitbucketWeb repoUrl:::::

+ Type: String

$class: CGit repoUrl:::::

+ Type: String

$class: FisheyeGitRepositoryBrowser repoUrl:::::

+ Type: String

$class: GitBlitRepositoryBrowser repoUrl:::::

+ Type: String

projectName:

Specify the name of the project in GitBlit Type: String

$class: GitBucketBrowser url:::::

+ Type: String

$class: GitLab repoUrl:::::

+ Type: String

version:

Specify the major and minor version of gitlab you use (such as 3.1). Type: String

$class: GitList repoUrl:::::

+ Type: String

$class: GitWeb repoUrl:::::

+ Type: String

$class: GithubWeb repoUrl:::::

+ Type: String

$class: Gitiles repoUrl:::::

+ Type: String

$class: GitoriousWeb repoUrl:::::

+ Type: String

$class: GogsGit repoUrl:::::

+ Type: String

$class: KilnGit repoUrl:::::

+ Type: String

$class: Phabricator repoUrl:::::

+ Type: String

repo:

Specify the repository name in phabricator (e.g. the "foo" part of phabricator.exmaple.com/diffusion/foo/browse) Type: String

$class: RedmineWeb repoUrl:::::

+ Type: String

$class: RhodeCode repoUrl:::::

+ Type: String

$class: Stash repoUrl:::::

+ Type: String

$class: TFS2013GitRepositoryBrowser repoUrl:::::

+ Either the name of the remote whose URL should be used, or the URL of this module in TFS (such as http://fisheye6.cenqua.com/tfs/myproject/_git/myrepo/). If empty (default), the URL of the "origin" repository is used.

If TFS is also used as the repository server, this can usually be left blank. Type: String

$class: TracGitRepositoryBrowser $class: ViewGitWeb repoUrl:::::

+ Type: String

projectName:

Specify the name of the project in ViewGit (e.g. scripts, scuttle etc. from http://code.fealdia.org/viewgit/) Type: String

gitTool

Type: String

extensions

Array/List

Nested Choice of Objects $class: AuthorInChangelog

The default behavior is to use the Git commit’s "Committer" value in Jenkins' build changesets. If this option is selected, the Git commit’s "Author" value would be used instead.

Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.

$class: BuildChooserSetting

When you are interested in using a job to build multiple heads (most typically multiple branches), you can choose how Jenkins choose what branches to build in what order.

This extension point in Jenkins is used by many other plugins to control the job to build
specific commits. When you activate those plugins, you may see them installing a custom strategy
here.
buildChooser:

Nested Choice of Objects $class: AlternativeBuildChooser $class: AncestryBuildChooser maximumAgeInDays::::::

+ Type: int

ancestorCommitSha1::

Type: String

$class: DefaultBuildChooser $class: DeflakeGitBuildChooser $class: GerritBuildChooser $class: GerritTriggerBuildChooser $class: InverseBuildChooser

$class: ChangelogToBranch

This method calculates the changelog against the specified branch.

Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
options:

Nested Object

compareRemote::

Name of the repository, such as origin, that contains the branch you specify below. Type: String

compareTarget::

The name of the branch within the named repository to compare against. Type: String

$class: CheckoutOption timeout:::::

+ Specify a timeout (in minutes) for checkout. This option overrides the default timeout of 10 minutes. You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286). Note that property should be set on both master and slave to have effect (see JENKINS-22547). Type: int

$class: CleanBeforeCheckout

Clean up the workspace before every checkout by deleting all untracked files and directories, including those which are specified in .gitignore. It also resets all tracked files to their versioned state. This ensures that the workspace is in the same state as if you cloned and checked out in a brand-new empty directory, and ensures that your build is not affected by the files generated by the previous build.

$class: CleanCheckout

Clean up the workspace after every checkout by deleting all untracked files and directories, including those which are specified in .gitignore. It also resets all tracked files to their versioned state. This ensures that the workspace is in the same state as if you cloned and checked out in a brand-new empty directory, and ensures that your build is not affected by the files generated by the previous build.

$class: CloneOption shallow:::::

+ Perform shallow clone, so that git will not download history of the project, saving time and disk space when you just want to access the latest version of a repository. Type: boolean

noTags:

Perform a clone without tags, saving time and disk space when you just want to access what is specified by the refspec. Type: boolean

reference:

Specify a folder containing a repository that will be used by Git as a reference during clone operations. This option will be ignored if the folder is not available on the master or slave where the clone is being executed. Type: String

timeout:

Specify a timeout (in minutes) for clone and fetch operations. This option overrides the default timeout of 10 minutes. You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286). Note that property should be set on both master and slave to have effect (see JENKINS-22547). Type: int

depth (optional):

Set shallow clone depth, so that git will only download recent history of the project, saving time and disk space when you just want to access the latest version of a repository. Type: int

honorRefspec (optional):

Perform initial clone using the refspec defined for the repository. This can save time, data transfer and disk space when you only need to access the references specified by the refspec. Type: boolean

$class: CodeCommitURLHelper credentialId:::::

+ Type: String

repositoryName:

Type: String

$class: DisableRemotePoll

Git plugin uses git ls-remote polling mechanism by default when configured with a single branch (no wildcards!). This compare the latest built commit SHA with the remote branch without cloning a local copy of the repo. If you don’t want to / can’t use this. If this option is selected, polling will require a workspace and might trigger unwanted builds (see JENKINS-10131).

$class: GitTagMessageExtension

If the revision checked out has a git tag associated with it, the tag name will be exported during the build as GIT_TAG_NAME.

If a message was specified when creating the tag, then that message will be
exported during the build as the GIT_TAG_MESSAGE
environment variable.
If no tag message was specified, the commit message will be used.
If the revision has more than one tag associated with it, only the most recent
tag will be taken into account, unless the refspec contains
"refs/tags/" &mdash; i.e. builds are only triggered when certain tag names or
patterns are matched &mdash; in which case the exact tag name that triggered
the build will be used, even if it's not the most recent tag for this commit.
For this reason, if you're not using a tag-specific refspec but you
are using the "Create a tag for every build" behaviour, you should
make sure that the build-tagging behaviour is configured to run after
this "export git tag message" behaviour.
Tag and commit messages which span multiple lines are no problem, though only
the first 10000 lines of a tag's message will be exported.

$class: IgnoreNotifyCommit

If checked, this repository will be ignored when the notifyCommit-URL is accessed regardless of if the repository matches or not.

$class: LocalBranch

If given, checkout the revision to build as HEAD on this branch.

If selected, and its value is an empty string or "**", then the branch
name is computed from the remote branch without the origin.  In that
case, a remote branch origin/master will be checked out to a local
branch named master, and a remote branch origin/develop/new-feature
will be checked out to a local branch named develop/newfeature.
Please note that this has not been tested with submodules.
localBranch:

Type: String

$class: MessageExclusion excludedMessage:::::

+ If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed with message matched to Pattern when determining if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with a distinct message. Exclusion uses Pattern matching

.*\[maven-release-plugin\].*
The example above illustrates that if only revisions with "[maven-release-plugin]" message in first comment line
have been committed to the SCM a build will not occur.
You can create more complex patterns using embedded flag expressions.
(?s).*FOO.*
     This example will search FOO message in all comment lines.
*Type:* String

$class: PathRestriction

If set, and Jenkins is set to poll for changes, Jenkins will pay attention to included and/or excluded files and/or folders when determining if a build needs to be triggered.

Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
includedRegions:

Each inclusion uses java regular expression pattern matching, and must be separated by a new line. An empty list implies that everything is included.

    myapp/src/main/web/.*\.html
    myapp/src/main/web/.*\.jpeg
    myapp/src/main/web/.*\.gif
  The example above illustrates that a build will only occur, if html/jpeg/gif files
  have been committed to the SCM. Exclusions take precedence over inclusions, if there is
  an overlap between included and excluded regions.
*Type:* String
excludedRegions:

Each exclusion uses java regular expression pattern matching, and must be separated by a new line.

    myapp/src/main/web/.*\.html
    myapp/src/main/web/.*\.jpeg
    myapp/src/main/web/.*\.gif
  The example above illustrates that if only html/jpeg/gif files have been committed to
  the SCM a build will not occur.
*Type:* String

$class: PerBuildTag

Create a tag in the workspace for every build to unambiguously mark the commit that was built. You can combine this with Git publisher to push the tags to the remote repository.

$class: PreBuildMerge

These options allow you to perform a merge to a particular branch before building. For example, you could specify an integration branch to be built, and to merge to master. In this scenario, on every change of integration, Jenkins will perform a merge with the master branch, and try to perform a build if the merge is successful. It then may push the merge back to the remote repository if the Git Push post-build action is selected.

options:

Nested Object

mergeRemote::

Name of the repository, such as origin, that contains the branch you specify below. If left blank, it’ll default to the name of the first repository configured above. Type: String

mergeTarget::

The name of the branch within the named repository to merge to, such as master. Type: String

mergeStrategy::

Merge strategy selection. This feature is not fully implemented in JGIT. Type: String

fastForwardMode::

Merge fast-forward mode selection. The default, --ff, gracefully falls back to a merge commit when required. For more information, see the Git Merge Documentation Values:

  • FF

  • FF_ONLY

  • NO_FF

$class: PruneStaleBranch

Run "git remote prune" for each remote, to prune obsolete local branches.

$class: RelativeTargetDirectory relativeTargetDir:::::

+ Specify a local directory (relative to the workspace root) where the Git repository will be checked out. If left empty, the workspace root itself will be used. Type: String

$class: ScmName

Unique name for this SCM. Needed when using Git within the Multi SCM plugin.

name:

Type: String

$class: SparseCheckoutPaths

Specify the paths that you’d like to sparse checkout. This may be used for saving space (Think about a reference repository). Be sure to use a recent version of Git, at least above 1.7.10

sparseCheckoutPaths:

Array/List

Nested Object

path::

Type: String

$class: SubmoduleOption disableSubmodules:::::

+ By disabling support for submodules you can still keep using basic git plugin functionality and just have Jenkins to ignore submodules completely as if they didn’t exist. Type: boolean

recursiveSubmodules:

Retrieve all submodules recursively

  (uses '--recursive' option which requires git>=1.6.5)
*Type:* boolean
trackingSubmodules:

Retrieve the tip of the configured branch in .gitmodules

   (Uses '--remote' option which requires git>=1.8.2)
*Type:* boolean
reference:

Specify a folder containing a repository that will be used by Git as a reference during clone operations. This option will be ignored if the folder is not available on the master or slave where the clone is being executed. To prepare a reference folder with multiple subprojects, create a bare git repository and add all the remote urls then perform a fetch:

  git init --bare
  git remote add SubProject1 https://gitrepo.com/subproject1
  git remote add SubProject2 https://gitrepo.com/subproject2
  git fetch --all

Type: String

timeout:

Specify a timeout (in minutes) for submodules operations. This option overrides the default timeout of 10 minutes. You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286). Note that property should be set on both master and slave to have effect (see JENKINS-22547). Type: int

parentCredentials:

Use credentials from the default remote of the parent project. Type: boolean

$class: UserExclusion excludedUsers:::::

+ If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed by users in this list when determining if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with a distinct SCM user.

Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
Each exclusion uses literal pattern matching, and must be separated by a new line.
	 auto_build_user
  The example above illustrates that if only revisions by "auto_build_user" have been committed to the SCM a build will not occur.
*Type:* String

$class: UserIdentity name:::::

+ If given, "git config user.name [this]" is called before builds. This overrides whatever is in the global settings. Type: String

email:

If given, "git config user.email [this]" is called before builds. This overrides whatever is in the global settings. Type: String

$class: WipeWorkspace

Delete the contents of the workspace before building, ensuring a fully fresh workspace.

$class: GoogleCodeSCMEx

Checks out the source code from Subversion repositories. See post-commit hook set up for improved turn-around time and performance in polling.

directory

Type: String

locations

Nested Object

remote:

Type: String

credentialsId:

Type: String

local:

Specify a local directory (relative to the workspace root) where this module is checked out. If left empty, the last path component of the URL is used as the default, just like the svn CLI. A single period (.) may be used to check out the project directly into the workspace rather than into a subdirectory. Type: String

depthOption:

--depth option for checkout and update commands. Default value is infinity.

empty includes only the immediate target of the operation, not any of its file or directory children.
files includes the immediate target of the operation and any of its immediate file children.
immediates includes the immediate target of the operation and any of its immediate file or directory children. The directory children will themselves be empty.
infinity includes the immediate target, its file and directory children, its children's children, and so on to full recursion.
as-it-is takes the working depth from the current working copy, allows for setting update depth manually using --set-depth option.
  More information can be found
  here.
*Type:* String
ignoreExternalsOption:

"--ignore-externals" option will be used with svn checkout, svn update commands to disable externals definition processing.

  More information can be found
here.
    Note: there is the potential to leverage `svn:externals` to gain read access to the entire
    Subversion repository. This can happen if you follow the normal practice of giving Jenkins
    credentials with read access to the entire Subversion repository. You will also need to provide the credentials
    to use when checking/polling out the svn:externals using the Additional Credentials option.
*Type:* boolean

$class: HarvestSCM broker::::

+ Type: String

passwordFile

Type: String

userId

Type: String

password

Type: String

projectName

Type: String

state

Type: String

viewPath

Type: String

clientPath

Type: String

processName

Type: String

recursiveSearch

Type: String

useSynchronize

Type: boolean

extraOptions

Type: String

$class: JazzSCM repositoryLocation::::

+ This is the URL for your project’s Repository. Typically it is something like http://[hostname]:9443/[projectname] Type: String

workspaceName

This is the workspace you have created for the builds to run from. Jazz best practice suggests this is a dedicated workspace. Type: String

streamName

This is the stream from which you have created the build workspace. Type: String

username

This is the username for the user you have set up in Jazz to perform your builds. Jazz best practice suggests that this is a dedicated user. Type: String

password

This is the password for the user you have set up in Jazz to perform your builds. Jazz best practice suggests that this is a dedicated user. Type: String

$class: MercurialSCM source::::

+ Specify the repository to track. This can be URL or a local file path. If you are specifying HTTP credentials, do not include a username in the URL. Type: String

browser (optional)

Nested Choice of Objects $class: BitBucket url:::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: FishEye url:::::

+ Specify the root URL serving this repository, such as: http://www.example.org/browse/hg/ Type: String

$class: GoogleCode url:::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: HgWeb url:::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: Kallithea url:::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: KilnHG url:::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: RhodeCode url:::::

+ Specify the root URL serving this repository (such as this.) Type: String

$class: RhodeCodeLegacy url:::::

+ Specify the root URL serving this repository (such as this.) Type: String

clean (optional)

When this option is checked, each build will wipe any local modifications or untracked files in the repository checkout. This is often a convenient way to ensure that a build is not using any artifacts from earlier builds. Type: boolean

credentialsId (optional)

Optional credentials to use when cloning or pulling from the remote repository. Supports username/password with HTTP(S) URLs, and SSH private key with SSH URLs. Type: String

disableChangeLog (optional)

When checked, Hudson will not calculate the Mercurial changelog for each build. Disabling the changelog can decrease the amount of time needed to update a very large repository. Type: boolean

installation (optional)

Type: String

modules (optional)

Reduce unnecessary builds by specifying a comma or space delimited list of "modules" within the repository. A module is a directory name within the repository that this project lives in. If this field is set, changes outside the specified modules will not trigger a build (even though the whole repository is checked out anyway due to the Mercurial limitation.) Type: String

revision (optional)

Specify the branch or tag name you would like to track. (If you do not type anything, the default value is the default branch.) Type: String

revisionType (optional)

Specify the kind of revision you expect Jenkins to update your working copy to. Values:

  • BRANCH

  • TAG

  • CHANGESET

  • REVSET

subdir (optional)

If not empty, check out the Mercurial repository into this subdirectory of the job’s workspace. For example: my/sources (use forward slashes). If changing this entry, you probably want to clean the workspace first. Type: String

$class: MultiSCM $class: OpenShiftImageStreams imageStreamName::::

+ The name of the ImageStream is what shows up in the NAME column if you dump all the ImageStream’s with the oc get is command invocation. Type: String

tag

The specific image tag within the ImageStream to monitor. Type: String

apiURL

Type: String

namespace

Type: String

authToken

Type: String

verbose

Type: String

$class: PdsConfiguration hostPort::::

+ The host address and port number for the mainframe server. The host and port must be separated by a : character. Type: String

filterPattern

Filter pattern used by the mainframe to determine which datasets to download. Multiple filters can be defined, one filter per line. Use * as wildcards. Type: String

fileExtension

File extension assigned to checked-out datasets. All datasets will be assigned the same file extension. If you want to use multiple fileextensions, multiple jobs must be created. Type: String

credentialsId

The available credentials to use for logging onto the host. Alternatively, click Add to add credentials using the Credentials Plugin. Refer to the Jenkins documentation for the Credentials Plugin. Type: String

codePage

The code page to be used for this connection. The code page is used to translate data sent to and from the host. The default is 1047. Type: String

$class: PerforceSCM p4User::::

+ Type: String

p4Passwd

Type: String

p4Client

Type: String

p4Port

Type: String

projectOptions

Type: String

p4Tool

Type: String

p4SysRoot

Type: String

p4SysDrive

Type: String

p4Label

Type: String

p4Counter

Type: String

p4UpstreamProject

Type: String

lineEndValue

Type: String

p4Charset

Type: String

p4CommandCharset

Type: String

clientOwner

Type: String

updateCounterValue

Type: boolean

forceSync

Type: boolean

dontUpdateServer

Type: boolean

alwaysForceSync

Type: boolean

createWorkspace

Type: boolean

updateView

Type: boolean

disableChangeLogOnly

Type: boolean

disableSyncOnly

Type: boolean

showIntegChanges

Type: boolean

dontUpdateClient

Type: boolean

exposeP4Passwd

Type: boolean

pollOnlyOnMaster

Type: boolean

slaveClientNameFormat

Type: String

firstChange

Type: int

fileLimit

Type: int

browser

Nested Choice of Objects $class: FishEyePerforce url:::::

+ Type: String

rootModule:

Type: String

$class: P4Web url:::::

+ Type: String

$class: Perfbrowse url:::::

+ Type: String

excludedUsers

Type: String

excludedFiles

Type: String

excludedFilesCaseSensitivity

Type: boolean

depotType

Nested Object

value:

Type: String

p4Stream:

Type: String

clientSpec:

Type: String

projectPath:

Type: String

cleanWorkspace

Nested Object

cleanType:

Nested Object

value::

Type: String

restoreChangedDeletedFiles::

Type: boolean

wipeRepoBeforeBuild:

Type: boolean

useViewMask

Nested Object

viewMask:

Type: String

useViewMaskForPolling:

Type: boolean

useViewMaskForSyncing:

Type: boolean

useViewMaskForChangeLog:

Type: boolean

$class: PerforceScm credential::::

+ Perforce Credentials

Select the appropriate credential for the Perforce connection. Perforce Credentials are defined in the Jenkins Credentials plugin here.

There are two types:

		'Perforce Password Credential' for standard username/password
			authentication
		'Perforce Ticket Credential' for ticket based authentication.
*Type:* String
workspace

Workspace Behaviour

Select the appropriate Perforce workspace behaviour from the list. Not all modes will suit all Jenkins Job build types.

There are five types:

Manual
Manually define the Workspace view and sync options. Existing
	workspace will by updated or a new workspace created.
Spec File
Use a pre-defined Workspace Spec file versioned in Perforce.
Static
Use a pre-defined Workspace; must already exist and have a
	valid view.
Streams
Auto create/update a Streams workspace with a view determined
	by the chosen stream.
		Template
		Auto create/update a normal workspace with a view determined
			by the template workspace.
Nested Choice of Objects
+$class: 'ManualWorkspaceImpl'+
+charset+:::::

+ P4CHARSET

The character set used by Jenkins when syncing files from the Perforce server. This should be set to none unless connected to a Unicode enabled Perforce server. Type: String

pinHost:

Type: boolean

name:

Workspace name

Specify the name of the Perforce workspace to be used as the Jenkins build workspace. If the workspace does not yet exist, the configuration will be saved in Jenkins; the workspace is created only when it is to be used. If the workspace exists and you are connected to a Perforce server the auto-text fill should list suitable workspaces; updates are only applied when the workspace is used. Type: String

spec:

Nested Object

allwrite::

Type: boolean

clobber::

Type: boolean

compress::

Type: boolean

locked::

Type: boolean

modtime::

Type: boolean

rmdir::

Type: boolean

streamName::

Type: String

line::

Type: String

view::

Type: String

syncID (optional):

Type: String

$class: SpecWorkspaceImpl charset:::::

+ P4CHARSET

The character set used by Jenkins when syncing files from the Perforce server. This should be set to none unless connected to a Unicode enabled Perforce server. Type: String

pinHost:

Type: boolean

name:

An existing workspace

Specify the name of the Perforce workspace to be used as the Jenkins build workspace. If the workspace does not yet exist, the configuration will be saved in Jenkins; the workspace is created only when it is to be used. If the workspace exists and you are connected to a Perforce server the auto-text fill should list suitable workspaces; updates are only applied when the workspace is used. Type: String

specPath:

Type: String

syncID (optional):

Type: String

$class: StaticWorkspaceImpl charset:::::

+ P4CHARSET

The character set used by Jenkins when syncing files from the Perforce server. This should be set to none unless connected to a Unicode enabled Perforce server. Type: String

pinHost:

Type: boolean

name:

An existing workspace

Specify the name of an existing workspace in Perforce to be used as the Jenkins build workspace. If connected to a Perforce server the auto-text fill should list suitable workspaces Type: String

syncID (optional):

Type: String

$class: StreamWorkspaceImpl charset:::::

+ P4CHARSET

The character set used by Jenkins when syncing files from the Perforce server. This should be set to none unless connected to a Unicode enabled Perforce server. Type: String

pinHost:

Type: boolean

streamName:

Stream codeline

Specify the full Perforce depot path for the given stream. If connected to a Perforce server the auto-text fill should list possible streams.

	For example: //stream-depot/main-stream
*Type:* String
format:

Workspace name formatter

Jenklin slave nodes must each use a unique Perforce workspace. The format string configures the workspace name by substituting the specified variables: (at least one variable must be used)

Variables can be taken from the Jenkins Environment or Parameterized builds Type: String

syncID (optional):

Type: String

$class: TemplateWorkspaceImpl charset:::::

+ P4CHARSET

The character set used by Jenkins when syncing files from the Perforce server. This should be set to none unless connected to a Unicode enabled Perforce server. Type: String

pinHost:

Type: boolean

templateName:

Templace workspace

Specify the name of an existing workspace in Perforce used to create or update a Jenkins build workspace. If connected to a Perforce server the auto-text fill should list suitable workspaces Type: String

format:

Workspace name formatter

Jenklin slave nodes must each use a unique Perforce workspace. The format string configures the workspace name by substituting the specified variables: (at least one variable must be used)

Variables can be taken from the Jenkins Environment or Parameterized builds Type: String

syncID (optional):

Type: String

filter

Array/List

Nested Choice of Objects $class: FilterPathImpl path:::::

+ Depot path filter

Changes can be filtered to not trigger a build; if all the files within a change match the specified path, the build is filtered.

For example, with a Filter of "
`//depot/main/tests`
":
Case A (change will be filtered):
Files:
`//depot/main/tests/index.xml`
`//depot/main/tests/001/test.xml`
`//depot/main/tests/002/test.xml`
Case B (change will not be filtered, as build.xml is
outside of the filter):
Files:
`//depot/main/src/build.xml`
`//depot/main/tests/004/test.xml`
		`//depot/main/tests/005/test.xml`
*Type:* String

$class: FilterPerChangeImpl perChange:::::

+ Type: boolean

$class: FilterUserImpl user:::::

+ User name filter

Changes can be filtered to not trigger a build; if the owner of a change matches the specified name, the build is filtered. Type: String

$class: FilterViewMaskImpl viewMask:::::

+ View Mask filter

Changes can be filtered to not trigger a build; if none of the files within a change are contained in the view mask, the build is filtered.

For example, with a View Mask Filter of:
//depot/main/tests`
-//depot/main/tests/001`
Case A (change will not be filtered, as index.xml is
in the view mask):
Files:
`//depot/main/tests/index.xml`
`//depot/main/tests/001/test.xml`
Case B (change will not be filtered, as index.xml is
in the view mask):
Files:
`//depot/main/test/index.xml`
`//depot/main/src/build.xml`
Case C (change will be filtered, as no file is
in the view mask):
Files:
`//depot/main/src/build.xml`
Case D (change will be filtered, as no file is
in the view mask):
Files:
`//depot/main/src/build.xml`
		`//depot/main/tests/001/test.xml`
*Type:* String
populate

Populate Options

Perforce will populate the workspace with the file revisions needed for the build. The different options effect the way the workspace is cleaned and the file revisions are updated.

There are three options:

Automatic Cleanup and Sync
Efficient cleaning and syncing of file revisions. Extra (non
versioned files) are removed, missing and modified files re-added. Best
for clean builds.
Force Clean and Sync
Will remove all files from under the workspace root, then
	force sync the required files. Inefficient and NOT RECOMENDED.
Sync Only
No cleanup attempted; the sync will update all files (as CLOBBER is
set) to the required set of revisions. Best for incremental builds.
Preview Check Only
			No files Sync or cleanup attempted; the Workspace's have list is updated.
			Effective command 'p4 sync -k'.
Nested Choice of Objects
+$class: 'AutoCleanImpl'+
+replace+:::::

+ REPLACE missing/modified files

Perforce will check out and overwrite any depot files which are either missing from workspace, or have been modified locally. Type: boolean

delete:

DELETE generated files

Perforce will delete any local files that are not in the depot. Type: boolean

modtime:

Type: boolean

quiet:

Suppressing info messages

Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed. Type: boolean

pin:

Pinning a build at Perforce Label

When a build is triggered by Polling, Build Now or an external Action, the workspace will sync only to the specified label. Any other specified change or label will be ignored.

Supports variable expansion e.g. ${VAR}. If now is used, or a variable that expands to now, then the latest change is used (within the scope of the workspace view). Type: String

parallel:

Nested Object

enable::

Type: boolean

path::

Type: String

threads::

Type: String

minfiles::

Type: String

minbytes::

Type: String

$class: CheckOnlyImpl have:::::

+ Type: boolean

force:

Type: boolean

modtime:

Type: boolean

quiet:

Suppressing info messages

Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed. Type: boolean

pin:

Type: String

$class: ForceCleanImpl have:::::

+ Type: boolean

quiet:

Suppressing info messages

Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed. Type: boolean

pin:

Pinning a build at Perforce Label

When a build is triggered by Polling, Build Now or an external Action, the workspace will sync only to the specified label. Any other specified change or label will be ignored.

Supports variable expansion e.g. ${VAR}. If now is used, or a variable that expands to now, then the latest change is used (within the scope of the workspace view). Type: String

parallel:

Nested Object

enable::

Type: boolean

path::

Type: String

threads::

Type: String

minfiles::

Type: String

minbytes::

Type: String

$class: SyncOnlyImpl revert:::::

+ Type: boolean

have:

Type: boolean

modtime:

Type: boolean

quiet:

Suppressing info messages

Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed. Type: boolean

pin:

Pinning a build at Perforce Label

When a build is triggered by Polling, Build Now or an external Action, the workspace will sync only to the specified label. Any other specified change or label will be ignored.

Supports variable expansion e.g. ${VAR}. If now is used, or a variable that expands to now, then the latest change is used (within the scope of the workspace view). Type: String

parallel:

Nested Object

enable::

Type: boolean

path::

Type: String

threads::

Type: String

minfiles::

Type: String

minbytes::

Type: String

browser

Nested Choice of Objects $class: FishEyeBrowser url:::::

+ Type: String

rootModule:

Type: String

$class: OpenGrokBrowser url:::::

+ Type: String

depotPath:

Type: String

projectName:

Type: String

$class: P4WebBrowser url:::::

+ Type: String

$class: SwarmBrowser url:::::

+ Type: String

$class: PlasticSCM selector::::

+ Type: String

workspaceName

Type: String

useUpdate

Type: boolean

additionalWorkspaces

Array/List

Nested Object

selector:

Type: String

workspaceName:

Type: String

useUpdate:

Type: boolean

$class: ProxySCM projectName::::

+ Type: String

$class: PucmScm component::::

+ Type: String

levelToPoll

Type: String

loadModule

Type: String

stream

Type: String

newest

Type: boolean

multiSite

Type: boolean

testing

Type: boolean

buildProject

Type: String

$class: PvcsScm projectRoot::::

+ Type: String

archiveRoot

Type: String

changeLogPrefixFudge

Type: String

moduleDir

Type: String

loginId

Type: String

pvcsWorkspace

Type: String

promotionGroup

Type: String

versionLabel

Type: String

cleanCopy

Type: boolean

$class: RTCScm overrideGlobal::::

+ <!-- /* * Copyright (c) 2013 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

The build toolkit location and Jazz Repository connection can be defined globally or overridden. If not defined globally, it must be overridden. Type: boolean

buildTool

<!-- /* * Copyright (c) 2013 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

The RTC build toolkit to use when performing builds. The toolkits available are defined in the system configuration (with the other tools like Ant and Java). The build toolkit is also necessary on the Master for polling and validating the job configuration unless the "Avoid using build toolkit on Master" option is enabled. Type: String

serverURI

<!-- /* * Copyright (c) 2013 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

The Jazz Repository connection URI for the Rational Team Concert (RTC) server Type: String

timeout

<!-- /* * Copyright (c) 2013 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

The timeout period in seconds for Jazz repository requests made during the build. Type: int

userId

<!-- /* * Copyright (c) 2013, 2014 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

The build user id. Either credentials or a user id and password information should be supplied. Type: String

password

<!-- /* * Copyright (c) 2013, 2014 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

The Jazz Repository password for the build user. The use of a password is not secure, it can be easily discovered by anyone with access to this page. Credentials, a password file or a password should be supplied. + hudson.util.Secret+

passwordFile

<!-- /* * Copyright (c) 2013, 2014 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

The path to the file containing the obfuscated Jazz Repository password for the build user. Credentials, a password file or a password should be supplied. Type: String

credentialsId

<!-- /* * Copyright (c) 2014 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

Credentials to use for the build user. A user name and password credential for the Jazz Repository should be configured. Type: String

buildType

Nested Object

value:

Type: String

buildDefinition:

Type: String

buildWorkspace:

Type: String

buildSnapshot:

Type: String

buildStream:

Type: String

acceptBeforeLoad (optional):

Type: boolean

buildSnapshotContext (optional):

Nested Object

snapshotOwnerType::

Type: String

processAreaOfOwningStream::

Type: String

owningStream::

Type: String

owningWorkspace::

Type: String

clearLoadDirectory (optional):

Type: boolean

createFoldersForComponents (optional):

Type: boolean

currentSnapshotOwnerType (optional):

Type: String

customizedSnapshotName (optional):

Type: String

generateChangelogWithGoodBuild (optional):

Type: boolean

loadDirectory (optional):

Type: String

overrideDefaultSnapshotName (optional):

Type: boolean

processArea (optional):

Type: String

avoidUsingToolkit

<!-- /* * Copyright (c) 2014 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

Where possible avoid using the Build toolkit when performing tasks on the Master. This is still in the experimental stage. You will require an RTC 5.0 server which provides some of the services used.

The Build toolkit will not be used when polling RTC and terminating the RTC Build. The toolkit is still required though. It is used for other configuration tasks on the Master (i.e. validating the connection to RTC, the build definition or workspace). It is also used for checkout tasks typically performed on slave nodes. Type: boolean

$class: RepoScm manifestRepositoryUrl::::

+ Type: String

currentBranch (optional)

Type: boolean

depth (optional)

Type: int

destinationDir (optional)

Type: String

forceSync (optional)

Type: boolean

ignoreProjects (optional)

Type: String

jobs (optional)

Type: int

localManifest (optional)

Type: String

manifestBranch (optional)

Type: String

manifestFile (optional)

Type: String

manifestGroup (optional)

Type: String

mirrorDir (optional)

Type: String

noTags (optional)

Type: boolean

quiet (optional)

Type: boolean

repoUrl (optional)

Type: String

resetFirst (optional)

Type: boolean

showAllChanges (optional)

Type: boolean

trace (optional)

Type: boolean

$class: SCLMSCM server::::

+ Type: String

port

Type: int

userID

Type: String

password

Type: String

JESINTERFACELEVEL1

Type: boolean

project

Type: String

alternate

Type: String

group

Type: String

types

Type: String

custJobStep

Type: boolean

JobStep

Type: String

custJobHeader

Type: boolean

JobHeader

Type: String

$class: ShellScriptSCM checkoutShell::::

+ Type: String

pollingShell

Type: String

useCheckoutForPolling

Type: boolean

$class: SimpleClearCaseSCM loadRules::::

+ Specify the paths to the source code inside of ClearCase VOBS. one Path for each line.

For instance:

/vobs/structure/package/product/subproduct /vobs/structure/package/product/anothersubproduct. Type: String

viewname

The viewname which has a configured config spec. This is external to the plugin as the way the config spec can be configured in many different ways. From updating the config spec dynamically with fixed intervals to having a constant one throughout a full project life time. Type: String

branch

Specify which branch to follow. Not mandatory. If not set then all branches will be followed, i.e you will get notifications about changes in branches which your config specification isn’t related to.

    Example value: main, dev etc.
*Type:* String
filter

Filters out mkbranch and rmbranch messages in lshistory. These changes isn’t relevant if you are tracking source files in a specific branch. Type: boolean

$class: StarTeamSCM hostname::::

+ Type: String

port

Type: int

projectname

Type: String

viewname

Type: String

foldername

Type: String

username

Type: String

password

Type: String

labelname

Type: String

promotionstate

Type: boolean

$class: StoreSCM scriptName::::

+ Type: String

repositoryName

Specify the name of the Store repository to be checked. It is assumed that the Smalltalk image being run by the "script" property will contain any necessary repository definitions. Type: String

pundles

List the names of the top-level pundles (bundles and/or packages) to check for changes. All listed pundles and their recursive prerequisites will be checked. Array/List

Nested Object

pundleType:

Values:

  • PACKAGE

  • BUNDLE

    name:

    Type: String

versionRegex

Specify a Regex11-style regular expression that specifies which pundle versions to consider when checking for changes. Examples:

        .+ (the default) will match any version string
        \d+ will match any integer version number
        (7.9\s*-\s*)?\d+ will match any integer version number with
            an optional "7.9 - " prefix
*Type:* String
minimumBlessingLevel

Choose the minimum Store blessing level that should be considered. Pundle versions with a lower blessing level will be ignored. Type: String

generateParcelBuilderInputFile

Check this if Jenkins should generate an input file for ParcelBuilder or a similar tool. A ParcelBuilder input file specifies the type, name, and version of all of the Pundles that are part of the current build. Type: boolean

parcelBuilderInputFilename

The name of the file, relative to the Jenkins workspace directory, where the input file for ParcelBuilder will be written. Type: String

$class: SubversionSCM

Checks out the source code from Subversion repositories. See post-commit hook set up for improved turn-around time and performance in polling.

locations

Array/List

Nested Object

remote:

Type: String

credentialsId:

Type: String

local:

Specify a local directory (relative to the workspace root) where this module is checked out. If left empty, the last path component of the URL is used as the default, just like the svn CLI. A single period (.) may be used to check out the project directly into the workspace rather than into a subdirectory. Type: String

depthOption:

--depth option for checkout and update commands. Default value is infinity.

empty includes only the immediate target of the operation, not any of its file or directory children.
files includes the immediate target of the operation and any of its immediate file children.
immediates includes the immediate target of the operation and any of its immediate file or directory children. The directory children will themselves be empty.
infinity includes the immediate target, its file and directory children, its children's children, and so on to full recursion.
as-it-is takes the working depth from the current working copy, allows for setting update depth manually using --set-depth option.
  More information can be found
  here.
*Type:* String
ignoreExternalsOption:

"--ignore-externals" option will be used with svn checkout, svn update commands to disable externals definition processing.

  More information can be found
here.
    Note: there is the potential to leverage `svn:externals` to gain read access to the entire
    Subversion repository. This can happen if you follow the normal practice of giving Jenkins
    credentials with read access to the entire Subversion repository. You will also need to provide the credentials
    to use when checking/polling out the svn:externals using the Additional Credentials option.
*Type:* boolean
workspaceUpdater

Nested Choice of Objects $class: CheckoutUpdater $class: UpdateUpdater $class: UpdateWithCleanUpdater $class: UpdateWithRevertUpdater

browser

Nested Choice of Objects $class: Assembla spaceName:::::

+ Type: String

$class: BacklogRepositoryBrowser url:::::

+ Set the project URL of Repository Browser used with this project. Sample of URL are shown below.

When no value is set, project of "Backlog URL" set above is used. Type: String

$class: GoogleCodeRepositoryBrowser $class: PolarionRepositoryBrowser url:::::

+ Type: String

location:

Type: String

$class: RedmineRepositoryBrowser repositoryId:::::

+ Type: String

$class: SVNWeb url:::::

+ Type: String

$class: TeamForge connectionFactory:::::

+ Nested Object

url::

This should be the URL of your CollabNet TeamForge site. It should be of the form https://forge.collab.net. Type: String

username::

The user who will upload the files. Type: String

password::

The password for the user specified above. If incorrectly given, the login to the CollabNet TeamForge server will fail. Type: String

project:

Type: String

repo:

Type: String

$class: TracRepositoryBrowser $class: ViewVCRepositoryBrowser url:::::

+ Type: String

location:

Type: String

$class: WebSVN2RepositoryBrowser url:::::

+ Type: String

excludedRegions

If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or folders in this list when determining if a build needs to be triggered.

Each exclusion uses regular expression pattern matching, and must be separated by a new line.
	/trunk/myapp/src/main/web/.*\.html
	/trunk/myapp/src/main/web/.*\.jpeg
	/trunk/myapp/src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to
the SCM a build will not occur.
  More information on regular expressions can be found
  here.
*Type:* String
excludedUsers

If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed by users in this list when determining if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with a distinct SCM user. Each exclusion uses literal pattern matching, and must be separated by a new line.

	 auto_build_user
  The example above illustrates that if only revisions by "auto_build_user" have been committed to the SCM a build will not occur.
*Type:* String
excludedRevprop

If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions that are marked with the given revision property (revprop) when determining if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with the correct revprop. This type of exclusion only works with Subversion 1.5 servers and newer. More information on revision properties can be found here. Type: String

excludedCommitMessages

If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions with commit messages containing any of the given regular expressions when determining if a build needs to be triggered. Type: String

includedRegions

If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or folders that are not in this list when determining if a build needs to be triggered.

Each inclusion uses regular expression pattern matching, and must be separated by a new line.
This is useful when you need to check out an entire resource for building, but only want to do
the build when a subset has changed.
	/trunk/myapp/c/library1/.*
	/trunk/myapp/c/library2/.*
If /trunk/myapp is checked out, the build will only occur when there are changes to
either the c/library1 and c/library2 subtrees.
If there are also excluded regions specified, then a file is not ignored when it is in
the included list and not in the excluded list.
  More information on regular expressions can be found
  here.
*Type:* String
ignoreDirPropChanges

If set, Jenkins ignores svn-property only changes of directories. These changes are ignored when determining whether a build should be triggered and are removed from a build’s changeset. Main usage of this property is to ignore svn:mergeinfo changes (which would otherwise e.g. lead to a complete rebuild of a maven project, in spite of incremental build option). Type: boolean

filterChangelog

If set Jenkins will apply the same inclusion and exclusion patterns for displaying changelog entries as it does for polling for changes. If this is disabled, changes which are excluded for polling are still displayed in the changelog. Type: boolean

additionalCredentials

If there are additional credentials required in order to obtain a complete checkout of the source, they can be provided here.

The realm is how the repository self-identifies to a client. It usually has the following format:

&lt;proto://host:port&gt; Realm Name

`proto` is the protocol, e.g. `http` or `svn`.
`host` is the host how it's accessed by Jenkins, e.g. as IP address `192.168.1.100`, host name `svnserver`, or host name and domain `svn.example.org`.
`port` is the port, even if not explicitly specified. By default, this is `80` for HTTP, `443` for HTTPS, 3690 for the `svn` protocol.
`Realm Name` is how the repository self-identifies. Common options include `VisualSVN Server`, `Subversion Authentication` or the UUID of the repository.

To find out the realm, you could do any of the following:

If you access the repository via HTTP or HTTPS: Open the repo in a web browser without saved credentials. It will use the `Realm Name` (see above) in the authentication dialog.
Use the command line `svn` program.
If you don't have stored the credentials, run e.g. `svn info https://svnserver/repo` and it will tell you the realm when asking you to enter a password, e.g.: Authentication realm: &lt;svn://svnserver:3690&gt; VisualSVN Server.
If you have already stored the credentials to access the repository, look for the realm name in one of the files in `~/.subversion/auth/svn/simple`; it will be two lines below the line `svn:realmstring`

Make sure to enter the realm exactly as shown, starting with a &lt;. Array/List

Nested Object

realm:

This is the realm that the SvnKit library associates with a specific checkout. For most Subversion servers this will typically be of the format &lt;scheme://hostname(:port)/path...&gt; Type: String

credentialsId:

Select the credential from the list of relevant credentials in order to use that credential for checking out the source code. Type: String

$class: SurroundSCM rsaKeyPath::::

+ Type: String

server

Type: String

serverPort

Type: String

userName

Type: String

password

Type: String

branch

Type: String

repository

Type: String

surroundSCMExecutable

Type: String

includeOutput

Type: boolean

$class: SynergySCM project::::

+ Type: String

database

Type: String

release

Type: String

purpose

Type: String

username

Type: String

password

Type: String

engine

Type: String

oldProject

Type: String

baseline

Type: String

oldBaseline

Type: String

ccmHome

Type: String

remoteClient

Type: boolean

detectConflict

Type: boolean

replaceSubprojects

Type: boolean

checkForUpdateWarnings

Type: boolean

leaveSessionOpen

Type: boolean

maintainWorkarea

Type: boolean

checkTaskModifiedObjects

Type: boolean

$class: TeamFoundationServerScm serverUrl::::

+ NEW since 5.1.0: This field now allows you to select from a list that is built from the values configured under Team Project Collections at Jenkins > Manage Jenkins > Configure System.

If you are using Team Services, please omit the `/DefaultCollection`.
Examples:
`http://tfs.example.com:8080/tfs/DefaultCollection`
`https://tfs.example.com:8080/tfs/CustomCollection`
`https://fabrikam-fiber-inc.visualstudio.com`
Learn more about team project collections at MSDN.
Note:
        Historically, this field was labeled "Server URL" because earlier versions of TFS did not support team project collections.
*Type:* String
projectPath

The name of the project as it is registered on the server. Type: String

workspaceName

The name of the Workspace under which the source should be retrieved. This workspace is created as needed. You can normally omit the property unless you want to name a workspace to avoid conflicts on the server (i.e. when you have multiple projects on one server talking to TFS/Team Services)

The default value is to create a workspace named Hudson-${JOB_NAME}. The TFS plugin for Jenkins supports the following macros that are replaced in the workspace name:

${JOB_NAME} - The name of the job. ${USER_NAME} - The user name that the Hudson server or slave is running as. ${NODE_NAME} - The name of the node/slave that the plugin currently is executed on. Note that this is not the hostname, this value is Hudson configured name of the slave/node. ${:encoding=>"UTF-8", :interpolate=>false, :scss=>{:line_numbers=>true, :style=>"expanded"}, :sass=>{:line_numbers=>true, :style=>"expanded"}, :content_syntax=>{"coffee"=>"coffeescript", "md"=>"markdown", "mkd"=>"markdown", "org"=>"orgmod", "adoc"=>"asciidoc", "ad"=>"asciidoc"}, :haml=>AStruct<{:attr_wrapper=>"\"", :escape_attrs=>:once, :format=>:xhtml, :ugly=>true, :escape_html=>false}>, :"haml|html"=>AStruct<{:format=>:html5}>, :slim=>{:sort_attrs=>false, :disable_escape=>true, :format=>:xhtml}, :"slim|html"=>{:format=>:html}, :asciidoctor=>AStruct<{:backend=>"html5", :safe=>"unsafe", :attributes=>{"imagesdir"=>"/images@", "stylesdir"=>"/stylesheets", "compat-mode"=>"@", "attribute-missing"=>"warn", "relfileprefix"=>"../", "outfilesuffix"=>"/", "idprefix"=>"", "idseparator"=>"-", "icons"=>"font", "sectanchors"=>"", "linkattrs"=>"", "source-highlighter"=>"coderay", "coderay-css"=>"style", "prewrap"=>nil, "fragment"=>"", "notitle"=>"", "site-encoding"=>"UTF-8@", "site-interpolate"=>"false@", "site-profile"=>"rtyler@", "site-base_url"=>"https://rtyler.github.io/jenkins.io@", "site-local_tz"=>"UTC@", "site-base_title"=>"Jenkins@", "env"=>Site{:dir=>/home/tyler/source/github/jenkins-infra/jenkins.io/content}, "env-site"=>true, "awestruct-version"=>"0.5.7", "docdir"=>"/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps", "docfile"=>"/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc", "docname"=>"workflow-scm-step", "docdate"=>"2017-01-31", "doctime"=>"15:12:26 PST", "docdatetime"=>"2017-01-31 15:12:26 PST", "page-interpolate"=>"false@", "page-layout"=>"simplepage@", "page-title"=>"workflow-scm-step@", "page-tags"=>"[#/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 30974940: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 37976760: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 38708440: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 39812460: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 28664420: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 29390880: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 65495200: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>]@", "page-author"=>"@", "page-slug"=>"blueocean-dev-log-jan2@", "page-lastmod"=>"2017-01-31@", "page-priority"=>"0.1@", "page-change_frequency"=>"never@", "page-url"=>"/doc/pipeline/steps/workflow-scm-step/@", "page-section"=>"doc@", "page-doctitle"=>"workflow-scm-step@", "page-authors"=>"[AStruct<{:name=>\"\", :email=>\"jenkinsci-users@googlegroups.com\"}>]@", "page-notitle"=>"true@"}, :base_dir=>nil}>, :textile=>{:no_span_caps=>true}, :generation=>AStruct<{:in_theads=>40, "in_threads"=>0, :mutex=>#, :return_results=>true}>, :profile=>"rtyler", :base_url=>"https://rtyler.github.io/jenkins.io", :local_tz=>"UTC", :base_title=>"Jenkins", :google_analytics=>AStruct<{"anonymizeIp"=>true, "account"=>"UA-4216293-5"}>, :deploy=>{"host"=>"github_pages", "branch"=>"gh-pages"}, :posts=>[Awestruct::Page{ 19705000: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 23939360: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 29461180: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 30152520: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, Awestruct::Page{ 30974940: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 35409320: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 36439480: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 37359640: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 37712920: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, Awestruct::Page{ 37976760: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 38238300: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 38708440: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 39300960: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 39833820: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 40372480: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, Awestruct::Page{ 40893760: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, Awestruct::Page{ 21302060: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 24699220: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 29615820: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 30161980: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 30993480: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 35648700: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 36596540: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, Awestruct::Page{ 37476520: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 37782400: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 38026840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 38276480: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 38746000: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 39304960: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 39812460: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 40385440: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, Awestruct::Page{ 40929420: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 20636380: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 24614280: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 29546300: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 30138920: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 30990960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 35467580: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 36560060: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 37428040: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 37762120: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 38006680: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 38246860: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 38362100: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, Awestruct::Page{ 38860480: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 39415140: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 40017860: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 18289920: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 23329320: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 28664420: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 29815260: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 30368120: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 31078780: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 35645000: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 36659400: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 37475200: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 37802560: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 38041860: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 38288020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 38766640: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 39352900: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 39844360: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 40382640: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, Awestruct::Page{ 40947680: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, Awestruct::Page{ 20658920: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 24473620: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, Awestruct::Page{ 29390880: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 30093840: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 30937020: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 35471180: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 36512880: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 37376020: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 37737580: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 37960980: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 38171280: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 38434980: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, Awestruct::Page{ 39127040: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 39637980: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 40152060: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 40720860: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 19409280: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 23926280: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, Awestruct::Page{ 28998660: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 29927060: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 30370880: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 31102720: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 35838560: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 36811480: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, Awestruct::Page{ 37518100: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 37811500: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, Awestruct::Page{ 38031180: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, Awestruct::Page{ 38237520: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, Awestruct::Page{ 38451900: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, Awestruct::Page{ 39135040: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, Awestruct::Page{ 39654740: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, Awestruct::Page{ 40153920: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 40633240: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 18262600: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, Awestruct::Page{ 23041820: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, Awestruct::Page{ 24701240: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 29598380: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, Awestruct::Page{ 30146660: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, Awestruct::Page{ 30959520: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, Awestruct::Page{ 35332240: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, Awestruct::Page{ 36259080: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, Awestruct::Page{ 37240280: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, Awestruct::Page{ 37630360: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, Awestruct::Page{ 38233520: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 38414220: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 38935340: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 39408140: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 39808660: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 40251920: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 40701400: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 37409720: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 21165360: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 24432620: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 29164240: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 29897340: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 30316800: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 31001840: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 31111960: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, Awestruct::Page{ 35574000: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 36345360: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 37204480: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 37569860: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 37983960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 38178620: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 38356400: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 38776340: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 39271280: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 39672540: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 41012900: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, Awestruct::Page{ 20575280: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 23942180: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 28730160: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 29715420: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 30140760: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 30885300: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 31190820: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 35783660: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 36558420: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 37288880: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 37832300: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 38022340: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, Awestruct::Page{ 38210640: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 38391420: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 38876820: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 39349460: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 39746340: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 40177480: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 40607980: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 41032720: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 20625080: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 24078080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 28772040: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 29738440: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 30903380: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 31202700: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, Awestruct::Page{ 35808460: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 36578760: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 37291260: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 37631120: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 37847280: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38030360: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38221600: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38402860: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 38914780: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 39768520: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 40211200: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, Awestruct::Page{ 40639620: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 41054120: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 20699440: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 24210340: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 28962060: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 29799940: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 30193660: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 30928520: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 28984860: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 35864120: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 37362080: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 37652280: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 38043960: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 38247820: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 38424840: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 38959460: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 39412500: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 39809860: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 40250160: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 40698180: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 37405740: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 20935360: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 29007080: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23748500: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 30947940: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 30366940: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 35933180: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 36686140: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 37372580: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 37659980: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 37865300: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 38234420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 38930840: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 39383180: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 39769400: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 40206540: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 41050540: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 20653220: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 24167780: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 29753260: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 30158500: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 30902400: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 31197900: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 35788360: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 36556200: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 37619760: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 37824460: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 38199300: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 38375160: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 38792540: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 39298840: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 39702840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 40112580: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 40543340: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 40974400: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 23727180: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 28665860: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 29690180: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 30870840: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 31160980: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 35701860: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 36444580: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 37253140: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 37582640: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 37798700: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 38001920: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 38186080: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 38778840: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 39270840: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 39666740: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 40100780: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 40524440: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 19797960: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 23632860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 28573620: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 29543860: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 31098880: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 36265660: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 37136680: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 37531300: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 37751660: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 37938580: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 38125200: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 38302020: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 38488460: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 39133220: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 39507300: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 39935320: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 40373380: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 40781560: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 19250260: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, Awestruct::Page{ 21548260: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, Awestruct::Page{ 24556920: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 29192400: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 29905480: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 30315660: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 35244600: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 36022940: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 36766400: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 37418460: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 37669540: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 37870880: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 38055220: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 38236860: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 38410540: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 38916220: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 39368140: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 39765640: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 40200600: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 40611700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 41031920: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 20594200: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 23930980: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 28724720: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 29697360: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 30105200: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 30842320: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 31130040: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 36368660: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 37190680: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 37548000: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 37763720: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 37948420: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 38133100: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 38304500: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 38477480: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 39111840: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 39493320: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 39886000: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 40319180: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 40726460: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 41063780: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 21053800: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 24260940: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 29003420: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 29816540: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 30190140: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 35785300: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 36537120: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 37262860: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 37801960: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 37983800: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 38165300: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 38335000: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 38740020: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 39184740: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 39530260: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 39980940: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 40380720: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 40804880: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 19294040: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 22954500: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 29175240: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 29891260: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 30671340: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 30960540: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 36646620: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 37648980: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 37859440: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 38035720: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 38217120: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 38388540: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 38857000: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 39279120: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 39700280: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 40101600: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 40519420: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 40910040: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 19742320: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 23529480: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 24996720: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 29458720: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 29970260: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 30369300: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 31026780: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 35318920: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 36049620: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 36748880: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 37416340: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 37661960: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 38037020: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 38214740: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 38383520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 39275920: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 40905520: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 19475620: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 23362600: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 24821240: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 29364000: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 29944500: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 30605180: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 30999180: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 35233000: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 35962800: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 36686740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 37366960: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 37646780: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 37835340: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 38019100: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 38196740: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 39243640: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 39624300: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 40027500: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 40442480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 40847640: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 23034660: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 24567200: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 29188440: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 29890000: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, Awestruct::Page{ 30678720: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 30957040: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 29036420: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 35857520: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 36579260: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, Awestruct::Page{ 37284460: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 37600980: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 37805460: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, Awestruct::Page{ 37985580: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 38164060: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 38329160: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, Awestruct::Page{ 38734020: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, Awestruct::Page{ 39161380: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 39515060: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 39947740: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 40370840: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 40764000: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 21156460: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 24262180: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 28995940: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 29783240: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 30154160: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, Awestruct::Page{ 30894260: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 31172640: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 35681440: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, Awestruct::Page{ 36395100: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 37191500: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, Awestruct::Page{ 37547860: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 37761180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 37951700: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 38136220: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 38301460: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, Awestruct::Page{ 38474320: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 39087540: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, Awestruct::Page{ 39464240: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 39867920: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 40714800: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 37404720: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 20841900: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 24197960: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, Awestruct::Page{ 28797320: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], :posts_archive=>#{1=>{20=>[Awestruct::Page{ 19705000: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }], 19=>[Awestruct::Page{ 23939360: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], 17=>[Awestruct::Page{ 29461180: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 30152520: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], 13=>[Awestruct::Page{ 30974940: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }], 12=>[Awestruct::Page{ 35409320: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }], 11=>[Awestruct::Page{ 36439480: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }], 10=>[Awestruct::Page{ 37359640: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 37712920: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }]}}, 2016=>{12=>{31=>[Awestruct::Page{ 37976760: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }], 20=>[Awestruct::Page{ 38238300: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], 19=>[Awestruct::Page{ 38708440: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }], 10=>[Awestruct::Page{ 39300960: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }], 9=>[Awestruct::Page{ 39833820: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }]}, 11=>{22=>[Awestruct::Page{ 40372480: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }], 21=>[Awestruct::Page{ 40893760: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], 16=>[Awestruct::Page{ 21302060: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }], 13=>[Awestruct::Page{ 24699220: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }], 12=>[Awestruct::Page{ 29615820: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }], 11=>[Awestruct::Page{ 30161980: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }]}, 10=>{31=>[Awestruct::Page{ 30993480: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }], 18=>[Awestruct::Page{ 35648700: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }], 16=>[Awestruct::Page{ 36596540: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }]}, 9=>{30=>[Awestruct::Page{ 37476520: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }], 29=>[Awestruct::Page{ 37782400: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }], 27=>[Awestruct::Page{ 38026840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }], 24=>[Awestruct::Page{ 38276480: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }], 21=>[Awestruct::Page{ 38746000: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }], 20=>[Awestruct::Page{ 39304960: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }], 19=>[Awestruct::Page{ 39812460: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }], 9=>[Awestruct::Page{ 40385440: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }], 8=>[Awestruct::Page{ 40929420: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }], 7=>[Awestruct::Page{ 20636380: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }], 6=>[Awestruct::Page{ 24614280: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }], 1=>[Awestruct::Page{ 29546300: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 30138920: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }], 30=>[Awestruct::Page{ 30990960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }], 29=>[Awestruct::Page{ 35467580: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 36560060: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }], 26=>[Awestruct::Page{ 37428040: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }], 24=>[Awestruct::Page{ 37762120: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }], 22=>[Awestruct::Page{ 38006680: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }], 17=>[Awestruct::Page{ 38246860: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 38362100: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }], 11=>[Awestruct::Page{ 38860480: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }], 10=>[Awestruct::Page{ 39415140: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], 9=>[Awestruct::Page{ 40017860: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }], 8=>[Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], 3=>[Awestruct::Page{ 18289920: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }]}, 7=>{26=>[Awestruct::Page{ 23329320: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }], 19=>[Awestruct::Page{ 28664420: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }], 18=>[Awestruct::Page{ 29815260: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], 14=>[Awestruct::Page{ 30368120: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }], 7=>[Awestruct::Page{ 31078780: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }], 1=>[Awestruct::Page{ 35645000: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }]}, 6=>{30=>[Awestruct::Page{ 36659400: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }], 29=>[Awestruct::Page{ 37475200: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }], 21=>[Awestruct::Page{ 37802560: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }], 16=>[Awestruct::Page{ 38041860: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }], 15=>[Awestruct::Page{ 38288020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }], 14=>[Awestruct::Page{ 38766640: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 39352900: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], 13=>[Awestruct::Page{ 39844360: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 40382640: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }], 10=>[Awestruct::Page{ 40947680: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], 1=>[Awestruct::Page{ 20658920: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }]}, 5=>{31=>[Awestruct::Page{ 24473620: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }], 26=>[Awestruct::Page{ 29390880: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 30093840: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }], 25=>[Awestruct::Page{ 30937020: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }], 23=>[Awestruct::Page{ 35471180: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }], 18=>[Awestruct::Page{ 36512880: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }], 17=>[Awestruct::Page{ 37376020: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }], 12=>[Awestruct::Page{ 37737580: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }], 11=>[Awestruct::Page{ 37960980: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }], 10=>[Awestruct::Page{ 38171280: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }]}, 4=>{26=>[Awestruct::Page{ 38434980: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }], 22=>[Awestruct::Page{ 39127040: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 39637980: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }], 21=>[Awestruct::Page{ 40152060: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }], 15=>[Awestruct::Page{ 40720860: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }], 14=>[Awestruct::Page{ 19409280: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 23926280: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }], 11=>[Awestruct::Page{ 28998660: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 29927060: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 30370880: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }], 7=>[Awestruct::Page{ 31102720: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 35838560: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 36811480: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }], 1=>[Awestruct::Page{ 37518100: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }]}, 3=>{30=>[Awestruct::Page{ 37811500: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }], 24=>[Awestruct::Page{ 38031180: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }], 21=>[Awestruct::Page{ 38237520: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }], 18=>[Awestruct::Page{ 38451900: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }], 15=>[Awestruct::Page{ 39135040: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }], 11=>[Awestruct::Page{ 39654740: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }], 3=>[Awestruct::Page{ 40153920: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }], 2=>[Awestruct::Page{ 40633240: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }]}, 2=>{29=>[Awestruct::Page{ 18262600: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }], 24=>[Awestruct::Page{ 23041820: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }], 19=>[Awestruct::Page{ 24701240: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }], 6=>[Awestruct::Page{ 29598380: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }]}, 1=>{27=>[Awestruct::Page{ 30146660: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], 26=>[Awestruct::Page{ 30959520: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }], 10=>[Awestruct::Page{ 35332240: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }], 7=>[Awestruct::Page{ 36259080: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }], 5=>[Awestruct::Page{ 37240280: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }], 4=>[Awestruct::Page{ 37630360: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }]}}, 2015=>{12=>{21=>[Awestruct::Page{ 38233520: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }], 18=>[Awestruct::Page{ 38414220: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 38935340: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 39408140: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 39808660: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }], 17=>[Awestruct::Page{ 40251920: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }], 16=>[Awestruct::Page{ 40701400: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }], 9=>[Awestruct::Page{ 37409720: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }], 3=>[Awestruct::Page{ 21165360: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }], 2=>[Awestruct::Page{ 24432620: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }]}, 11=>{16=>[Awestruct::Page{ 29164240: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }], 11=>[Awestruct::Page{ 29897340: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }], 6=>[Awestruct::Page{ 30316800: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 31001840: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }], 4=>[Awestruct::Page{ 31111960: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }], 3=>[Awestruct::Page{ 35574000: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }], 1=>[Awestruct::Page{ 36345360: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }]}, 10=>{30=>[Awestruct::Page{ 37204480: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }], 29=>[Awestruct::Page{ 37569860: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }], 28=>[Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }], 27=>[Awestruct::Page{ 37983960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }], 25=>[Awestruct::Page{ 38178620: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }], 19=>[Awestruct::Page{ 38356400: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }], 9=>[Awestruct::Page{ 38776340: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }], 2=>[Awestruct::Page{ 39271280: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }], 1=>[Awestruct::Page{ 39672540: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }]}, 9=>{30=>[Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }], 29=>[Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }], 19=>[Awestruct::Page{ 41012900: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }], 7=>[Awestruct::Page{ 20575280: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }], 3=>[Awestruct::Page{ 23942180: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }], 1=>[Awestruct::Page{ 28730160: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 29715420: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 30140760: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 30885300: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }], 28=>[Awestruct::Page{ 31190820: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }], 25=>[Awestruct::Page{ 35783660: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }], 24=>[Awestruct::Page{ 36558420: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }], 20=>[Awestruct::Page{ 37288880: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }], 18=>[Awestruct::Page{ 37832300: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }], 13=>[Awestruct::Page{ 38022340: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }], 10=>[Awestruct::Page{ 38210640: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }], 5=>[Awestruct::Page{ 38391420: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }], 4=>[Awestruct::Page{ 38876820: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 39349460: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }], 3=>[Awestruct::Page{ 39746340: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }]}, 7=>{30=>[Awestruct::Page{ 40177480: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }], 29=>[Awestruct::Page{ 40607980: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }], 28=>[Awestruct::Page{ 41032720: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }], 25=>[Awestruct::Page{ 20625080: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }], 24=>[Awestruct::Page{ 24078080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 28772040: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }], 23=>[Awestruct::Page{ 29738440: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }], 15=>[Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }], 14=>[Awestruct::Page{ 30903380: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }], 9=>[Awestruct::Page{ 31202700: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }]}, 6=>{22=>[Awestruct::Page{ 35808460: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }], 16=>[Awestruct::Page{ 36578760: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }], 15=>[Awestruct::Page{ 37291260: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }], 9=>[Awestruct::Page{ 37631120: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }], 8=>[Awestruct::Page{ 37847280: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }], 3=>[Awestruct::Page{ 38030360: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }], 2=>[Awestruct::Page{ 38221600: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }], 1=>[Awestruct::Page{ 38402860: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }]}, 5=>{20=>[Awestruct::Page{ 38914780: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }], 18=>[Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }], 14=>[Awestruct::Page{ 39768520: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }], 7=>[Awestruct::Page{ 40211200: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 40639620: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }], 22=>[Awestruct::Page{ 41054120: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }], 13=>[Awestruct::Page{ 20699440: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }], 6=>[Awestruct::Page{ 24210340: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 28962060: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }]}, 3=>{25=>[Awestruct::Page{ 29799940: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }], 17=>[Awestruct::Page{ 30193660: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }], 6=>[Awestruct::Page{ 30928520: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }], 3=>[Awestruct::Page{ 28984860: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }]}, 2=>{25=>[Awestruct::Page{ 35864120: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }], 24=>[Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }], 19=>[Awestruct::Page{ 37362080: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }], 9=>[Awestruct::Page{ 37652280: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }]}, 1=>{27=>[Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 38043960: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }]}}, 2014=>{12=>{17=>[Awestruct::Page{ 38247820: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }], 3=>[Awestruct::Page{ 38424840: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }]}, 10=>{20=>[Awestruct::Page{ 38959460: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 39412500: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }], 15=>[Awestruct::Page{ 39809860: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }], 6=>[Awestruct::Page{ 40250160: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }]}, 9=>{25=>[Awestruct::Page{ 40698180: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }], 24=>[Awestruct::Page{ 37405740: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 20935360: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }], 17=>[Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }], 2=>[Awestruct::Page{ 29007080: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }]}, 8=>{28=>[Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23748500: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }], 12=>[Awestruct::Page{ 30947940: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 30366940: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }], 11=>[Awestruct::Page{ 35933180: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }]}, 7=>{30=>[Awestruct::Page{ 36686140: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }], 28=>[Awestruct::Page{ 37372580: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }], 18=>[Awestruct::Page{ 37659980: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }], 9=>[Awestruct::Page{ 37865300: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }], 8=>[Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }], 3=>[Awestruct::Page{ 38234420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 38930840: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 39383180: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }], 1=>[Awestruct::Page{ 39769400: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 40206540: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }]}, 6=>{20=>[Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }], 19=>[Awestruct::Page{ 41050540: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }], 16=>[Awestruct::Page{ 20653220: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }], 11=>[Awestruct::Page{ 24167780: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }], 10=>[Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }], 9=>[Awestruct::Page{ 29753260: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }], 6=>[Awestruct::Page{ 30158500: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }], 5=>[Awestruct::Page{ 30902400: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }], 3=>[Awestruct::Page{ 31197900: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 35788360: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }]}, 5=>{30=>[Awestruct::Page{ 36556200: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }], 27=>[Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }], 19=>[Awestruct::Page{ 37619760: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }], 8=>[Awestruct::Page{ 37824460: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }], 18=>[Awestruct::Page{ 38199300: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }], 16=>[Awestruct::Page{ 38375160: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }], 15=>[Awestruct::Page{ 38792540: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }], 11=>[Awestruct::Page{ 39298840: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 39702840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }], 9=>[Awestruct::Page{ 40112580: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }], 4=>[Awestruct::Page{ 40543340: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }], 1=>[Awestruct::Page{ 40974400: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }]}, 3=>{21=>[Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }], 19=>[Awestruct::Page{ 23727180: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }]}, 1=>{25=>[Awestruct::Page{ 28665860: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }]}}, 2013=>{12=>{5=>[Awestruct::Page{ 29690180: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }], 4=>[Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }]}, 11=>{25=>[Awestruct::Page{ 30870840: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }], 20=>[Awestruct::Page{ 31160980: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }], 17=>[Awestruct::Page{ 35701860: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }], 8=>[Awestruct::Page{ 36444580: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }]}, 10=>{18=>[Awestruct::Page{ 37253140: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }], 9=>[Awestruct::Page{ 37582640: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 37798700: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }]}, 9=>{23=>[Awestruct::Page{ 38001920: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 38186080: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }], 16=>[Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }], 11=>[Awestruct::Page{ 38778840: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }], 9=>[Awestruct::Page{ 39270840: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }], 5=>[Awestruct::Page{ 39666740: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }]}, 8=>{1=>[Awestruct::Page{ 40100780: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }]}, 7=>{31=>[Awestruct::Page{ 40524440: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }], 24=>[Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 19797960: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }], 11=>[Awestruct::Page{ 23632860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }], 1=>[Awestruct::Page{ 28573620: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }]}, 6=>{21=>[Awestruct::Page{ 29543860: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }]}, 5=>{22=>[Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }], 17=>[Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }], 6=>[Awestruct::Page{ 31098880: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }]}, 4=>{30=>[Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }], 25=>[Awestruct::Page{ 36265660: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }], 19=>[Awestruct::Page{ 37136680: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }]}, 3=>{12=>[Awestruct::Page{ 37531300: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }]}, 2=>{15=>[Awestruct::Page{ 37751660: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }]}, 1=>{30=>[Awestruct::Page{ 37938580: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }], 26=>[Awestruct::Page{ 38125200: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }], 9=>[Awestruct::Page{ 38302020: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }]}}, 2012=>{12=>{25=>[Awestruct::Page{ 38488460: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }], 20=>[Awestruct::Page{ 39133220: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }], 19=>[Awestruct::Page{ 39507300: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }], 13=>[Awestruct::Page{ 39935320: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }]}, 11=>{18=>[Awestruct::Page{ 40373380: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }], 16=>[Awestruct::Page{ 40781560: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }], 15=>[Awestruct::Page{ 19250260: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }], 14=>[Awestruct::Page{ 21548260: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }]}, 9=>{28=>[Awestruct::Page{ 24556920: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 29192400: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }], 26=>[Awestruct::Page{ 29905480: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 30315660: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }], 24=>[Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }], 21=>[Awestruct::Page{ 35244600: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }], 12=>[Awestruct::Page{ 36022940: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }], 11=>[Awestruct::Page{ 36766400: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }]}, 8=>{27=>[Awestruct::Page{ 37418460: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }], 20=>[Awestruct::Page{ 37669540: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }]}, 7=>{26=>[Awestruct::Page{ 37870880: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }], 23=>[Awestruct::Page{ 38055220: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }]}, 6=>{22=>[Awestruct::Page{ 38236860: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }], 19=>[Awestruct::Page{ 38410540: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }]}, 5=>{28=>[Awestruct::Page{ 38916220: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }], 21=>[Awestruct::Page{ 39368140: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }], 10=>[Awestruct::Page{ 39765640: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }]}, 4=>{13=>[Awestruct::Page{ 40200600: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }]}, 3=>{26=>[Awestruct::Page{ 40611700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }], 13=>[Awestruct::Page{ 41031920: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }], 6=>[Awestruct::Page{ 20594200: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }]}, 2=>{21=>[Awestruct::Page{ 23930980: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 28724720: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }], 13=>[Awestruct::Page{ 29697360: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }], 2=>[Awestruct::Page{ 30105200: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }]}, 1=>{20=>[Awestruct::Page{ 30842320: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }], 5=>[Awestruct::Page{ 31130040: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }], 4=>[Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }]}}, 2011=>{12=>{28=>[Awestruct::Page{ 36368660: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }], 23=>[Awestruct::Page{ 37190680: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }], 20=>[Awestruct::Page{ 37548000: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }], 19=>[Awestruct::Page{ 37763720: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }], 5=>[Awestruct::Page{ 37948420: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }], 2=>[Awestruct::Page{ 38133100: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }]}, 11=>{15=>[Awestruct::Page{ 38304500: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }], 10=>[Awestruct::Page{ 38477480: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }], 7=>[Awestruct::Page{ 39111840: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }], 4=>[Awestruct::Page{ 39493320: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }], 3=>[Awestruct::Page{ 39886000: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }]}, 10=>{21=>[Awestruct::Page{ 40319180: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }], 17=>[Awestruct::Page{ 40726460: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }], 5=>[Awestruct::Page{ 41063780: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }]}, 9=>{20=>[Awestruct::Page{ 21053800: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }], 19=>[Awestruct::Page{ 24260940: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }], 14=>[Awestruct::Page{ 29003420: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }], 1=>[Awestruct::Page{ 29816540: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }]}, 8=>{9=>[Awestruct::Page{ 30190140: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }], 8=>[Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }]}, 7=>{18=>[Awestruct::Page{ 35785300: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }]}, 6=>{24=>[Awestruct::Page{ 36537120: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }], 16=>[Awestruct::Page{ 37262860: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }], 14=>[Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }], 9=>[Awestruct::Page{ 37801960: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }], 8=>[Awestruct::Page{ 37983800: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }]}, 5=>{27=>[Awestruct::Page{ 38165300: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }], 12=>[Awestruct::Page{ 38335000: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 38740020: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }], 4=>[Awestruct::Page{ 39184740: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }]}, 4=>{14=>[Awestruct::Page{ 39530260: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }], 4=>[Awestruct::Page{ 39980940: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }], 1=>[Awestruct::Page{ 40380720: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }]}, 3=>{23=>[Awestruct::Page{ 40804880: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }], 21=>[Awestruct::Page{ 19294040: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }], 13=>[Awestruct::Page{ 22954500: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }], 3=>[Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }]}, 2=>{14=>[Awestruct::Page{ 29175240: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }], 5=>[Awestruct::Page{ 29891260: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }], 4=>[Awestruct::Page{ 30671340: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 30960540: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }]}, 1=>{29=>[Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }], 11=>[Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }], 8=>[Awestruct::Page{ 36646620: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }]}}, 2010=>{12=>{5=>[Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }], 1=>[Awestruct::Page{ 37648980: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }]}, 11=>{30=>[Awestruct::Page{ 37859440: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }], 23=>[Awestruct::Page{ 38035720: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 38217120: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }]}, 10=>{21=>[Awestruct::Page{ 38388540: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }]}, 9=>{22=>[Awestruct::Page{ 38857000: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }], 21=>[Awestruct::Page{ 39279120: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 39700280: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 40101600: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }], 20=>[Awestruct::Page{ 40519420: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 40910040: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 19742320: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }], 17=>[Awestruct::Page{ 23529480: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }], 9=>[Awestruct::Page{ 24996720: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }], 5=>[Awestruct::Page{ 29458720: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }], 4=>[Awestruct::Page{ 29970260: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }], 2=>[Awestruct::Page{ 30369300: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }], 1=>[Awestruct::Page{ 31026780: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 35318920: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }], 30=>[Awestruct::Page{ 36049620: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }], 29=>[Awestruct::Page{ 36748880: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }], 26=>[Awestruct::Page{ 37416340: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }], 20=>[Awestruct::Page{ 37661960: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }], 17=>[Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 38037020: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }], 16=>[Awestruct::Page{ 38214740: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }], 11=>[Awestruct::Page{ 38383520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }], 10=>[Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }], 2=>[Awestruct::Page{ 39275920: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }]}, 7=>{28=>[Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }], 27=>[Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }], 22=>[Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }], 21=>[Awestruct::Page{ 40905520: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }], 13=>[Awestruct::Page{ 19475620: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }], 12=>[Awestruct::Page{ 23362600: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }], 8=>[Awestruct::Page{ 24821240: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }], 7=>[Awestruct::Page{ 29364000: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }], 6=>[Awestruct::Page{ 29944500: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }], 5=>[Awestruct::Page{ 30605180: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 30999180: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }]}, 6=>{29=>[Awestruct::Page{ 35233000: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }], 28=>[Awestruct::Page{ 35962800: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }], 23=>[Awestruct::Page{ 36686740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }], 22=>[Awestruct::Page{ 37366960: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }], 14=>[Awestruct::Page{ 37646780: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }], 11=>[Awestruct::Page{ 37835340: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }], 10=>[Awestruct::Page{ 38019100: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }], 9=>[Awestruct::Page{ 38196740: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }], 16=>[Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 39243640: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }], 12=>[Awestruct::Page{ 39624300: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }], 7=>[Awestruct::Page{ 40027500: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }], 1=>[Awestruct::Page{ 40442480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 40847640: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }]}, 3=>{31=>[Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 23034660: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }], 30=>[Awestruct::Page{ 24567200: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }], 27=>[Awestruct::Page{ 29188440: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }], 23=>[Awestruct::Page{ 29890000: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }], 22=>[Awestruct::Page{ 30678720: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }], 19=>[Awestruct::Page{ 30957040: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 29036420: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 35857520: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }], 16=>[Awestruct::Page{ 36579260: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }], 15=>[Awestruct::Page{ 37284460: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 37600980: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }], 14=>[Awestruct::Page{ 37805460: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }], 13=>[Awestruct::Page{ 37985580: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }], 12=>[Awestruct::Page{ 38164060: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 38329160: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }], 9=>[Awestruct::Page{ 38734020: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }], 8=>[Awestruct::Page{ 39161380: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 39515060: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }], 7=>[Awestruct::Page{ 39947740: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }], 5=>[Awestruct::Page{ 40370840: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 40764000: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }], 2=>[Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 21156460: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }], 1=>[Awestruct::Page{ 24262180: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 28995940: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }]}, 2=>{26=>[Awestruct::Page{ 29783240: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 30154160: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }], 25=>[Awestruct::Page{ 30894260: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 31172640: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 35681440: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }], 24=>[Awestruct::Page{ 36395100: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }], 23=>[Awestruct::Page{ 37191500: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }], 22=>[Awestruct::Page{ 37547860: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }], 19=>[Awestruct::Page{ 37761180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }], 18=>[Awestruct::Page{ 37951700: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }], 17=>[Awestruct::Page{ 38136220: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }], 16=>[Awestruct::Page{ 38301460: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }], 15=>[Awestruct::Page{ 38474320: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }], 14=>[Awestruct::Page{ 39087540: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }], 12=>[Awestruct::Page{ 39464240: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }], 11=>[Awestruct::Page{ 39867920: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], 10=>[Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], 9=>[Awestruct::Page{ 40714800: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }], 8=>[Awestruct::Page{ 37404720: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 20841900: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 24197960: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], 2=>[Awestruct::Page{ 28797320: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }]}}}>, :posts_tags=>[#/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 37376020: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 38261920: output_path=>/node/tags/JAM/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 20636380: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 24614280: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 29546300: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 30138920: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 36560060: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 38246860: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 38860480: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 36366520: output_path=>/node/tags/JenkinsWorld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 38957440: output_path=>/node/tags/administration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57963540: output_path=>/node/tags/aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 36512880: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 37737580: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 69818240: output_path=>/node/tags/azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 30974940: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 37976760: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 38708440: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 39812460: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 28664420: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 29390880: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 65495200: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 19106480: output_path=>/node/tags/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 56026260: output_path=>/node/tags/certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 29164240: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 30316800: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 38776340: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 30885300: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 20625080: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 37136680: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 39133220: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 35244600: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 37418460: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 38236860: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 38410540: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 77462600: output_path=>/node/tags/cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 76568960: output_path=>/node/tags/conditional-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 39415140: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 35838560: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 67933760: output_path=>/node/tags/continuousdelivery/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 21302060: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 37802560: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 39352900: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 30093840: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 30937020: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 37960980: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 18262600: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, Awestruct::Page{ 23041820: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, Awestruct::Page{ 37409720: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 29897340: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 31001840: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 37204480: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 37569860: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 37983960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 38178620: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 24210340: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 30947940: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 35933180: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 29753260: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 39298840: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 40112580: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 40974400: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 19797960: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 31098880: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 39935320: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 40611700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 20594200: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 30105200: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 31130040: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 37190680: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 38133100: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 38304500: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 39493320: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 40319180: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 21053800: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 29003420: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 29816540: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 36537120: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 37262860: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 38165300: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 38335000: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 38740020: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 39184740: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 22954500: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 29891260: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 30960540: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 36646620: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 37648980: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 37859440: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 38217120: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 30369300: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 37416340: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 38383520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 39275920: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 29944500: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 30605180: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 37646780: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 39243640: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 40027500: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 38164060: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 38734020: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 21156460: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 31172640: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 36395100: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 39087540: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, Awestruct::Page{ 40714800: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 28797320: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], @group=3, @primary_page=Awestruct::Page{ 72801960: output_path=>/node/tags/core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 55711600: output_path=>/node/tags/dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 28998660: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 36345360: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 20575280: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 38210640: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 41032720: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 24210340: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 30928520: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 38424840: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 30947940: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 35933180: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 29753260: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 37619760: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 38375160: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 39298840: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 40112580: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 40543340: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 40974400: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 38001920: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 39270840: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 39666740: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 40100780: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 19797960: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 28573620: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 29543860: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 31098880: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 39507300: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 39935320: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 21548260: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, Awestruct::Page{ 20594200: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 37190680: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 38133100: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 36537120: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 38165300: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 38740020: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 39184740: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 22954500: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 30369300: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 23034660: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 30678720: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 37284460: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 37600980: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 39515060: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 21156460: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 28995940: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 37547860: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 38301460: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, Awestruct::Page{ 38474320: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 40714800: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 37404720: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 20841900: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 24197960: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 76045240: output_path=>/node/tags/development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 39271280: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 30947940: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 57290640: output_path=>/node/tags/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 40152060: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 65396040: output_path=>/node/tags/dsl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 59691340: output_path=>/node/tags/ec2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 56629120: output_path=>/node/tags/emailext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 58383320: output_path=>/node/tags/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 39300960: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 30161980: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 35648700: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 37476520: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 37782400: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 38026840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 38276480: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 38746000: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 39304960: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 40929420: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 20636380: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 24614280: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 29546300: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 30138920: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 30990960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 36560060: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 37428040: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 37762120: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 38246860: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 38860480: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 23329320: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 38766640: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 37376020: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 23926280: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, Awestruct::Page{ 30146660: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 73672420: output_path=>/node/tags/event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 24699220: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 39844360: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 40535320: output_path=>/node/tags/events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 40017860: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 36659400: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 29177620: output_path=>/node/tags/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 37569860: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 37983960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 38178620: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 24210340: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 37652280: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 39412500: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 37865300: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 29753260: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 39702840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 31160980: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 39666740: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 40100780: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 31098880: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 38302020: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 40373380: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 24556920: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 38916220: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 37190680: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 39886000: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 40319180: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 39980940: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 19294040: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 29364000: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 39624300: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 40027500: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 23034660: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 29188440: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 30678720: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 35857520: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 37284460: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 37600980: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 37985580: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 39161380: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 39515060: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 39947740: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 40370840: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 24262180: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 28995940: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 29783240: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 30894260: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 36395100: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 37547860: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 37761180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 37951700: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 38474320: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 39464240: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 39867920: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, Awestruct::Page{ 40714800: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 37404720: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 20841900: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 24197960: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, Awestruct::Page{ 28797320: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 75785000: output_path=>/node/tags/feedback/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 58492720: output_path=>/node/tags/freestyle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 30370880: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 37811500: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, Awestruct::Page{ 40153920: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 24701240: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 38233520: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 38414220: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 38935340: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 39408140: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 39808660: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 40251920: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 40701400: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 37409720: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 21165360: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 24432620: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 29164240: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 29897340: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 30316800: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 31001840: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 35574000: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 37204480: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 37569860: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 37983960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 38178620: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 38356400: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 38776340: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 39271280: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 39672540: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 41012900: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, Awestruct::Page{ 23942180: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 28730160: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 29715420: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 30140760: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 30885300: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 31190820: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 35783660: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 36558420: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 37288880: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 37832300: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 38391420: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 39349460: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 39746340: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 40177480: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 40607980: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 20625080: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 24078080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 28772040: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 29738440: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 30903380: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 31202700: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, Awestruct::Page{ 35808460: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 36578760: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 37291260: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 37631120: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 37847280: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38030360: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38221600: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38402860: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 38914780: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 39768520: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 40211200: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, Awestruct::Page{ 41054120: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 20699440: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 29799940: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 30193660: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 28984860: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 35864120: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 37362080: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 37652280: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 38043960: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 38247820: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 38959460: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 39412500: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 39809860: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 40250160: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 40698180: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 37405740: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 20935360: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 29007080: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 23748500: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 30366940: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 36686140: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 37372580: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 37659980: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 37865300: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 38234420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 38930840: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 39383180: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 39769400: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 40206540: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 41050540: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 20653220: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 24167780: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 30158500: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 30902400: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 31197900: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 35788360: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 36556200: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 38792540: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 39702840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 23727180: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 28665860: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 29690180: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 31160980: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 36444580: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 37253140: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 37582640: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 37798700: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 38778840: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 40524440: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 23632860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 36265660: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 37136680: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 37531300: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 37751660: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 37938580: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 38125200: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 38302020: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 38488460: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 39133220: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 40373380: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 40781560: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 19250260: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, Awestruct::Page{ 24556920: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 29192400: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 29905480: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 30315660: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 35244600: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 36022940: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 36766400: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 37418460: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 37669540: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 37870880: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 38055220: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 38236860: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 38410540: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 38916220: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 39368140: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 39765640: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 40200600: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 40611700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 41031920: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 23930980: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 28724720: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 29697360: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 30105200: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 30842320: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 37763720: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 37948420: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 38304500: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 38477480: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 39111840: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 39493320: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 39886000: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 40319180: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 40726460: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 41063780: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 21053800: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 24260940: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 29003420: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 29816540: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 30190140: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 37262860: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 37983800: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 38335000: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 39530260: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 39980940: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 40380720: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 40804880: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 19294040: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 29175240: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 29891260: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 30960540: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 36646620: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 37648980: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 37859440: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 38035720: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 38388540: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 38857000: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 39279120: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 39700280: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 40101600: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 40519420: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 40910040: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 19742320: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 23529480: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 24996720: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 29458720: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 29970260: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 31026780: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 35318920: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 36049620: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 36748880: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 37416340: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 37661960: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 38037020: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 38214740: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 38383520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 40905520: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 19475620: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 23362600: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 24821240: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 29364000: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 29944500: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 30605180: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 30999180: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 35233000: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 35962800: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 36686740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 37366960: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 37646780: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 37835340: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 38019100: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 38196740: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 30894260: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 37951700: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 38136220: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 39867920: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], @group=6, @primary_page=Awestruct::Page{ 67844720: output_path=>/node/tags/general/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 38006680: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 40017860: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 36659400: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 37802560: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 39352900: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 40382640: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, Awestruct::Page{ 20658920: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 30093840: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 35471180: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 30370880: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 40153920: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 69274440: output_path=>/node/tags/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 41032720: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 30903380: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 30928520: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 39412500: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 40250160: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 35933180: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 38930840: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 37798700: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 39270840: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 39666740: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 37136680: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 40373380: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 38916220: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 39368140: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 37983800: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 24821240: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 24567200: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 38136220: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 75892200: output_path=>/node/tags/guest post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 60118340: output_path=>/node/tags/hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 63608240: output_path=>/node/tags/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 36512880: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 39127040: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 69138960: output_path=>/node/tags/infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 38022340: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, Awestruct::Page{ 38876820: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 40639620: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 28962060: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 37824460: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 38199300: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 30870840: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 35701860: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 38186080: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 31130040: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 36368660: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 37548000: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 35785300: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 37801960: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 30671340: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 38217120: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 39275920: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 39624300: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 29188440: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 37985580: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 39947740: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 29783240: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 37761180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 39464240: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 78065280: output_path=>/node/tags/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 37798700: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 39270840: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 37751660: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 40726460: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 24996720: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 40905520: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 30894260: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 37951700: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 39867920: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 72734760: output_path=>/node/tags/interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 39300960: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 39833820: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 24699220: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 18289920: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 39844360: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 37737580: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 38171280: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 37518100: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 38237520: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, Awestruct::Page{ 40633240: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 37630360: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 70814460: output_path=>/node/tags/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 74034720: output_path=>/node/tags/java8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 38001920: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 29905480: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 36766400: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 37870880: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 40726460: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 41063780: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 30190140: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 38857000: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 39279120: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 39700280: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 40101600: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 19742320: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 23529480: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 36049620: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 72554060: output_path=>/node/tags/javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 75159240: output_path=>/node/tags/javascript/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, Awestruct::Page{ 38288020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 40152060: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 30146660: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 37142440: output_path=>/node/tags/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 58333980: output_path=>/node/tags/jenkins world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 30368120: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 31078780: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 38171280: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 38434980: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, Awestruct::Page{ 39637980: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 40720860: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 19409280: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 30370880: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 31102720: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 36811480: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, Awestruct::Page{ 37518100: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 38031180: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, Awestruct::Page{ 38451900: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, Awestruct::Page{ 39654740: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, Awestruct::Page{ 40153920: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 18262600: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 70451500: output_path=>/node/tags/jenkins2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 37518100: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 68886440: output_path=>/node/tags/jenkins_ru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 38935340: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 39408140: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 39808660: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 40701400: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 37409720: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 29897340: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 38776340: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 39271280: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 28730160: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 30140760: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 30885300: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 31190820: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 36558420: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 37288880: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 40177480: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 40607980: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 24078080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 37291260: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 37631120: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 37847280: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38030360: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38221600: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38402860: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 38914780: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 39768520: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 41054120: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 29799940: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 30902400: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 40100780: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 37669540: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 41031920: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 37948420: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 39886000: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 24260940: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 40380720: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 40804880: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 37648980: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 37859440: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 38035720: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 39275920: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 40905520: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 37366960: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 37646780: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 38019100: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 24567200: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 38164060: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 21156460: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 37191500: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 55327600: output_path=>/node/tags/jenkinsci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 35648700: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 37476520: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 37782400: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 38026840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 38276480: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 38746000: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 39812460: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 30990960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 37428040: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 37762120: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 23329320: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 23926280: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 73156520: output_path=>/node/tags/jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 39624300: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 24262180: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 38136220: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 72195520: output_path=>/node/tags/jobs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 36537120: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 38165300: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 71292740: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 37832300: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 39746340: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 20699440: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 29799940: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 30193660: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 28984860: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 38043960: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 38959460: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 23748500: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 37659980: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 37865300: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 38234420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 41050540: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 20653220: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 24167780: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 30902400: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 35788360: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 23727180: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 31160980: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 36444580: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 37253140: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 37582640: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 37798700: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 38778840: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 40524440: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 23632860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 29192400: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 30315660: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 36766400: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 37418460: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 37870880: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 38055220: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 39368140: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 39765640: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 23930980: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 29697360: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 30842320: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 37190680: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 38477480: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 30190140: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 73759280: output_path=>/node/tags/juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 35574000: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 35864120: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 37362080: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 37652280: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 38247820: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 37372580: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 39702840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 37751660: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 37938580: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 41031920: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 41063780: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 30671340: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 40519420: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 36049620: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 19475620: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 23362600: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 29364000: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 36686740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 37835340: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 40027500: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 40847640: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 23034660: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 30678720: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 37284460: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 37600980: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 39515060: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 24262180: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 28995940: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 31172640: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 37547860: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 38474320: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 40714800: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 37404720: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 20841900: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 24197960: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 68204780: output_path=>/node/tags/just for fun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 71097300: output_path=>/node/tags/lifx/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 40200600: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 30999180: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 35962800: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 23034660: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 30678720: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 37284460: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 37600980: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 39515060: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 28995940: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 37547860: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 38474320: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 20841900: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 24197960: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 72023760: output_path=>/node/tags/links/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 30368120: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 31078780: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 30947940: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 39298840: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 29003420: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 29816540: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 37262860: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 38432340: output_path=>/node/tags/lts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 40781560: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 38035720: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 39243640: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 29890000: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, Awestruct::Page{ 29036420: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 38329160: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, Awestruct::Page{ 40764000: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, Awestruct::Page{ 30154160: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, Awestruct::Page{ 35681440: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 71641880: output_path=>/node/tags/mailing list/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 30161980: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 39304960: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 37376020: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 37737580: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 38171280: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 40633240: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 24701240: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 29598380: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, Awestruct::Page{ 37630360: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, Awestruct::Page{ 38233520: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 38414220: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 38935340: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 39408140: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 39808660: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 24432620: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 30316800: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 38776340: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 30885300: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 35783660: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 39349460: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 20625080: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 28984860: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 38043960: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 37405740: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 20935360: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 29007080: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23748500: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 30366940: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 37659980: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 38234420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 38930840: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 39769400: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 20653220: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 30158500: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 30902400: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 35788360: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 38792540: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 23727180: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 28665860: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 29690180: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 36444580: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 37253140: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 37582640: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 38778840: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 40524440: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 23632860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 36265660: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 37531300: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 38125200: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 38488460: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 39133220: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 39507300: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 40781560: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 30315660: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 35244600: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 36022940: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 36766400: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 37669540: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 38236860: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 38410540: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 39368140: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 28724720: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 39111840: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 41063780: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 30190140: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 40380720: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 29175240: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 30960540: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 38388540: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 40910040: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 31026780: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 35318920: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 36049620: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 36748880: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 40905520: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 35233000: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 35962800: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 30957040: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 35857520: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 39161380: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 40370840: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }], @group=3, @primary_page=Awestruct::Page{ 65598680: output_path=>/node/tags/meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 38876820: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 29738440: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 35808460: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 37824460: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 37548000: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 37763720: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 37801960: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 38335000: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 29970260: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 39275920: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 36686740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 38196740: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 40442480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 40847640: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 36579260: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, Awestruct::Page{ 37805460: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 77507720: output_path=>/node/tags/meta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 37748840: output_path=>/node/tags/newfeatures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 31001840: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 38356400: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 39672540: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 28730160: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 35783660: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 29738440: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 40639620: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 28962060: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 29799940: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 28984860: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 37652280: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 38043960: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 38247820: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 38959460: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 39809860: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 40698180: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 37405740: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 23748500: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 35933180: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 36686140: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 37659980: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 40206540: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 31197900: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 37824460: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 38199300: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 38792540: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 40112580: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 29690180: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 30870840: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 38186080: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 38778840: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 39666740: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 29543860: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 37938580: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 38125200: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 39133220: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 24556920: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 40200600: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 28724720: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 37763720: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 24260940: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 35785300: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 38335000: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 39530260: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 40380720: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 19294040: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 29175240: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 30960540: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 36646620: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 29458720: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 37661960: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 38037020: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 38214740: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 29944500: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 35233000: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 35962800: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 38196740: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 65359420: output_path=>/node/tags/news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 35467580: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 37926280: output_path=>/node/tags/nightwatch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 66772900: output_path=>/node/tags/nodejs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 69663560: output_path=>/node/tags/notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, Awestruct::Page{ 38356400: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 39672540: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 41012900: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 57388000: output_path=>/node/tags/office hours/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 39722880: output_path=>/node/tags/performance/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 35409320: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 37976760: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 38238300: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 38708440: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 30993480: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 36596540: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, Awestruct::Page{ 39812460: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 35467580: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 38006680: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 39415140: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 40017860: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 28664420: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 29815260: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 35645000: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 36659400: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 37475200: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 38041860: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 24473620: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, Awestruct::Page{ 29390880: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 30937020: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 35471180: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 39637980: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 40152060: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 40720860: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 19409280: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 31102720: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 35838560: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 38233520: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 40701400: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 21165360: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 24432620: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 23942180: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 38210640: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 38424840: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 29007080: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 30366940: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 39765640: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 64900460: output_path=>/node/tags/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 39352900: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 67393660: output_path=>/node/tags/plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 29461180: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 35409320: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 37712920: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, Awestruct::Page{ 30993480: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 35467580: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 38006680: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 40017860: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 29815260: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 35645000: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 36659400: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 38041860: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 40947680: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, Awestruct::Page{ 20658920: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 30937020: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 35471180: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 40152060: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 29927060: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 36345360: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 39271280: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 29715420: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 41032720: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 28772040: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 35808460: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 30928520: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 38424840: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 40250160: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 39383180: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 40206540: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 36556200: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 38375160: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 40543340: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 38001920: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 38186080: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 39270840: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 28573620: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 29543860: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 39935320: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 38304500: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 37983800: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 38740020: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 30605180: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 56966980: output_path=>/node/tags/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 67127480: output_path=>/node/tags/puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 66313780: output_path=>/node/tags/puppetenterprise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 23008220: output_path=>/node/tags/rails/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 39298840: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 40543340: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 40100780: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 29543860: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 37938580: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 21053800: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 29003420: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 37262860: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 40804880: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 38037020: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 38214740: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 19475620: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 23362600: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 29944500: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 37366960: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 37646780: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 79446400: output_path=>/node/tags/releases/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 35645000: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 36537120: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 38165300: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 38740020: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 24576060: output_path=>/node/tags/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 30272520: output_path=>/node/tags/saucelabs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, Awestruct::Page{ 38288020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 39364420: output_path=>/node/tags/scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 59238100: output_path=>/node/tags/scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 39383180: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 37619760: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 73949280: output_path=>/node/tags/screencast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 21302060: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 29615820: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 37960980: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 39127040: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 29927060: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 23041820: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 71277340: output_path=>/node/tags/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 29875240: output_path=>/node/tags/selenium/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 79565600: output_path=>/node/tags/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 40112620: output_path=>/node/tags/statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57489220: output_path=>/node/tags/support-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 59864120: output_path=>/node/tags/testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 39415140: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 29815260: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 35645000: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 38041860: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 21165360: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 38210640: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 37619760: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 36368660: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 37983800: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 30369300: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 38383520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 24821240: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 39624300: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 38136220: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 35621600: output_path=>/node/tags/tutorial/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 73849460: output_path=>/node/tags/upgrade/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 67662840: output_path=>/node/tags/usage-statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 28664420: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 29390880: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 37529180: output_path=>/node/tags/ux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 38356400: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 39672540: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 28772040: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 39383180: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 38477480: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 39111840: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 69389300: output_path=>/node/tags/video/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 60291560: output_path=>/node/tags/webapis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 40701400: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 21165360: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 24432620: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 23942180: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 38210640: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 38424840: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 29007080: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 30366940: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 39765640: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 51961000: output_path=>/node/tags/workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57444900: output_path=>/node/tags/www/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 38092620: output_path=>/node/tags/xunit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>], :events=>{:"seville-jam"=>Awestruct::Page{ 68933540: output_path=>/_data/events/seville-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seville-jam.adoc, layout=> }, :"moscow-jam-1"=>Awestruct::Page{ 68684540: output_path=>/_data/events/moscow-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/moscow-jam-1.adoc, layout=> }, :"pre-fosdem-2017-happy hour"=>Awestruct::Page{ 68426560: output_path=>/_data/events/pre-fosdem-2017-happy hour.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/pre-fosdem-2017-happy hour.adoc, layout=> }, :"jenkins-2"=>Awestruct::Page{ 68250640: output_path=>/_data/events/jenkins-2.0-tweetfest.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-2.0-tweetfest.adoc, layout=> }, :"boston-devops-dojo"=>Awestruct::Page{ 67917600: output_path=>/_data/events/boston-devops-dojo.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-devops-dojo.adoc, layout=> }, :"boston-jam-feb2017"=>Awestruct::Page{ 67562140: output_path=>/_data/events/boston-jam-feb2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-feb2017.adoc, layout=> }, :"guadalajara-jam"=>Awestruct::Page{ 67248400: output_path=>/_data/events/guadalajara-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam.adoc, layout=> }, :"gsoc-midterm-presentations-1"=>Awestruct::Page{ 66957660: output_path=>/_data/events/gsoc-midterm-presentations-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/gsoc-midterm-presentations-1.adoc, layout=> }, :"melbourne-jam-dec16"=>Awestruct::Page{ 66675620: output_path=>/_data/events/melbourne-jam-dec16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-dec16.adoc, layout=> }, :Fosdem2017=>Awestruct::Page{ 66294880: output_path=>/_data/events/Fosdem2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Fosdem2017.adoc, layout=> }, :"sydney-jam-jan2017"=>Awestruct::Page{ 66062660: output_path=>/_data/events/sydney-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sydney-jam-jan2017.adoc, layout=> }, :"boston-jam-bible"=>Awestruct::Page{ 65782060: output_path=>/_data/events/boston-jam-bible.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-bible.adoc, layout=> }, :"bangalore-jam-1"=>Awestruct::Page{ 65462620: output_path=>/_data/events/bangalore-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/bangalore-jam-1.adoc, layout=> }, :"tel-aviv-jam-2"=>Awestruct::Page{ 64533820: output_path=>/_data/events/tel-aviv-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/tel-aviv-jam-2.adoc, layout=> }, :"boston-jam-2"=>Awestruct::Page{ 64054880: output_path=>/_data/events/boston-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-2.adoc, layout=> }, :"munchen-jam-feb2017"=>Awestruct::Page{ 63625460: output_path=>/_data/events/munchen-jam-feb2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/munchen-jam-feb2017.adoc, layout=> }, :"Jenkins-2"=>Awestruct::Page{ 56208400: output_path=>/_data/events/Jenkins-2.0-vJAM.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Jenkins-2.0-vJAM.adoc, layout=> }, :seagl2016=>Awestruct::Page{ 60030760: output_path=>/_data/events/seagl2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seagl2016.adoc, layout=> }, :"amsterdam-jam"=>Awestruct::Page{ 59110960: output_path=>/_data/events/amsterdam-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/amsterdam-jam.adoc, layout=> }, :"dfw-jam-5"=>Awestruct::Page{ 58468840: output_path=>/_data/events/dfw-jam-5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-5.adoc, layout=> }, :"fosdem-2016"=>Awestruct::Page{ 57221200: output_path=>/_data/events/fosdem-2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/fosdem-2016.adoc, layout=> }, :"seattle-jam-1"=>Awestruct::Page{ 56292700: output_path=>/_data/events/seattle-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seattle-jam-1.adoc, layout=> }, :"jenkins-world-contributor-summit"=>Awestruct::Page{ 58517880: output_path=>/_data/events/jenkins-world-contributor-summit.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-world-contributor-summit.adoc, layout=> }, :"atlanta-jam"=>Awestruct::Page{ 60255500: output_path=>/_data/events/atlanta-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/atlanta-jam.adoc, layout=> }, :"2016-08-25-online-jam-gsoc"=>Awestruct::Page{ 58040160: output_path=>/_data/events/2016-08-25-online-jam-gsoc.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-08-25-online-jam-gsoc.adoc, layout=> }, :"tel-aviv-jam"=>Awestruct::Page{ 59208160: output_path=>/_data/events/tel-aviv-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/tel-aviv-jam.adoc, layout=> }, :"london-jam-1"=>Awestruct::Page{ 56608020: output_path=>/_data/events/london-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/london-jam-1.adoc, layout=> }, :"boulder-jam-oct16"=>Awestruct::Page{ 56327180: output_path=>/_data/events/boulder-jam-oct16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boulder-jam-oct16.adoc, layout=> }, :"spb-jam-3"=>Awestruct::Page{ 56119520: output_path=>/_data/events/spb-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/spb-jam-3.adoc, layout=> }, :"albuquerque-jam-1"=>Awestruct::Page{ 55780220: output_path=>/_data/events/albuquerque-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/albuquerque-jam-1.adoc, layout=> }, :"dfw-jam-6"=>Awestruct::Page{ 54179280: output_path=>/_data/events/dfw-jam-6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-6.adoc, layout=> }, :"2016-09-06-online-jam-plugin-dev-2"=>Awestruct::Page{ 41059420: output_path=>/_data/events/2016-09-06-online-jam-plugin-dev-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-09-06-online-jam-plugin-dev-2.adoc, layout=> }, :"guadalajara-jam-nov2016"=>Awestruct::Page{ 40970460: output_path=>/_data/events/guadalajara-jam-nov2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-nov2016.adoc, layout=> }, :"guadalajara-jam-2"=>Awestruct::Page{ 40807300: output_path=>/_data/events/guadalajara-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-2.adoc, layout=> }, :"2016-seattle-jam-nov-11"=>Awestruct::Page{ 40634080: output_path=>/_data/events/2016-seattle-jam-nov-11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-nov-11.adoc, layout=> }, :"singapore-august-jam"=>Awestruct::Page{ 40460020: output_path=>/_data/events/singapore-august-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-august-jam.adoc, layout=> }, :"austin-jam-jan17"=>Awestruct::Page{ 40304440: output_path=>/_data/events/austin-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/austin-jam-jan17.adoc, layout=> }, :"sf-jam-jan17"=>Awestruct::Page{ 40145360: output_path=>/_data/events/sf-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-jan17.adoc, layout=> }, :"dfw-jam-8"=>Awestruct::Page{ 40013880: output_path=>/_data/events/dfw-jam-8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-8.adoc, layout=> }, :"washington-dc-jam-1"=>Awestruct::Page{ 39843180: output_path=>/_data/events/washington-dc-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-dc-jam-1.adoc, layout=> }, :"sf-jam"=>Awestruct::Page{ 39704200: output_path=>/_data/events/sf-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam.adoc, layout=> }, :"dublin-jam-1"=>Awestruct::Page{ 39513720: output_path=>/_data/events/dublin-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dublin-jam-1.adoc, layout=> }, :"jenkins-world-2016"=>Awestruct::Page{ 39410840: output_path=>/_data/events/jenkins-world-2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-world-2016.adoc, layout=> }, :"paris-jam-1"=>Awestruct::Page{ 39243240: output_path=>/_data/events/paris-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/paris-jam-1.adoc, layout=> }, :"singapore-jam"=>Awestruct::Page{ 39109200: output_path=>/_data/events/singapore-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-jam.adoc, layout=> }, :"boston-jam-1"=>Awestruct::Page{ 38919480: output_path=>/_data/events/boston-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-1.adoc, layout=> }, :"singapore-jam-nov16"=>Awestruct::Page{ 38748480: output_path=>/_data/events/singapore-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-jam-nov16.adoc, layout=> }, :"boulder-jam-1"=>Awestruct::Page{ 38450940: output_path=>/_data/events/boulder-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boulder-jam-1.adoc, layout=> }, :"meetup-linuxwochen"=>Awestruct::Page{ 38374040: output_path=>/_data/events/meetup-linuxwochen.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/meetup-linuxwochen.adoc, layout=> }, :"melbourne-jam-nov16"=>Awestruct::Page{ 38311080: output_path=>/_data/events/melbourne-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-nov16.adoc, layout=> }, :"guadalajara-jam-dec2016"=>Awestruct::Page{ 38247960: output_path=>/_data/events/guadalajara-jam-dec2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-dec2016.adoc, layout=> }, :"melbourne-jam-dec"=>Awestruct::Page{ 38179220: output_path=>/_data/events/melbourne-jam-dec.14.16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-dec.14.16.adoc, layout=> }, :"online-jam-dec16"=>Awestruct::Page{ 38108040: output_path=>/_data/events/online-jam-dec16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/online-jam-dec16.adoc, layout=> }, :"atlanta-jam-3"=>Awestruct::Page{ 38041220: output_path=>/_data/events/atlanta-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/atlanta-jam-3.adoc, layout=> }, :"dfw-jam-2"=>Awestruct::Page{ 37969200: output_path=>/_data/events/dfw-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-2.adoc, layout=> }, :"juc-israel"=>Awestruct::Page{ 37904340: output_path=>/_data/events/juc-israel.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/juc-israel.adoc, layout=> }, :"la-jam-@-the-reserve"=>Awestruct::Page{ 37830680: output_path=>/_data/events/la-jam-@-the-reserve.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/la-jam-@-the-reserve.adoc, layout=> }, :"washington-jam-jan17"=>Awestruct::Page{ 37756720: output_path=>/_data/events/washington-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-jam-jan17.adoc, layout=> }, :"sf-jam-oct16"=>Awestruct::Page{ 37685540: output_path=>/_data/events/sf-jam-oct16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-oct16.adoc, layout=> }, :"sf-jam-nov16"=>Awestruct::Page{ 37577740: output_path=>/_data/events/sf-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-nov16.adoc, layout=> }, :"lima-august-jam"=>Awestruct::Page{ 37495980: output_path=>/_data/events/lima-august-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/lima-august-jam.adoc, layout=> }, :"belarus-meetup"=>Awestruct::Page{ 37357460: output_path=>/_data/events/belarus-meetup.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/belarus-meetup.adoc, layout=> }, :"guadalajara-jam-oct2016"=>Awestruct::Page{ 37150380: output_path=>/_data/events/guadalajara-jam-oct2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-oct2016.adoc, layout=> }, :"dfw-jam-3"=>Awestruct::Page{ 36789320: output_path=>/_data/events/dfw-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-3.adoc, layout=> }, :"amsterdam-jam-nov16"=>Awestruct::Page{ 36539580: output_path=>/_data/events/amsterdam-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/amsterdam-jam-nov16.adoc, layout=> }, :"2016-seattle-jam-nov-9"=>Awestruct::Page{ 36244760: output_path=>/_data/events/2016-seattle-jam-nov-9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-nov-9.adoc, layout=> }, :"dublin-jam-2"=>Awestruct::Page{ 35973880: output_path=>/_data/events/dublin-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dublin-jam-2.adoc, layout=> }, :"guadalajara-jam-jan2017"=>Awestruct::Page{ 35649680: output_path=>/_data/events/guadalajara-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-jan2017.adoc, layout=> }, :jenkinsworld2017=>Awestruct::Page{ 35359940: output_path=>/_data/events/jenkinsworld2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkinsworld2017.adoc, layout=> }, :"gsoc-midterm-presentations-2"=>Awestruct::Page{ 28982300: output_path=>/_data/events/gsoc-midterm-presentations-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/gsoc-midterm-presentations-2.adoc, layout=> }, :"albuquerque-jam-nov16"=>Awestruct::Page{ 31106160: output_path=>/_data/events/albuquerque-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/albuquerque-jam-nov16.adoc, layout=> }, :"brno-jam-jan2017"=>Awestruct::Page{ 31000980: output_path=>/_data/events/brno-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/brno-jam-jan2017.adoc, layout=> }, :"2016-seattle-jam-dec-07"=>Awestruct::Page{ 30881880: output_path=>/_data/events/2016-seattle-jam-dec-07.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-dec-07.adoc, layout=> }, :"washington-jam-nov16"=>Awestruct::Page{ 30449100: output_path=>/_data/events/washington-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-jam-nov16.adoc, layout=> }, :"Post Fosdem Hackathon"=>Awestruct::Page{ 30292560: output_path=>/_data/events/Post Fosdem Hackathon.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Post Fosdem Hackathon.adoc, layout=> }, :"Plugin_dev-vJAM"=>Awestruct::Page{ 30098080: output_path=>/_data/events/Plugin_dev-vJAM.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Plugin_dev-vJAM.adoc, layout=> }, :"guadalajara-jam-3"=>Awestruct::Page{ 29953240: output_path=>/_data/events/guadalajara-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-3.adoc, layout=> }, :"milan-jam-nov16"=>Awestruct::Page{ 29796940: output_path=>/_data/events/milan-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/milan-jam-nov16.adoc, layout=> }}, :solutions=>AStruct<{:python=>AStruct<{"usecase"=>"Python", "articles"=>[["http://www.alexconrad.org/2011/10/jenkins-and-python.html", "Getting started with Jenkins and Python"], ["http://bhfsteve.blogspot.be/2012/04/automated-python-unit-testing-code.html", "Automated python unit testing, code coverage and code quality analysis with Jenkins"], ["http://michal.karzynski.pl/blog/2014/04/19/continuous-integration-server-for-django-using-jenkins/", "Continuous Integration for Django projects with Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/ShiningPanda+Plugin", "Shining Panda plugin", "adds various build steps for building Python projects with virtualenv, tox and more"], ["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes XML formatted test reports (generated by tools like nose) for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Violations", "Violations plugin", "processes output from pylint to provide style checks for Python code"]]}>, :c=>AStruct<{"usecase"=>"C/C++", "articles"=>nil, "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Warnings+Plugin", "Warnings plugin", "scans console output for compile-time warnings and errors to report on"], ["https://wiki.jenkins-ci.org/display/JENKINS/Valgrind+Plugin", "Valgrind plugin", "run and incorporate Valgrind (memcheck) reports into Jenkins"], ["https://wiki.jenkins-ci.org/display/JENKINS/cmakebuilder+Plugin", "CMake Builder plugin", "provides a build step that generates the build scripts from a CMakeLists.txt file"], ["https://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin", "xUnit plugin", "generate reports based on test tooling output from various unit test frameworks"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cppcheck+Plugin", "Cppcheck plugin", "generate trend reports for CppCheck, a tool for static C/C++ code analysis."]]}>, :java=>AStruct<{"usecase"=>"Java", "articles"=>nil, "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes JUnit XML formatted test reports for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Gradle+Plugin", "Gradle plugin", "support invoking Gradle as a build step and listing executing tasks per build"], ["https://wiki.jenkins-ci.org/display/JENKINS/FindBugs+Plugin", "Findbugs plugin", "generate trending and analysis for FindBugs reports"], ["https://wiki.jenkins-ci.org/display/JENKINS/PMD+Plugin", "PMD plugin", "generate trending and analysis for PMD reports"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cobertura+Plugin", "Cobertura plugin", "publish and trend code coverage reports from Cobertura"], ["https://wiki.jenkins-ci.org/display/JENKINS/SonarQube+plugin", "SonarQube plugin", "integrate reporting from the SonarQube code quality/inspection platform"], ["https://wiki.jenkins-ci.org/display/JENKINS/Repository+Connector+Plugin", "Repository Connector plugin", "adds features for resolving artifacts from a Maven repository such as Nexus or Artifactory."]]}>, :android=>AStruct<{"usecase"=>"Android", "blog_tags"=>["android"], "articles"=>[["http://blog.zuehlke.com/en/configure-your-android-project-on-jenkins/", "Configure your Android project on Jenkins"], ["https://www.bignerdranch.com/blog/continuous-delivery-for-android/", "Continuous Delivery for Android"], ["https://dzone.com/articles/automating-continuous", "Automating Android Projects With Gradle using Jenkins on Windows"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Android+Emulator+Plugin", "Android Emulator plugin", "automate many Android tasks during a build, such as launching/destroying emulators"], ["https://wiki.jenkins-ci.org/display/JENKINS/Android+Lint+Plugin", "Android Lint plugin", "parses output from the Android lint tool for display and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Google+Play+Android+Publisher+Plugin", "Google Play Android Publisher plugin", "enables publishing Android APKs directly from Jenkins"]], "videos"=>[{"short"=>nil, "id"=>"AYoAEoOoYFE", "title"=>"Building, testing and deploying Android apps"}, {"short"=>nil, "id"=>"EOogyOv79NE", "title"=>"Continuous Integration for Mobile Apps with Jenkins"}]}>, :docker=>AStruct<{"usecase"=>"Docker", "blog_tags"=>["docker", "containers"], "legacy"=>{"header_image"=>"https://agentdero.cachefly.net/continuousblog/jenkins-heart-docker.png"}, "jumbotron"=>{"image"=>"/images/full-whale-low.jpg"}, "intro"=>"Combining Jenkins and Docker together can bring\nimproved speed and consistency to your automation tasks, which is why we’ve\ncollected some hopefully helpful resources on this page to\nget you started!\n", "articles"=>[["http://engineering.riotgames.com/news/taking-control-your-docker-image", "Taking control of your Docker image"], ["http://engineering.riotgames.com/news/thinking-inside-container", "Thinking inside the container"], ["http://engineering.riotgames.com/news/jenkins-docker-proxies-and-compose", "Using Jenkins, Docker, Proxies and Compose"], ["https://blog.codecentric.de/en/2015/10/continuous-integration-platform-using-docker-container-jenkins-sonarqube-nexus-gitlab/", "Continuous Integration Platform using Docker with Jenkins, SonarQube, Nexus and GitLab"], ["https://www.cloudbees.com/blog/triggering-docker-pipelines-jenkins", "Triggering Docker pipelines with Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", "Docker plugin", "dynamically provision slaves with Docker"], ["https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Docker+Workflow+Plugin", "CloudBees Docker Workflow plugin", "build and use Docker containers from within Workflows"], ["https://wiki.jenkins-ci.org/display/JENKINS/Docker+build+step+plugin", "Docker build step plugin", "add various Docker commands to the job as a build step"], ["https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Docker+Build+and+Publish+plugin", "CloudBees Docker Build and Publish plugin", "build projects with a Dockerfile, and publish the resulting image (repo) to the docker registry"], ["https://wiki.jenkins-ci.org/display/JENKINS/Kubernetes+Plugin", "Kubernetes plugin", "dynamically allocate and schedule Docker slaves on a Kubernetes cluster"], ["https://github.com/jenkinsci/dockerhub-notification-plugin/blob/master/README.md", "CloudBees Docker Hub Notification plugin", "allows Jenkins to receive webhooks from hub.docker.com to drive pipelines based on Docker in Jenkins"], ["https://github.com/jenkinsci/docker-traceability-plugin/blob/master/README.md", "CloudBees Docker Traceability plugin", "track creation and use of Docker containers in Jenkins"]], "videos"=>[{"short"=>nil, "id"=>"38SAyBLSHUM", "title"=>"Scaling Jenkins masters with Docker"}, {"short"=>nil, "id"=>"e7N3jX2b1i0", "title"=>"Scaling Jenkins and Docker with Kubernetes"}, {"short"=>nil, "id"=>"VZPbLUJnR68", "title"=>"Delivering eBay’s CI solution with Jenkins & Docker"}, {"short"=>nil, "id"=>"ppCzDDpcqRk", "title"=>"CI with Jenkins and Docker"}, {"short"=>nil, "id"=>"yt6QrwLs4HE", "title"=>"Lightweight PaaS for Jenkins with Docker"}], "steps"=>[{"title"=>"Install Docker", "short"=>"Installing Docker on Jenkins machines is easy", "long"=>nil}]}>, :pipeline=>AStruct<{"usecase"=>"Continuous Delivery", "jumbotron"=>{"image"=>"/images/full-pipeline.jpg"}, "blog_tags"=>["cd", "pipeline", "cicd"], "articles"=>[["http://udaypal.com/jenkins-workflow-getting-started/", "Getting started with Jenkins Workflow"], ["https://jenkins-ci.org/content/pipeline-code-multibranch-workflows-jenkins", "Multibranch Workflows in Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin", "Pipeline plugin", "allows creating Pipeline scripts for defining build/test/deploy stages of a delivery pipeline"], ["https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Utility+Steps+Plugin", "Pipeline Utility Steps plugin", "provides a number of addition, useful, steps to the Pipeline DSL"], ["https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin", "Job DSL plugin", "creates a DSL to orchestrate job creation"]]}>, :embedded=>AStruct<{"usecase"=>"Embedded", "articles"=>[["https://www.cloudbees.com/jenkins/juc-2015/presentations/JUC-2015-Europe-Jenkins-Based-CI-for-Nenashev.pdf", "Jenkins-Based CI for Heterogeneous Hardware/Software Projects", "Oleg Nenashev", "JUC2015/London"], ["https://www.cloudbees.com/blog/multi-stage-ci-jenkins-embedded-world", "Multi-Stage-CI with Jenkins in an Embedded World", "Robert Martin, Steve Harris", "JUC2014/Berlin"], ["http://www.testandverification.com/VerificationFutures/2015/Alan_Fitch.pdf", "CI for FPGA D&V", "Alan Fitch", "Verification Futures, 2015"], ["http://www.verilab.com/files/dvcon2012_ci_gray_mcgregor.pdf", "A 30 Minute Project Makeover Using Continuous Integration", "JL Gray, Gordon McGregor", "DVCon, 2012"], ["https://www.cloudbees.com/jenkins/juc-2015/presentations/JUC-2015-Europe-The-Famous-Cows-Woodall.pdf", "The Famous Cows of Cambridge: A Non-Standard Use Case for Jenkins", "Sarah Woodall", "JUC2015/London"], ["http://www.synopsys.com/news/pubs/snug/2013/canada/a1_danjou_paper.pdf", "FPGA CI with Jenkins (requires SNUG account)", "Martin d’Anjou", "SNUG2013/Canada"]]}>, :github=>AStruct<{"usecase"=>"GitHub", "articles"=>[["https://www.cloudbees.com/blog/better-integration-between-jenkins-and-github-github-jenkins-plugin", "Better Integration Between Jenkins and GitHub (with the GitHub Jenkins Plugin)"], ["http://orangejuiceliberationfront.com/setting-up-jenkins-for-github-and-xcode-with-nightlies/", "Setting up Jenkins for Github and Xcode, with Nightlies"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Plugin", "GitHub plugin", "integrates Jenkins jobs with GitHub repositories for triggering builds and reporting commit status"], ["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+OAuth+Plugin", "GitHub Authentication plugin", "use GitHub as the authentication provider for your Jenkins instance"], ["https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin", "Git plugin", "use Git repositories as the source of code for a Jenkins job"], ["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+SQS+Plugin", "GitHub SQS plugin", "trigger builds via the GitHub SQS (AWS) service hook"]]}>, :ruby=>AStruct<{"usecase"=>"Ruby", "blog_tags"=>["ruby"], "articles"=>[["http://thediscoblog.com/blog/2014/01/24/continuous-delivery-for-heroku-with-jenkins/", "Continuous Delivery for Heroku With Jenkins"], ["https://atomic-penguin.github.io/blog/2014/04/29/stupid-jenkins-and-chef-tricks-part-1-rubocop/", "Integrating Rubocop into Jenkins"], ["http://www.cryptocracy.com/blog/2014/01/03/cooking-with-jenkins-test-kitchen-and-docker/", "Cooking with Jenkins, Test Kitchen and Docker"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes XML formatted test reports (generated by tools like ci_reporter, cucumber) for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Brakeman+Plugin", "Brakeman plugin", "incorporates the output from the Brakeman security scanner for Rails projects"], ["https://wiki.jenkins-ci.org/display/JENKINS/Rake+plugin", "Rake plugin", "adds Rake invocation as a build step"], ["https://wiki.jenkins-ci.org/display/JENKINS/RubyMetrics+plugin", "RubyMetrics plugin", "reports for Jenkins. Rcov, Rails stats, Rails notes and Flog."], ["https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+RubyMotion+Plugin", "RubyMotion plugin", "build RubyMotion projects from within Jenkins"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cucumber+Test+Result+Plugin", "Cucumber Test Result plugin", "integrate and report from Cucumber executions"]]}>}>, :authors=>AStruct<{:svanoort=>Awestruct::Page{ 29388860: output_path=>/_data/authors/svanoort.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/svanoort.adoc, layout=> }, :cprice404=>Awestruct::Page{ 29004780: output_path=>/_data/authors/cprice404.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cprice404.adoc, layout=> }, :michaelneale=>Awestruct::Page{ 28584120: output_path=>/_data/authors/michaelneale.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/michaelneale.adoc, layout=> }, :hrmpw=>Awestruct::Page{ 24649500: output_path=>/_data/authors/hrmpw.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/hrmpw.adoc, layout=> }, :vgaidarji=>Awestruct::Page{ 24197220: output_path=>/_data/authors/vgaidarji.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/vgaidarji.adoc, layout=> }, :cyberax=>Awestruct::Page{ 23707580: output_path=>/_data/authors/cyberax.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cyberax.adoc, layout=> }, :hinman=>Awestruct::Page{ 23309160: output_path=>/_data/authors/hinman.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/hinman.adoc, layout=> }, :kohsuke=>Awestruct::Page{ 21260740: output_path=>/_data/authors/kohsuke.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/kohsuke.adoc, layout=> }, :samatdav=>Awestruct::Page{ 20631660: output_path=>/_data/authors/samatdav.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/samatdav.adoc, layout=> }, :kj187=>Awestruct::Page{ 19479220: output_path=>/_data/authors/kj187.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/kj187.adoc, layout=> }, :stephenc=>Awestruct::Page{ 19129740: output_path=>/_data/authors/stephenc.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/stephenc.adoc, layout=> }, :minudika=>Awestruct::Page{ 64470560: output_path=>/_data/authors/minudika.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/minudika.adoc, layout=> }, :lnewman=>Awestruct::Page{ 66849180: output_path=>/_data/authors/lnewman.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/lnewman.adoc, layout=> }, :ccaum=>Awestruct::Page{ 66851760: output_path=>/_data/authors/ccaum.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/ccaum.adoc, layout=> }, :jglick=>Awestruct::Page{ 60172800: output_path=>/_data/authors/jglick.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/jglick.adoc, layout=> }, :alyssat=>Awestruct::Page{ 67482960: output_path=>/_data/authors/alyssat.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/alyssat.adoc, layout=> }, :"daniel-beck"=>Awestruct::Page{ 57360840: output_path=>/_data/authors/daniel-beck.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/daniel-beck.adoc, layout=> }, :dcoraboeuf=>Awestruct::Page{ 68745800: output_path=>/_data/authors/dcoraboeuf.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/dcoraboeuf.adoc, layout=> }, :i386=>Awestruct::Page{ 78201980: output_path=>/_data/authors/i386.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/i386.adoc, layout=> }, :glaforge=>Awestruct::Page{ 68880580: output_path=>/_data/authors/glaforge.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/glaforge.adoc, layout=> }, :omehegan=>Awestruct::Page{ 59423920: output_path=>/_data/authors/omehegan.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/omehegan.adoc, layout=> }, :rtyler=>Awestruct::Page{ 69659880: output_path=>/_data/authors/rtyler.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/rtyler.adoc, layout=> }, :alexsomai=>Awestruct::Page{ 60158440: output_path=>/_data/authors/alexsomai.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/alexsomai.adoc, layout=> }, :cynthia=>Awestruct::Page{ 69867720: output_path=>/_data/authors/cynthia.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cynthia.adoc, layout=> }, :payal94=>Awestruct::Page{ 59301720: output_path=>/_data/authors/payal94.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/payal94.adoc, layout=> }, :oleg_nenashev=>Awestruct::Page{ 77857400: output_path=>/_data/authors/oleg_nenashev.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/oleg_nenashev.adoc, layout=> }, :fdechery=>Awestruct::Page{ 69200460: output_path=>/_data/authors/fdechery.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/fdechery.adoc, layout=> }, :bvdawson=>Awestruct::Page{ 64849020: output_path=>/_data/authors/bvdawson.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/bvdawson.adoc, layout=> }, :batmat=>Awestruct::Page{ 67791300: output_path=>/_data/authors/batmat.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/batmat.adoc, layout=> }, :abayer=>Awestruct::Page{ 59797960: output_path=>/_data/authors/abayer.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/abayer.adoc, layout=> }}>, :steps=>{:firststart=>{"title"=>"Getting started with Jenkins", "steps"=>[{"title"=>"Download Jenkins", "iconclass"=>"icon-download", "short"=>"Pick a package for your platform to get started quickly.", "href"=>"/download"}, {"title"=>"Create a Pipeline", "iconclass"=>"icon-arrow-shuffle", "short"=>"Define a pipeline for automating build, test and delivery of your project.", "href"=>"/doc/pipeline"}, {"title"=>"Discover Plugins", "iconclass"=>"icon-plug", "short"=>"Customize Jenkins with plugins to fit your specific needs.", "href"=>"https://wiki.jenkins-ci.org/display/JENKINS/Plugins"}, {"title"=>"Participate", "iconclass"=>"icon-users", "short"=>"Ask questions and contribute to making Jenkins better!", "href"=>"/content/mailing-lists"}]}}, :jenkins=>AStruct<{:latest=>"2.43", :stable=>"2.32.1"}>, :handbook=>#], @key="getting-started", @title="Getting Started with Jenkins", @summary=nil>, #, #], @key="using", @title="Using Jenkins", @summary=nil>, #, #, #, #, #, #, #, #], @key="managing", @title="Managing Jenkins", @summary=nil>, #, #, #, #, #, #], @key="pipeline", @title="Pipeline", @summary=nil>, #, #, #, #], @key="use-case", @title="Jenkins Use-Cases", @summary=nil>, #, #, #, #, #], @key="operating", @title="Operating Jenkins", @summary=nil>, #, #], @key="appendix", @title="Appendix", @summary=nil>, #]>, :pages_by_relative_source_path=>AStruct<{"/100k.html.haml"=>Awestruct::Page{ 36553860: output_path=>/100k/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/100k.html.haml, layout=>refresh }, "/2.0.html.haml"=>Awestruct::Page{ 37200280: output_path=>/2.0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/2.0.html.haml, layout=>simplepage }, "/account.adoc"=>Awestruct::Page{ 37737180: output_path=>/account/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/account.adoc, layout=>refresh }, "/assets/bower/bootstrap/css/bootstrap.css"=>Awestruct::Page{ 37954300: output_path=>/assets/bower/bootstrap/css/bootstrap.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.css.map"=>Awestruct::Page{ 37937380: output_path=>/assets/bower/bootstrap/css/bootstrap.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css.map, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css"=>Awestruct::Page{ 37988360: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css.map"=>Awestruct::Page{ 37976160: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css.map, layout=> }, "/assets/bower/bootstrap/js/bootstrap.js"=>Awestruct::Page{ 38003900: output_path=>/assets/bower/bootstrap/js/bootstrap.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.js, layout=> }, "/assets/bower/bootstrap/js/bootstrap.min.js"=>Awestruct::Page{ 38855460: output_path=>/assets/bower/bootstrap/js/bootstrap.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.min.js, layout=> }, "/assets/bower/bootstrap/js/npm.js"=>Awestruct::Page{ 39160900: output_path=>/assets/bower/bootstrap/js/npm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/npm.js, layout=> }, "/assets/bower/bootstrap/js/umd/alert.js"=>Awestruct::Page{ 39410660: output_path=>/assets/bower/bootstrap/js/umd/alert.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/alert.js, layout=> }, "/assets/bower/bootstrap/js/umd/button.js"=>Awestruct::Page{ 39575260: output_path=>/assets/bower/bootstrap/js/umd/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/button.js, layout=> }, "/assets/bower/bootstrap/js/umd/carousel.js"=>Awestruct::Page{ 39812940: output_path=>/assets/bower/bootstrap/js/umd/carousel.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/carousel.js, layout=> }, "/assets/bower/bootstrap/js/umd/collapse.js"=>Awestruct::Page{ 40142500: output_path=>/assets/bower/bootstrap/js/umd/collapse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/collapse.js, layout=> }, "/assets/bower/bootstrap/js/umd/dropdown.js"=>Awestruct::Page{ 40591940: output_path=>/assets/bower/bootstrap/js/umd/dropdown.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/dropdown.js, layout=> }, "/assets/bower/bootstrap/js/umd/modal.js"=>Awestruct::Page{ 40888920: output_path=>/assets/bower/bootstrap/js/umd/modal.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/modal.js, layout=> }, "/assets/bower/bootstrap/js/umd/popover.js"=>Awestruct::Page{ 37410780: output_path=>/assets/bower/bootstrap/js/umd/popover.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/popover.js, layout=> }, "/assets/bower/bootstrap/js/umd/scrollspy.js"=>Awestruct::Page{ 40986500: output_path=>/assets/bower/bootstrap/js/umd/scrollspy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/scrollspy.js, layout=> }, "/assets/bower/bootstrap/js/umd/tab.js"=>Awestruct::Page{ 40821380: output_path=>/assets/bower/bootstrap/js/umd/tab.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tab.js, layout=> }, "/assets/bower/bootstrap/js/umd/tooltip.js"=>Awestruct::Page{ 40679300: output_path=>/assets/bower/bootstrap/js/umd/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tooltip.js, layout=> }, "/assets/bower/bootstrap/js/umd/util.js"=>Awestruct::Page{ 40478360: output_path=>/assets/bower/bootstrap/js/umd/util.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/util.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.css"=>Awestruct::Page{ 40320500: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.js"=>Awestruct::Page{ 40303360: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.css"=>Awestruct::Page{ 40143760: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.js"=>Awestruct::Page{ 40109900: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.js, layout=> }, "/assets/bower/jquery/jquery.js"=>Awestruct::Page{ 40009980: output_path=>/assets/bower/jquery/jquery.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.js, layout=> }, "/assets/bower/jquery/jquery.min.js"=>Awestruct::Page{ 38257760: output_path=>/assets/bower/jquery/jquery.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.js, layout=> }, "/assets/bower/jquery/jquery.min.map"=>Awestruct::Page{ 38218100: output_path=>/assets/bower/jquery/jquery.min.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.map, layout=> }, "/assets/bower/jquery-ui/jquery-ui.js"=>Awestruct::Page{ 38203920: output_path=>/assets/bower/jquery-ui/jquery-ui.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.js, layout=> }, "/assets/bower/jquery-ui/jquery-ui.min.js"=>Awestruct::Page{ 28981140: output_path=>/assets/bower/jquery-ui/jquery-ui.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.min.js, layout=> }, "/assets/bower/jquery-ui/themes/base/accordion.css"=>Awestruct::Page{ 31129060: output_path=>/assets/bower/jquery-ui/themes/base/accordion.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/accordion.css, layout=> }, "/assets/bower/jquery-ui/themes/base/all.css"=>Awestruct::Page{ 31115020: output_path=>/assets/bower/jquery-ui/themes/base/all.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/all.css, layout=> }, "/assets/bower/jquery-ui/themes/base/autocomplete.css"=>Awestruct::Page{ 31100920: output_path=>/assets/bower/jquery-ui/themes/base/autocomplete.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/autocomplete.css, layout=> }, "/assets/bower/jquery-ui/themes/base/base.css"=>Awestruct::Page{ 31086080: output_path=>/assets/bower/jquery-ui/themes/base/base.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/base.css, layout=> }, "/assets/bower/jquery-ui/themes/base/button.css"=>Awestruct::Page{ 31071000: output_path=>/assets/bower/jquery-ui/themes/base/button.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/button.css, layout=> }, "/assets/bower/jquery-ui/themes/base/core.css"=>Awestruct::Page{ 31056020: output_path=>/assets/bower/jquery-ui/themes/base/core.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/core.css, layout=> }, "/assets/bower/jquery-ui/themes/base/datepicker.css"=>Awestruct::Page{ 31040860: output_path=>/assets/bower/jquery-ui/themes/base/datepicker.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/datepicker.css, layout=> }, "/assets/bower/jquery-ui/themes/base/dialog.css"=>Awestruct::Page{ 31026040: output_path=>/assets/bower/jquery-ui/themes/base/dialog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/dialog.css, layout=> }, "/assets/bower/jquery-ui/themes/base/draggable.css"=>Awestruct::Page{ 31011220: output_path=>/assets/bower/jquery-ui/themes/base/draggable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/draggable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png"=>Awestruct::Page{ 30981020: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png"=>Awestruct::Page{ 30966000: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png"=>Awestruct::Page{ 30950780: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png"=>Awestruct::Page{ 30935900: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png"=>Awestruct::Page{ 30920500: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png"=>Awestruct::Page{ 30905320: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png"=>Awestruct::Page{ 30889720: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png"=>Awestruct::Page{ 30874080: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png"=>Awestruct::Page{ 30859200: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png"=>Awestruct::Page{ 30846380: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png"=>Awestruct::Page{ 30828240: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png"=>Awestruct::Page{ 30527900: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png"=>Awestruct::Page{ 30515360: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png"=>Awestruct::Page{ 30479240: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png"=>Awestruct::Page{ 30444720: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png"=>Awestruct::Page{ 30399880: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png"=>Awestruct::Page{ 30371220: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png"=>Awestruct::Page{ 30620980: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"=>Awestruct::Page{ 30600640: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.css"=>Awestruct::Page{ 30318420: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.css, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.min.css"=>Awestruct::Page{ 30705480: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, layout=> }, "/assets/bower/jquery-ui/themes/base/menu.css"=>Awestruct::Page{ 30664260: output_path=>/assets/bower/jquery-ui/themes/base/menu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/menu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/progressbar.css"=>Awestruct::Page{ 30264260: output_path=>/assets/bower/jquery-ui/themes/base/progressbar.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/progressbar.css, layout=> }, "/assets/bower/jquery-ui/themes/base/resizable.css"=>Awestruct::Page{ 30204460: output_path=>/assets/bower/jquery-ui/themes/base/resizable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/resizable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectable.css"=>Awestruct::Page{ 30187320: output_path=>/assets/bower/jquery-ui/themes/base/selectable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectmenu.css"=>Awestruct::Page{ 30161340: output_path=>/assets/bower/jquery-ui/themes/base/selectmenu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectmenu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/slider.css"=>Awestruct::Page{ 30147440: output_path=>/assets/bower/jquery-ui/themes/base/slider.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/slider.css, layout=> }, "/assets/bower/jquery-ui/themes/base/sortable.css"=>Awestruct::Page{ 30135540: output_path=>/assets/bower/jquery-ui/themes/base/sortable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/sortable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/spinner.css"=>Awestruct::Page{ 30113100: output_path=>/assets/bower/jquery-ui/themes/base/spinner.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/spinner.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tabs.css"=>Awestruct::Page{ 30098680: output_path=>/assets/bower/jquery-ui/themes/base/tabs.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tabs.css, layout=> }, "/assets/bower/jquery-ui/themes/base/theme.css"=>Awestruct::Page{ 30074420: output_path=>/assets/bower/jquery-ui/themes/base/theme.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/theme.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tooltip.css"=>Awestruct::Page{ 30059960: output_path=>/assets/bower/jquery-ui/themes/base/tooltip.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tooltip.css, layout=> }, "/assets/bower/jquery-ui/ui/accordion.js"=>Awestruct::Page{ 30001720: output_path=>/assets/bower/jquery-ui/ui/accordion.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/accordion.js, layout=> }, "/assets/bower/jquery-ui/ui/autocomplete.js"=>Awestruct::Page{ 29838440: output_path=>/assets/bower/jquery-ui/ui/autocomplete.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/autocomplete.js, layout=> }, "/assets/bower/jquery-ui/ui/button.js"=>Awestruct::Page{ 29545720: output_path=>/assets/bower/jquery-ui/ui/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/button.js, layout=> }, "/assets/bower/jquery-ui/ui/core.js"=>Awestruct::Page{ 29179480: output_path=>/assets/bower/jquery-ui/ui/core.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/core.js, layout=> }, "/assets/bower/jquery-ui/ui/datepicker.js"=>Awestruct::Page{ 28815620: output_path=>/assets/bower/jquery-ui/ui/datepicker.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/datepicker.js, layout=> }, "/assets/bower/jquery-ui/ui/dialog.js"=>Awestruct::Page{ 23945140: output_path=>/assets/bower/jquery-ui/ui/dialog.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/dialog.js, layout=> }, "/assets/bower/jquery-ui/ui/draggable.js"=>Awestruct::Page{ 21229920: output_path=>/assets/bower/jquery-ui/ui/draggable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/draggable.js, layout=> }, "/assets/bower/jquery-ui/ui/droppable.js"=>Awestruct::Page{ 19125660: output_path=>/assets/bower/jquery-ui/ui/droppable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/droppable.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-blind.js"=>Awestruct::Page{ 41025960: output_path=>/assets/bower/jquery-ui/ui/effect-blind.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-blind.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-bounce.js"=>Awestruct::Page{ 40905000: output_path=>/assets/bower/jquery-ui/ui/effect-bounce.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-bounce.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-clip.js"=>Awestruct::Page{ 40780640: output_path=>/assets/bower/jquery-ui/ui/effect-clip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-clip.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-drop.js"=>Awestruct::Page{ 40678760: output_path=>/assets/bower/jquery-ui/ui/effect-drop.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-drop.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-explode.js"=>Awestruct::Page{ 40591440: output_path=>/assets/bower/jquery-ui/ui/effect-explode.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-explode.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fade.js"=>Awestruct::Page{ 40454740: output_path=>/assets/bower/jquery-ui/ui/effect-fade.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fade.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fold.js"=>Awestruct::Page{ 40355220: output_path=>/assets/bower/jquery-ui/ui/effect-fold.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fold.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-highlight.js"=>Awestruct::Page{ 40240840: output_path=>/assets/bower/jquery-ui/ui/effect-highlight.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-highlight.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-puff.js"=>Awestruct::Page{ 40112200: output_path=>/assets/bower/jquery-ui/ui/effect-puff.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-puff.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-pulsate.js"=>Awestruct::Page{ 40011920: output_path=>/assets/bower/jquery-ui/ui/effect-pulsate.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-pulsate.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-scale.js"=>Awestruct::Page{ 39883680: output_path=>/assets/bower/jquery-ui/ui/effect-scale.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-scale.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-shake.js"=>Awestruct::Page{ 39771480: output_path=>/assets/bower/jquery-ui/ui/effect-shake.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-shake.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-size.js"=>Awestruct::Page{ 39669500: output_path=>/assets/bower/jquery-ui/ui/effect-size.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-size.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-slide.js"=>Awestruct::Page{ 39511540: output_path=>/assets/bower/jquery-ui/ui/effect-slide.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-slide.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-transfer.js"=>Awestruct::Page{ 39443040: output_path=>/assets/bower/jquery-ui/ui/effect-transfer.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-transfer.js, layout=> }, "/assets/bower/jquery-ui/ui/effect.js"=>Awestruct::Page{ 39350080: output_path=>/assets/bower/jquery-ui/ui/effect.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-af.js"=>Awestruct::Page{ 38957700: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js"=>Awestruct::Page{ 38854820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js"=>Awestruct::Page{ 38742960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-az.js"=>Awestruct::Page{ 38467280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-be.js"=>Awestruct::Page{ 38421920: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js"=>Awestruct::Page{ 38376840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js"=>Awestruct::Page{ 38331260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js"=>Awestruct::Page{ 38287260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js"=>Awestruct::Page{ 38243080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js"=>Awestruct::Page{ 38198380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-da.js"=>Awestruct::Page{ 38154360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-de.js"=>Awestruct::Page{ 38104240: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-el.js"=>Awestruct::Page{ 38056420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js"=>Awestruct::Page{ 38011340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js"=>Awestruct::Page{ 37965040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js"=>Awestruct::Page{ 37919880: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js"=>Awestruct::Page{ 37873340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-es.js"=>Awestruct::Page{ 37820760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-et.js"=>Awestruct::Page{ 37774360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js"=>Awestruct::Page{ 37727300: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js"=>Awestruct::Page{ 37665380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js"=>Awestruct::Page{ 37610500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js"=>Awestruct::Page{ 37546900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js"=>Awestruct::Page{ 37483860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js"=>Awestruct::Page{ 37373320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js"=>Awestruct::Page{ 37265500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js"=>Awestruct::Page{ 37147660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-he.js"=>Awestruct::Page{ 36850140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js"=>Awestruct::Page{ 36684060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js"=>Awestruct::Page{ 36493420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js"=>Awestruct::Page{ 36298400: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js"=>Awestruct::Page{ 36119020: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-id.js"=>Awestruct::Page{ 35910660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-is.js"=>Awestruct::Page{ 35708760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js"=>Awestruct::Page{ 35516480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it.js"=>Awestruct::Page{ 35323200: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js"=>Awestruct::Page{ 30359740: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js"=>Awestruct::Page{ 31163620: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js"=>Awestruct::Page{ 31091440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-km.js"=>Awestruct::Page{ 31015080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js"=>Awestruct::Page{ 30939760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js"=>Awestruct::Page{ 30863340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js"=>Awestruct::Page{ 30481520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js"=>Awestruct::Page{ 30604040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js"=>Awestruct::Page{ 30209160: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js"=>Awestruct::Page{ 30114060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js"=>Awestruct::Page{ 30002040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js"=>Awestruct::Page{ 29914720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js"=>Awestruct::Page{ 29821480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js"=>Awestruct::Page{ 29701560: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js"=>Awestruct::Page{ 29482680: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js"=>Awestruct::Page{ 29255520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-no.js"=>Awestruct::Page{ 29019340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js"=>Awestruct::Page{ 28736060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js"=>Awestruct::Page{ 28570960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js"=>Awestruct::Page{ 24622620: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js"=>Awestruct::Page{ 24348820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js"=>Awestruct::Page{ 23990460: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js"=>Awestruct::Page{ 23567080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js"=>Awestruct::Page{ 23028840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js"=>Awestruct::Page{ 20959060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js"=>Awestruct::Page{ 20584860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js"=>Awestruct::Page{ 19721080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js"=>Awestruct::Page{ 19276760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js"=>Awestruct::Page{ 37409480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js"=>Awestruct::Page{ 41014300: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-th.js"=>Awestruct::Page{ 40903360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js"=>Awestruct::Page{ 40782920: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js"=>Awestruct::Page{ 40699520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js"=>Awestruct::Page{ 40595560: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js"=>Awestruct::Page{ 40478600: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js"=>Awestruct::Page{ 40360280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js"=>Awestruct::Page{ 40247900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js"=>Awestruct::Page{ 40144380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, layout=> }, "/assets/bower/jquery-ui/ui/menu.js"=>Awestruct::Page{ 40017660: output_path=>/assets/bower/jquery-ui/ui/menu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/menu.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/accordion.min.js"=>Awestruct::Page{ 39771860: output_path=>/assets/bower/jquery-ui/ui/minified/accordion.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/accordion.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/autocomplete.min.js"=>Awestruct::Page{ 39698540: output_path=>/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/button.min.js"=>Awestruct::Page{ 39571620: output_path=>/assets/bower/jquery-ui/ui/minified/button.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/button.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/core.min.js"=>Awestruct::Page{ 39489180: output_path=>/assets/bower/jquery-ui/ui/minified/core.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/core.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/datepicker.min.js"=>Awestruct::Page{ 39405560: output_path=>/assets/bower/jquery-ui/ui/minified/datepicker.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/datepicker.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/dialog.min.js"=>Awestruct::Page{ 39298660: output_path=>/assets/bower/jquery-ui/ui/minified/dialog.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/dialog.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/draggable.min.js"=>Awestruct::Page{ 39208460: output_path=>/assets/bower/jquery-ui/ui/minified/draggable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/draggable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/droppable.min.js"=>Awestruct::Page{ 39092080: output_path=>/assets/bower/jquery-ui/ui/minified/droppable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/droppable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-blind.min.js"=>Awestruct::Page{ 38958420: output_path=>/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js"=>Awestruct::Page{ 38857340: output_path=>/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-clip.min.js"=>Awestruct::Page{ 38746700: output_path=>/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-drop.min.js"=>Awestruct::Page{ 38473480: output_path=>/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-explode.min.js"=>Awestruct::Page{ 38430220: output_path=>/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fade.min.js"=>Awestruct::Page{ 38386440: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fold.min.js"=>Awestruct::Page{ 38343220: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js"=>Awestruct::Page{ 38300420: output_path=>/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-puff.min.js"=>Awestruct::Page{ 38258460: output_path=>/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js"=>Awestruct::Page{ 38215620: output_path=>/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-scale.min.js"=>Awestruct::Page{ 38172880: output_path=>/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-shake.min.js"=>Awestruct::Page{ 38130120: output_path=>/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-size.min.js"=>Awestruct::Page{ 38079520: output_path=>/assets/bower/jquery-ui/ui/minified/effect-size.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-size.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-slide.min.js"=>Awestruct::Page{ 38036240: output_path=>/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js"=>Awestruct::Page{ 37991860: output_path=>/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect.min.js"=>Awestruct::Page{ 37947200: output_path=>/assets/bower/jquery-ui/ui/minified/effect.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js"=>Awestruct::Page{ 37887600: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js"=>Awestruct::Page{ 37834500: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js"=>Awestruct::Page{ 37790940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js"=>Awestruct::Page{ 37743300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js"=>Awestruct::Page{ 37688880: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js"=>Awestruct::Page{ 37628160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js"=>Awestruct::Page{ 37573640: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js"=>Awestruct::Page{ 37510460: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js"=>Awestruct::Page{ 37423800: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js"=>Awestruct::Page{ 37291920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js"=>Awestruct::Page{ 37234020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js"=>Awestruct::Page{ 37106020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js"=>Awestruct::Page{ 36748380: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js"=>Awestruct::Page{ 36583420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js"=>Awestruct::Page{ 36391920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js"=>Awestruct::Page{ 36197800: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js"=>Awestruct::Page{ 36001820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js"=>Awestruct::Page{ 35811580: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js"=>Awestruct::Page{ 35620500: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js"=>Awestruct::Page{ 35413240: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js"=>Awestruct::Page{ 35232080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js"=>Awestruct::Page{ 31205340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js"=>Awestruct::Page{ 31130660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js"=>Awestruct::Page{ 31056680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js"=>Awestruct::Page{ 30981280: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js"=>Awestruct::Page{ 30906140: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js"=>Awestruct::Page{ 30830080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js"=>Awestruct::Page{ 30418200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js"=>Awestruct::Page{ 30711300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js"=>Awestruct::Page{ 30162740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js"=>Awestruct::Page{ 30074680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js"=>Awestruct::Page{ 29974680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js"=>Awestruct::Page{ 29887380: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js"=>Awestruct::Page{ 29769920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js"=>Awestruct::Page{ 29643000: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js"=>Awestruct::Page{ 29429120: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js"=>Awestruct::Page{ 29174060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js"=>Awestruct::Page{ 28949800: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js"=>Awestruct::Page{ 28699280: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js"=>Awestruct::Page{ 25036900: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js"=>Awestruct::Page{ 24552780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js"=>Awestruct::Page{ 24227560: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js"=>Awestruct::Page{ 23838020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js"=>Awestruct::Page{ 23429800: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js"=>Awestruct::Page{ 21402840: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js"=>Awestruct::Page{ 20867080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js"=>Awestruct::Page{ 20014520: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js"=>Awestruct::Page{ 19420260: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js"=>Awestruct::Page{ 19241080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js"=>Awestruct::Page{ 41070560: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js"=>Awestruct::Page{ 40987780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js"=>Awestruct::Page{ 40877480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js"=>Awestruct::Page{ 40766340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js"=>Awestruct::Page{ 40655060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js"=>Awestruct::Page{ 40545300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js"=>Awestruct::Page{ 40453660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js"=>Awestruct::Page{ 40336500: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js"=>Awestruct::Page{ 40240080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js"=>Awestruct::Page{ 40111420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js"=>Awestruct::Page{ 40011480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js"=>Awestruct::Page{ 39885360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js"=>Awestruct::Page{ 39782960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js"=>Awestruct::Page{ 39699660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js"=>Awestruct::Page{ 39570680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js"=>Awestruct::Page{ 39467960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js"=>Awestruct::Page{ 39384700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js"=>Awestruct::Page{ 39274960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js"=>Awestruct::Page{ 39183040: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js"=>Awestruct::Page{ 39073460: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js"=>Awestruct::Page{ 38929240: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js"=>Awestruct::Page{ 38782760: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js"=>Awestruct::Page{ 38713980: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js"=>Awestruct::Page{ 38454220: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js"=>Awestruct::Page{ 38408140: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/menu.min.js"=>Awestruct::Page{ 38363960: output_path=>/assets/bower/jquery-ui/ui/minified/menu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/menu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/mouse.min.js"=>Awestruct::Page{ 38319740: output_path=>/assets/bower/jquery-ui/ui/minified/mouse.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/mouse.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/position.min.js"=>Awestruct::Page{ 38277200: output_path=>/assets/bower/jquery-ui/ui/minified/position.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/position.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/progressbar.min.js"=>Awestruct::Page{ 38234180: output_path=>/assets/bower/jquery-ui/ui/minified/progressbar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/progressbar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/resizable.min.js"=>Awestruct::Page{ 38190640: output_path=>/assets/bower/jquery-ui/ui/minified/resizable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/resizable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectable.min.js"=>Awestruct::Page{ 38147800: output_path=>/assets/bower/jquery-ui/ui/minified/selectable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectmenu.min.js"=>Awestruct::Page{ 38096120: output_path=>/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/slider.min.js"=>Awestruct::Page{ 38052460: output_path=>/assets/bower/jquery-ui/ui/minified/slider.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/slider.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/sortable.min.js"=>Awestruct::Page{ 38008560: output_path=>/assets/bower/jquery-ui/ui/minified/sortable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/sortable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/spinner.min.js"=>Awestruct::Page{ 37962640: output_path=>/assets/bower/jquery-ui/ui/minified/spinner.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/spinner.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tabs.min.js"=>Awestruct::Page{ 37920000: output_path=>/assets/bower/jquery-ui/ui/minified/tabs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tabs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tooltip.min.js"=>Awestruct::Page{ 37874120: output_path=>/assets/bower/jquery-ui/ui/minified/tooltip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tooltip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/widget.min.js"=>Awestruct::Page{ 37822800: output_path=>/assets/bower/jquery-ui/ui/minified/widget.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/widget.min.js, layout=> }, "/assets/bower/jquery-ui/ui/mouse.js"=>Awestruct::Page{ 37780000: output_path=>/assets/bower/jquery-ui/ui/mouse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/mouse.js, layout=> }, "/assets/bower/jquery-ui/ui/position.js"=>Awestruct::Page{ 37711120: output_path=>/assets/bower/jquery-ui/ui/position.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/position.js, layout=> }, "/assets/bower/jquery-ui/ui/progressbar.js"=>Awestruct::Page{ 37614980: output_path=>/assets/bower/jquery-ui/ui/progressbar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/progressbar.js, layout=> }, "/assets/bower/jquery-ui/ui/resizable.js"=>Awestruct::Page{ 37541780: output_path=>/assets/bower/jquery-ui/ui/resizable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/resizable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectable.js"=>Awestruct::Page{ 37269380: output_path=>/assets/bower/jquery-ui/ui/selectable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectmenu.js"=>Awestruct::Page{ 37124160: output_path=>/assets/bower/jquery-ui/ui/selectmenu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectmenu.js, layout=> }, "/assets/bower/jquery-ui/ui/slider.js"=>Awestruct::Page{ 36644280: output_path=>/assets/bower/jquery-ui/ui/slider.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/slider.js, layout=> }, "/assets/bower/jquery-ui/ui/sortable.js"=>Awestruct::Page{ 36242920: output_path=>/assets/bower/jquery-ui/ui/sortable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/sortable.js, layout=> }, "/assets/bower/jquery-ui/ui/spinner.js"=>Awestruct::Page{ 35625340: output_path=>/assets/bower/jquery-ui/ui/spinner.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/spinner.js, layout=> }, "/assets/bower/jquery-ui/ui/tabs.js"=>Awestruct::Page{ 35292420: output_path=>/assets/bower/jquery-ui/ui/tabs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tabs.js, layout=> }, "/assets/bower/jquery-ui/ui/tooltip.js"=>Awestruct::Page{ 31122680: output_path=>/assets/bower/jquery-ui/ui/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tooltip.js, layout=> }, "/assets/bower/jquery-ui/ui/widget.js"=>Awestruct::Page{ 30994180: output_path=>/assets/bower/jquery-ui/ui/widget.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/widget.js, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.css"=>Awestruct::Page{ 30828840: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.min.css"=>Awestruct::Page{ 30528140: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.css"=>Awestruct::Page{ 30515780: output_path=>/assets/bower/tether/css/tether-theme-arrows.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.min.css"=>Awestruct::Page{ 30478720: output_path=>/assets/bower/tether/css/tether-theme-arrows.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.css"=>Awestruct::Page{ 30444160: output_path=>/assets/bower/tether/css/tether-theme-basic.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.min.css"=>Awestruct::Page{ 30398560: output_path=>/assets/bower/tether/css/tether-theme-basic.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.min.css, layout=> }, "/assets/bower/tether/css/tether.css"=>Awestruct::Page{ 30370100: output_path=>/assets/bower/tether/css/tether.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.css, layout=> }, "/assets/bower/tether/css/tether.min.css"=>Awestruct::Page{ 30619900: output_path=>/assets/bower/tether/css/tether.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.min.css, layout=> }, "/assets/bower/tether/js/tether.js"=>Awestruct::Page{ 30591340: output_path=>/assets/bower/tether/js/tether.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.js, layout=> }, "/assets/bower/tether/js/tether.min.js"=>Awestruct::Page{ 29928640: output_path=>/assets/bower/tether/js/tether.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.min.js, layout=> }, "/blog/2010/2010-02-02-welcome-to-continuous-blog.md"=>Awestruct::Page{ 28797320: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }, "/blog/2010/2010-02-08-breaking-hudson-1-345-released.md"=>Awestruct::Page{ 24197960: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, "/blog/2010/2010-02-08-hudson-1-344-released.html"=>Awestruct::Page{ 20841900: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, "/blog/2010/2010-02-08-incoming-more-translations.md"=>Awestruct::Page{ 37404720: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, "/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html"=>Awestruct::Page{ 40714800: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, "/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md"=>Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, "/blog/2010/2010-02-11-spotlight-on-ita-software.md"=>Awestruct::Page{ 39867920: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, "/blog/2010/2010-02-12-this-week-in-plugins.md"=>Awestruct::Page{ 39464240: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-02-14-thanks-for-the-help.md"=>Awestruct::Page{ 39087540: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, "/blog/2010/2010-02-15-hudson-1-346-released.md"=>Awestruct::Page{ 38474320: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, "/blog/2010/2010-02-16-performance-improvements-in-1-346.md"=>Awestruct::Page{ 38301460: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, "/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md"=>Awestruct::Page{ 38136220: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, "/blog/2010/2010-02-18-spotlight-on-visfleet.md"=>Awestruct::Page{ 37951700: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, "/blog/2010/2010-02-19-this-week-in-plugins.md"=>Awestruct::Page{ 37761180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-02-22-hudson-1-347-released.md"=>Awestruct::Page{ 37547860: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, "/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md"=>Awestruct::Page{ 37191500: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, "/blog/2010/2010-02-24-hudson-at-pycon.md"=>Awestruct::Page{ 36395100: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, "/blog/2010/2010-02-25-links-for-2010-02-24.md"=>Awestruct::Page{ 35681440: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, "/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md"=>Awestruct::Page{ 31172640: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, "/blog/2010/2010-02-25-spotlight-on-springsource.md"=>Awestruct::Page{ 30894260: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, "/blog/2010/2010-02-26-links-for-2010-02-25.md"=>Awestruct::Page{ 30154160: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, "/blog/2010/2010-02-26-this-week-in-plugins.md"=>Awestruct::Page{ 29783240: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-01-hudson-1-348-released.md"=>Awestruct::Page{ 28995940: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, "/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md"=>Awestruct::Page{ 24262180: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, "/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md"=>Awestruct::Page{ 21156460: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, "/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md"=>Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, "/blog/2010/2010-03-05-links-for-2010-03-04.md"=>Awestruct::Page{ 40764000: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, "/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md"=>Awestruct::Page{ 40370840: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, "/blog/2010/2010-03-07-this-week-in-plugins.md"=>Awestruct::Page{ 39947740: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-08-hudson-1-349-released.md"=>Awestruct::Page{ 39515060: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, "/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md"=>Awestruct::Page{ 39161380: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, "/blog/2010/2010-03-09-one-month-of-continuous-blog.md"=>Awestruct::Page{ 38734020: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, "/blog/2010/2010-03-12-links-for-2010-03-12.md"=>Awestruct::Page{ 38329160: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, "/blog/2010/2010-03-12-want-some-hudson-stickers.md"=>Awestruct::Page{ 38164060: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, "/blog/2010/2010-03-13-this-week-in-plugins.md"=>Awestruct::Page{ 37985580: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-14-would-you-like-to-ok.md"=>Awestruct::Page{ 37805460: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, "/blog/2010/2010-03-15-breaking-hudson-1-351-released.md"=>Awestruct::Page{ 37600980: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, "/blog/2010/2010-03-15-hudson-1-350-released.md"=>Awestruct::Page{ 37284460: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, "/blog/2010/2010-03-16-slaves-building-robots.md"=>Awestruct::Page{ 36579260: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, "/blog/2010/2010-03-19-get-excited-and-make-things.md"=>Awestruct::Page{ 35857520: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, "/blog/2010/2010-03-19-links-for-2010-03-19.md"=>Awestruct::Page{ 29036420: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, "/blog/2010/2010-03-19-recap-of-hackathon-part-one.md"=>Awestruct::Page{ 30957040: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, "/blog/2010/2010-03-22-hudson-1-352-released.md"=>Awestruct::Page{ 30678720: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, "/blog/2010/2010-03-23-links-for-2010-03-23.md"=>Awestruct::Page{ 29890000: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, "/blog/2010/2010-03-27-this-week-in-plugins.md"=>Awestruct::Page{ 29188440: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-30-resurgence-of-releng.md"=>Awestruct::Page{ 24567200: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, "/blog/2010/2010-03-31-hudson-1-353-released.md"=>Awestruct::Page{ 23034660: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, "/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md"=>Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, "/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md"=>Awestruct::Page{ 40847640: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, "/blog/2010/2010-04-01-regarding-the-start-of-april.md"=>Awestruct::Page{ 40442480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, "/blog/2010/2010-04-07-kohsuke-leaves-sun.md"=>Awestruct::Page{ 40027500: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, "/blog/2010/2010-04-12-pre-tested-commits-with-git.md"=>Awestruct::Page{ 39624300: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, "/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md"=>Awestruct::Page{ 39243640: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, "/blog/2010/2010-04-16-hudson-1-354-released.md"=>Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, "/blog/2010/2010-04-24-hudson-1-355-released.md"=>Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, "/blog/2010/2010-06-09-welcome-to-hudson-labs.md"=>Awestruct::Page{ 38196740: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, "/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html"=>Awestruct::Page{ 38019100: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, "/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md"=>Awestruct::Page{ 37835340: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, "/blog/2010/2010-06-14-hudson-1-362-released.md"=>Awestruct::Page{ 37646780: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, "/blog/2010/2010-06-22-hudson-1-363-released.md"=>Awestruct::Page{ 37366960: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, "/blog/2010/2010-06-23-stickers-starting-to-arrive.md"=>Awestruct::Page{ 36686740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, "/blog/2010/2010-06-28-digg-technical-talk.md"=>Awestruct::Page{ 35962800: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, "/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md"=>Awestruct::Page{ 35233000: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, "/blog/2010/2010-07-05-links-for-2010-07-05.md"=>Awestruct::Page{ 30999180: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, "/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md"=>Awestruct::Page{ 30605180: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, "/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md"=>Awestruct::Page{ 29944500: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, "/blog/2010/2010-07-07-gee-thanks.md"=>Awestruct::Page{ 29364000: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, "/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html"=>Awestruct::Page{ 24821240: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, "/blog/2010/2010-07-12-updated-chrome-extension.md"=>Awestruct::Page{ 23362600: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, "/blog/2010/2010-07-13-monitor-hudson-from-your-android.md"=>Awestruct::Page{ 19475620: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, "/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md"=>Awestruct::Page{ 40905520: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, "/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html"=>Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, "/blog/2010/2010-07-27-hudson-1-368-released.md"=>Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, "/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html"=>Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, "/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html"=>Awestruct::Page{ 39275920: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, "/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md"=>Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, "/blog/2010/2010-08-11-quiet-period-feature.md"=>Awestruct::Page{ 38383520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, "/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md"=>Awestruct::Page{ 38214740: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, "/blog/2010/2010-08-17-hudson-1-372-sets-sail.md"=>Awestruct::Page{ 38037020: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, "/blog/2010/2010-08-17-hudson-anonymous-usage-data.html"=>Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, "/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md"=>Awestruct::Page{ 37661960: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, "/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html"=>Awestruct::Page{ 37416340: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, "/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md"=>Awestruct::Page{ 36748880: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, "/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md"=>Awestruct::Page{ 36049620: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, "/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html"=>Awestruct::Page{ 35318920: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, "/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html"=>Awestruct::Page{ 31026780: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, "/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md"=>Awestruct::Page{ 30369300: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, "/blog/2010/2010-09-04-hudson-events-calendar.md"=>Awestruct::Page{ 29970260: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, "/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md"=>Awestruct::Page{ 29458720: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, "/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md"=>Awestruct::Page{ 24996720: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, "/blog/2010/2010-09-17-javaone-taking-shape.md"=>Awestruct::Page{ 23529480: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, "/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md"=>Awestruct::Page{ 19742320: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, "/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md"=>Awestruct::Page{ 40910040: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, "/blog/2010/2010-09-20-tweet-of-the-day.md"=>Awestruct::Page{ 40519420: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, "/blog/2010/2010-09-21-javaone-day-one-in-pictures.md"=>Awestruct::Page{ 40101600: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, "/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md"=>Awestruct::Page{ 39700280: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, "/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md"=>Awestruct::Page{ 39279120: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, "/blog/2010/2010-09-22-javaone-day-two-in-pictures.md"=>Awestruct::Page{ 38857000: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, "/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html"=>Awestruct::Page{ 38388540: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, "/blog/2010/2010-11-23-java-net-migration-status-update.html"=>Awestruct::Page{ 38217120: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, "/blog/2010/2010-11-23-new-hudson-mailing-lists.md"=>Awestruct::Page{ 38035720: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, "/blog/2010/2010-11-30-whos-driving-this-thing.md"=>Awestruct::Page{ 37859440: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, "/blog/2010/2010-12-01-a-brief-update.md"=>Awestruct::Page{ 37648980: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, "/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md"=>Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, "/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md"=>Awestruct::Page{ 36646620: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, "/blog/2011/2011-01-11-hudsons-future.md"=>Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, "/blog/2011/2011-01-29-jenkins.md"=>Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, "/blog/2011/2011-02-04-governance-meeting-today.md"=>Awestruct::Page{ 30960540: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, "/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md"=>Awestruct::Page{ 30671340: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, "/blog/2011/2011-02-05-first-governance-meeting-recap.md"=>Awestruct::Page{ 29891260: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, "/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html"=>Awestruct::Page{ 29175240: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, "/blog/2011/2011-03-03-updated-usage-stats-available.md"=>Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, "/blog/2011/2011-03-13-jenkins-hits-1-400.html"=>Awestruct::Page{ 22954500: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, "/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md"=>Awestruct::Page{ 19294040: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, "/blog/2011/2011-03-23-windows-installers-are-now-available.html"=>Awestruct::Page{ 40804880: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, "/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md"=>Awestruct::Page{ 40380720: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, "/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md"=>Awestruct::Page{ 39980940: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, "/blog/2011/2011-04-14-jenkins-new-look.md"=>Awestruct::Page{ 39530260: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, "/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html"=>Awestruct::Page{ 39184740: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, "/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md"=>Awestruct::Page{ 38740020: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, "/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md"=>Awestruct::Page{ 38335000: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, "/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md"=>Awestruct::Page{ 38165300: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, "/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md"=>Awestruct::Page{ 37983800: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, "/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md"=>Awestruct::Page{ 37801960: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, "/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md"=>Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, "/blog/2011/2011-06-16-jenkins-long-term-support-release.md"=>Awestruct::Page{ 37262860: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, "/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md"=>Awestruct::Page{ 36537120: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, "/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md"=>Awestruct::Page{ 35785300: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, "/blog/2011/2011-08-08-jenkins-user-conference.md"=>Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, "/blog/2011/2011-08-08-jruby-branch-merged.md"=>Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, "/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html"=>Awestruct::Page{ 30190140: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, "/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md"=>Awestruct::Page{ 29816540: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, "/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html"=>Awestruct::Page{ 29003420: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, "/blog/2011/2011-09-19-2011-donation-drive.md"=>Awestruct::Page{ 24260940: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, "/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html"=>Awestruct::Page{ 21053800: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, "/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md"=>Awestruct::Page{ 41063780: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, "/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md"=>Awestruct::Page{ 40726460: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, "/blog/2011/2011-10-21-report-bugs-and-win-kindle.md"=>Awestruct::Page{ 40319180: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, "/blog/2011/2011-11-03-jenkins-community-survey.html"=>Awestruct::Page{ 39886000: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, "/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html"=>Awestruct::Page{ 39493320: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, "/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md"=>Awestruct::Page{ 39111840: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, "/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md"=>Awestruct::Page{ 38477480: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, "/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md"=>Awestruct::Page{ 38304500: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, "/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html"=>Awestruct::Page{ 38133100: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, "/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html"=>Awestruct::Page{ 37948420: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, "/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md"=>Awestruct::Page{ 37763720: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, "/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md"=>Awestruct::Page{ 37548000: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, "/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md"=>Awestruct::Page{ 37190680: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, "/blog/2011/2011-12-28-adding-diagrams-to-wiki.md"=>Awestruct::Page{ 36368660: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, "/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md"=>Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, "/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md"=>Awestruct::Page{ 31130040: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, "/blog/2012/2012-01-20-highlight-video-from-juc-2011.md"=>Awestruct::Page{ 30842320: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, "/blog/2012/2012-02-02-happy-birthday-jenkins.md"=>Awestruct::Page{ 30105200: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, "/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html"=>Awestruct::Page{ 29697360: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, "/blog/2012/2012-02-21-fosdem-2012-recap.md"=>Awestruct::Page{ 28724720: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, "/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md"=>Awestruct::Page{ 23930980: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, "/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html"=>Awestruct::Page{ 20594200: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, "/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md"=>Awestruct::Page{ 41031920: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, "/blog/2012/2012-03-26-announcing-the-jenkins-cia.md"=>Awestruct::Page{ 40611700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, "/blog/2012/2012-04-13-continuous-information-vol-2.html"=>Awestruct::Page{ 40200600: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, "/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html"=>Awestruct::Page{ 39765640: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, "/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html"=>Awestruct::Page{ 39368140: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, "/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md"=>Awestruct::Page{ 38916220: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, "/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md"=>Awestruct::Page{ 38410540: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, "/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md"=>Awestruct::Page{ 38236860: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, "/blog/2012/2012-07-23-jenkins-user-conference-israel.html"=>Awestruct::Page{ 38055220: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, "/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html"=>Awestruct::Page{ 37870880: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, "/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md"=>Awestruct::Page{ 37669540: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, "/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md"=>Awestruct::Page{ 37418460: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, "/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html"=>Awestruct::Page{ 36766400: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, "/blog/2012/2012-09-12-jenkins-user-event-cph.html"=>Awestruct::Page{ 36022940: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, "/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html"=>Awestruct::Page{ 35244600: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, "/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md"=>Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, "/blog/2012/2012-09-26-dinner-after-juc.html"=>Awestruct::Page{ 30315660: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, "/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html"=>Awestruct::Page{ 29905480: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, "/blog/2012/2012-09-28-saturday-night-drink-up.html"=>Awestruct::Page{ 29192400: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, "/blog/2012/2012-09-28-take-the-jenkins-survey.html"=>Awestruct::Page{ 24556920: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, "/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md"=>Awestruct::Page{ 21548260: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, "/blog/2012/2012-11-15-fundraising-for-travel-grant.html"=>Awestruct::Page{ 19250260: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, "/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html"=>Awestruct::Page{ 40781560: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, "/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md"=>Awestruct::Page{ 40373380: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, "/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html"=>Awestruct::Page{ 39935320: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, "/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html"=>Awestruct::Page{ 39507300: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, "/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md"=>Awestruct::Page{ 39133220: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, "/blog/2012/2012-12-25-jenkins-meet-up.md"=>Awestruct::Page{ 38488460: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, "/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html"=>Awestruct::Page{ 38302020: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, "/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html"=>Awestruct::Page{ 38125200: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, "/blog/2013/2013-01-30-jenkins-hits-1-500.html"=>Awestruct::Page{ 37938580: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, "/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html"=>Awestruct::Page{ 37751660: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, "/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html"=>Awestruct::Page{ 37531300: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, "/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html"=>Awestruct::Page{ 37136680: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, "/blog/2013/2013-04-25-munich-hackathon.html"=>Awestruct::Page{ 36265660: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, "/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md"=>Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, "/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html"=>Awestruct::Page{ 31098880: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, "/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html"=>Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, "/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md"=>Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, "/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html"=>Awestruct::Page{ 29543860: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, "/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md"=>Awestruct::Page{ 28573620: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, "/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html"=>Awestruct::Page{ 23632860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, "/blog/2013/2013-07-24-faster-slave-classloading.html"=>Awestruct::Page{ 19797960: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, "/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html"=>Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, "/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html"=>Awestruct::Page{ 40524440: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, "/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html"=>Awestruct::Page{ 40100780: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, "/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html"=>Awestruct::Page{ 39666740: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, "/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html"=>Awestruct::Page{ 39270840: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, "/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html"=>Awestruct::Page{ 38778840: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, "/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html"=>Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, "/blog/2013/2013-09-23-experimental-plugins-update-center.html"=>Awestruct::Page{ 38186080: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, "/blog/2013/2013-09-23-literate-builds-wtf.md"=>Awestruct::Page{ 38001920: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, "/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html"=>Awestruct::Page{ 37798700: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, "/blog/2013/2013-10-09-meet-the-community-in-juc.html"=>Awestruct::Page{ 37582640: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, "/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html"=>Awestruct::Page{ 37253140: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, "/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html"=>Awestruct::Page{ 36444580: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, "/blog/2013/2013-11-17-dkim-and-spf-deployed.html"=>Awestruct::Page{ 35701860: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, "/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md"=>Awestruct::Page{ 31160980: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, "/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md"=>Awestruct::Page{ 30870840: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, "/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html"=>Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, "/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md"=>Awestruct::Page{ 29690180: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, "/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html"=>Awestruct::Page{ 28665860: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, "/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html"=>Awestruct::Page{ 23727180: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, "/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md"=>Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, "/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html"=>Awestruct::Page{ 40974400: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, "/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html"=>Awestruct::Page{ 40543340: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, "/blog/2014/2014-04-09-more-scalable-slaves.html"=>Awestruct::Page{ 40112580: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, "/blog/2014/2014-04-11-infoq-ci-survey-2014.html"=>Awestruct::Page{ 39702840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, "/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html"=>Awestruct::Page{ 39298840: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, "/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html"=>Awestruct::Page{ 38792540: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, "/blog/2014/2014-04-16-active-directory-plugin-improvements.html"=>Awestruct::Page{ 38375160: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, "/blog/2014/2014-04-18-come-join-the-infra-team.html"=>Awestruct::Page{ 38199300: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, "/blog/2014/2014-04-24-juc-agenda-posted.html"=>Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, "/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html"=>Awestruct::Page{ 37824460: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, "/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html"=>Awestruct::Page{ 37619760: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, "/blog/2014/2014-05-27-acceptance-test-project-progress-report.html"=>Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, "/blog/2014/2014-05-30-adopt-a-plugin.html"=>Awestruct::Page{ 36556200: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, "/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html"=>Awestruct::Page{ 35788360: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, "/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html"=>Awestruct::Page{ 31197900: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, "/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html"=>Awestruct::Page{ 30902400: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, "/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html"=>Awestruct::Page{ 30158500: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, "/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html"=>Awestruct::Page{ 29753260: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, "/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html"=>Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, "/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html"=>Awestruct::Page{ 24167780: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, "/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html"=>Awestruct::Page{ 20653220: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, "/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html"=>Awestruct::Page{ 41050540: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, "/blog/2014/2014-06-20-juc-boston-what-a-day.html"=>Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, "/blog/2014/2014-07-01-jenkins-office-hours-dotci.html"=>Awestruct::Page{ 40206540: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html"=>Awestruct::Page{ 39769400: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/2014-07-03-jenkins-office-hours-dotci.html"=>Awestruct::Page{ 39383180: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html"=>Awestruct::Page{ 38930840: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, "/blog/2014/2014-07-03-juc-berlin-summary.html"=>Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, "/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html"=>Awestruct::Page{ 38234420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, "/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html"=>Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, "/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html"=>Awestruct::Page{ 37865300: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, "/blog/2014/2014-07-18-juc-israel-report.html"=>Awestruct::Page{ 37659980: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, "/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html"=>Awestruct::Page{ 37372580: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, "/blog/2014/2014-07-30-geek-choice-awards-2014.html"=>Awestruct::Page{ 36686140: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, "/blog/2014/2014-08-11-user-interface-refresh.html"=>Awestruct::Page{ 35933180: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, "/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html"=>Awestruct::Page{ 30366940: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html"=>Awestruct::Page{ 30947940: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, "/blog/2014/2014-08-28-juc-sf-2014-is-here.html"=>Awestruct::Page{ 23748500: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, "/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md"=>Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, "/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html"=>Awestruct::Page{ 29007080: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, "/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html"=>Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, "/blog/2014/2014-09-24-jenkins-in-javaone-2014.html"=>Awestruct::Page{ 20935360: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, "/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html"=>Awestruct::Page{ 37405740: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, "/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html"=>Awestruct::Page{ 40698180: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, "/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md"=>Awestruct::Page{ 40250160: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, "/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html"=>Awestruct::Page{ 39809860: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, "/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md"=>Awestruct::Page{ 39412500: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, "/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html"=>Awestruct::Page{ 38959460: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, "/blog/2014/2014-12-03-workflow-plugin-is-1-0.md"=>Awestruct::Page{ 38424840: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, "/blog/2014/2014-12-17-breakingbuilds.html"=>Awestruct::Page{ 38247820: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, "/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html"=>Awestruct::Page{ 38043960: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, "/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html"=>Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, "/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html"=>Awestruct::Page{ 37652280: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, "/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html"=>Awestruct::Page{ 37362080: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, "/blog/2015/2015-02-24-100k-celebration-podcast-recording.html"=>Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, "/blog/2015/2015-02-25-100k-celebration-podcast.html"=>Awestruct::Page{ 35864120: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, "/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html"=>Awestruct::Page{ 28984860: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, "/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html"=>Awestruct::Page{ 30928520: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, "/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html"=>Awestruct::Page{ 30193660: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, "/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html"=>Awestruct::Page{ 29799940: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, "/blog/2015/2015-04-06-confluence-migration-this-weekend.html"=>Awestruct::Page{ 28962060: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, "/blog/2015/2015-04-06-good-bye-java6.html"=>Awestruct::Page{ 24210340: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, "/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html"=>Awestruct::Page{ 20699440: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, "/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html"=>Awestruct::Page{ 41054120: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, "/blog/2015/2015-04-24-jira-migration-this-weekend.md"=>Awestruct::Page{ 40639620: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, "/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html"=>Awestruct::Page{ 40211200: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, "/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html"=>Awestruct::Page{ 39768520: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html"=>Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, "/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html"=>Awestruct::Page{ 38914780: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html"=>Awestruct::Page{ 38402860: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, "/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html"=>Awestruct::Page{ 38221600: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html"=>Awestruct::Page{ 38030360: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html"=>Awestruct::Page{ 37847280: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html"=>Awestruct::Page{ 37631120: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, "/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html"=>Awestruct::Page{ 37291260: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, "/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html"=>Awestruct::Page{ 36578760: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md"=>Awestruct::Page{ 35808460: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, "/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html"=>Awestruct::Page{ 31202700: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, "/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md"=>Awestruct::Page{ 30903380: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, "/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html"=>Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, "/blog/2015/2015-07-23-office-hours-are-back.md"=>Awestruct::Page{ 29738440: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, "/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md"=>Awestruct::Page{ 28772040: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, "/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html"=>Awestruct::Page{ 24078080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html"=>Awestruct::Page{ 20625080: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, "/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md"=>Awestruct::Page{ 41032720: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, "/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html"=>Awestruct::Page{ 40607980: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html"=>Awestruct::Page{ 40177480: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, "/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md"=>Awestruct::Page{ 39746340: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, "/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html"=>Awestruct::Page{ 39349460: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, "/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md"=>Awestruct::Page{ 38876820: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, "/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html"=>Awestruct::Page{ 38391420: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md"=>Awestruct::Page{ 38210640: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, "/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md"=>Awestruct::Page{ 38022340: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, "/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html"=>Awestruct::Page{ 37832300: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md"=>Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, "/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html"=>Awestruct::Page{ 37288880: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, "/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html"=>Awestruct::Page{ 36558420: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-25-announcing-the-travel-grant-program.md"=>Awestruct::Page{ 35783660: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, "/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html"=>Awestruct::Page{ 31190820: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html"=>Awestruct::Page{ 30885300: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, "/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html"=>Awestruct::Page{ 30140760: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md"=>Awestruct::Page{ 29715420: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, "/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md"=>Awestruct::Page{ 28730160: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, "/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html"=>Awestruct::Page{ 23942180: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, "/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md"=>Awestruct::Page{ 20575280: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, "/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md"=>Awestruct::Page{ 41012900: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, "/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html"=>Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, "/blog/2015/2015-09-30-bay-area-jam.html"=>Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, "/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html"=>Awestruct::Page{ 39672540: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, "/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html"=>Awestruct::Page{ 39271280: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, "/blog/2015/2015-10-09-cooking-up-jams.html"=>Awestruct::Page{ 38776340: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, "/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md"=>Awestruct::Page{ 38356400: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, "/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md"=>Awestruct::Page{ 38178620: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, "/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md"=>Awestruct::Page{ 37983960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, "/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md"=>Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, "/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md"=>Awestruct::Page{ 37569860: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, "/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md"=>Awestruct::Page{ 37204480: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, "/blog/2015/2015-11-01-adopt-a-plugin.md"=>Awestruct::Page{ 36345360: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, "/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md"=>Awestruct::Page{ 35574000: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, "/blog/2015/2015-11-04-jenkins-and-docker.md"=>Awestruct::Page{ 31111960: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, "/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md"=>Awestruct::Page{ 31001840: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, "/blog/2015/2015-11-06-october-jams.md"=>Awestruct::Page{ 30316800: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, "/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md"=>Awestruct::Page{ 29897340: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, "/blog/2015/2015-11-16-celebrating-hacksgiving.md"=>Awestruct::Page{ 29164240: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, "/blog/2015/2015-12-02-hacksgiving-left-overs.md"=>Awestruct::Page{ 24432620: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, "/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md"=>Awestruct::Page{ 21165360: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, "/blog/2015/2015-12-09-security-updates-released-today.md"=>Awestruct::Page{ 37409720: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, "/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md"=>Awestruct::Page{ 40701400: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, "/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md"=>Awestruct::Page{ 40251920: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md"=>Awestruct::Page{ 39808660: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md"=>Awestruct::Page{ 39408140: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md"=>Awestruct::Page{ 38935340: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, "/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md"=>Awestruct::Page{ 38414220: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, "/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md"=>Awestruct::Page{ 38233520: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, "/blog/2016/2016-01-04-jenkins-at-scale14x.adoc"=>Awestruct::Page{ 37630360: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, "/blog/2016/2016-01-05-new-website.adoc"=>Awestruct::Page{ 37240280: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, "/blog/2016/2016-01-07-official-code-of-conduct.adoc"=>Awestruct::Page{ 36259080: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, "/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc"=>Awestruct::Page{ 35332240: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, "/blog/2016/2016-01-26-office-hour-javascript-development.adoc"=>Awestruct::Page{ 30959520: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, "/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc"=>Awestruct::Page{ 30146660: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, "/blog/2016/2016-02-06-scale14x-conference-report.adoc"=>Awestruct::Page{ 29598380: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, "/blog/2016/2016-02-19-january-2016-sf-jam.adoc"=>Awestruct::Page{ 24701240: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, "/blog/2016/2016-02-24-jenkins-security-update.md"=>Awestruct::Page{ 23041820: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, "/blog/2016/2016-02-29-jenkins2-alphas.adoc"=>Awestruct::Page{ 18262600: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, "/blog/2016/2016-03-02-toulousejam-hackergarten.adoc"=>Awestruct::Page{ 40633240: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, "/blog/2016/2016-03-03-gsoc2016-announcement.md"=>Awestruct::Page{ 40153920: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, "/blog/2016/2016-03-11-new-jenkins-20-preview.adoc"=>Awestruct::Page{ 39654740: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, "/blog/2016/2016-03-15-jenkins-certification.adoc"=>Awestruct::Page{ 39135040: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, "/blog/2016/2016-03-18-jenkins-20-test-fest.adoc"=>Awestruct::Page{ 38451900: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, "/blog/2016/2016-03-21-vjam.adoc"=>Awestruct::Page{ 38237520: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, "/blog/2016/2016-03-24-jenkins-2-beta-released.md"=>Awestruct::Page{ 38031180: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, "/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc"=>Awestruct::Page{ 37811500: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, "/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc"=>Awestruct::Page{ 37518100: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, "/blog/2016/2016-04-07-2.0-release-candidate.adoc"=>Awestruct::Page{ 36811480: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, "/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc"=>Awestruct::Page{ 35838560: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, "/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc"=>Awestruct::Page{ 31102720: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, "/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc"=>Awestruct::Page{ 30370880: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, "/blog/2016/2016-04-11-jenkins-plugins-security-update.md"=>Awestruct::Page{ 29927060: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, "/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc"=>Awestruct::Page{ 28998660: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, "/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc"=>Awestruct::Page{ 23926280: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, "/blog/2016/2016-04-14-replay-with-pipeline.adoc"=>Awestruct::Page{ 19409280: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, "/blog/2016/2016-04-15-the-need-for-pipeline.adoc"=>Awestruct::Page{ 40720860: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, "/blog/2016/2016-04-21-dsl-plugins.adoc"=>Awestruct::Page{ 40152060: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, "/blog/2016/2016-04-22-pipeline-2.x.adoc"=>Awestruct::Page{ 39637980: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, "/blog/2016/2016-04-22-possible-infra-compromise.adoc"=>Awestruct::Page{ 39127040: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, "/blog/2016/2016-04-26-jenkins-20-is-here.adoc"=>Awestruct::Page{ 38434980: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, "/blog/2016/2016-05-10-jenkins-20-vjam.adoc"=>Awestruct::Page{ 38171280: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, "/blog/2016/2016-05-11-security-update.md"=>Awestruct::Page{ 37960980: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, "/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc"=>Awestruct::Page{ 37737580: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, "/blog/2016/2016-05-17-state-of-jam.adoc"=>Awestruct::Page{ 37376020: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, "/blog/2016/2016-05-18-announcing-azure-partnership.adoc"=>Awestruct::Page{ 36512880: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, "/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc"=>Awestruct::Page{ 35471180: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, "/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc"=>Awestruct::Page{ 30937020: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, "/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc"=>Awestruct::Page{ 30093840: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, "/blog/2016/2016-05-26-introducing-blue-ocean.adoc"=>Awestruct::Page{ 29390880: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, "/blog/2016/2016-05-31-pipeline-snippetizer.adoc"=>Awestruct::Page{ 24473620: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, "/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc"=>Awestruct::Page{ 20658920: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, "/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc"=>Awestruct::Page{ 40947680: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, "/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc"=>Awestruct::Page{ 40382640: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, "/blog/2016/2016-06-13-june-jenkins-events.adoc"=>Awestruct::Page{ 39844360: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc"=>Awestruct::Page{ 39352900: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, "/blog/2016/2016-06-14-jenkins-world-agenda.adoc"=>Awestruct::Page{ 38766640: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, "/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc"=>Awestruct::Page{ 38288020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, "/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc"=>Awestruct::Page{ 38041860: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, "/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc"=>Awestruct::Page{ 37802560: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, "/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc"=>Awestruct::Page{ 37475200: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, "/blog/2016/2016-06-30-ewm-alpha-version.adoc"=>Awestruct::Page{ 36659400: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, "/blog/2016/2016-07-01-html-publisher-plugin.adoc"=>Awestruct::Page{ 35645000: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, "/blog/2016/2016-07-07-jenkins-2.7.1.adoc"=>Awestruct::Page{ 31078780: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, "/blog/2016/2016-07-14-2-7-1-re-release.md"=>Awestruct::Page{ 30368120: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, "/blog/2016/2016-07-18-pipline-notifications.adoc"=>Awestruct::Page{ 29815260: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, "/blog/2016/2016-07-19-blue-ocean-update.adoc"=>Awestruct::Page{ 28664420: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, "/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc"=>Awestruct::Page{ 23329320: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, "/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc"=>Awestruct::Page{ 18289920: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, "/blog/2016/2016-08-08-docker-pipeline-environments.adoc"=>Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, "/blog/2016/2016-08-09-ewm-beta-version.adoc"=>Awestruct::Page{ 40017860: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, "/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc"=>Awestruct::Page{ 39415140: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, "/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc"=>Awestruct::Page{ 38860480: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc"=>Awestruct::Page{ 38362100: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, "/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc"=>Awestruct::Page{ 38246860: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, "/blog/2016/2016-08-22-ewm-stable-release.adoc"=>Awestruct::Page{ 38006680: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, "/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc"=>Awestruct::Page{ 37762120: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, "/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc"=>Awestruct::Page{ 37428040: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc"=>Awestruct::Page{ 36560060: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, "/blog/2016/2016-08-29-sauce-pipeline.adoc"=>Awestruct::Page{ 35467580: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, "/blog/2016/2016-08-30-ask-experts-demos.adoc"=>Awestruct::Page{ 30990960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, "/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc"=>Awestruct::Page{ 30138920: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc"=>Awestruct::Page{ 29546300: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, "/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc"=>Awestruct::Page{ 24614280: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, "/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc"=>Awestruct::Page{ 20636380: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc"=>Awestruct::Page{ 40929420: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, "/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc"=>Awestruct::Page{ 40385440: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, "/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc"=>Awestruct::Page{ 39812460: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, "/blog/2016/2016-09-20-jom-plugin-development.adoc"=>Awestruct::Page{ 39304960: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, "/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc"=>Awestruct::Page{ 38746000: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, "/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc"=>Awestruct::Page{ 38276480: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, "/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc"=>Awestruct::Page{ 38026840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, "/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc"=>Awestruct::Page{ 37782400: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, "/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc"=>Awestruct::Page{ 37476520: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, "/blog/2016/2016-10-16-stage-lock-milestone.adoc"=>Awestruct::Page{ 36596540: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, "/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc"=>Awestruct::Page{ 35648700: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, "/blog/2016/2016-10-31-xunit-reporting.adoc"=>Awestruct::Page{ 30993480: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, "/blog/2016/2016-11-11-monthly-jam-recap-october.adoc"=>Awestruct::Page{ 30161980: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, "/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc"=>Awestruct::Page{ 29615820: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, "/blog/2016/2016-11-13-november-jenkins-events.adoc"=>Awestruct::Page{ 24699220: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc"=>Awestruct::Page{ 21302060: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, "/blog/2016/2016-11-21-gc-tuning.adoc"=>Awestruct::Page{ 40893760: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, "/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc"=>Awestruct::Page{ 40372480: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, "/blog/2016/2016-12-09-december-jenkins-events.adoc"=>Awestruct::Page{ 39833820: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-12-10-monthly-jam-recap-november.adoc"=>Awestruct::Page{ 39300960: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, "/blog/2016/2016-12-19-declarative-pipeline-beta.adoc"=>Awestruct::Page{ 38708440: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, "/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc"=>Awestruct::Page{ 38238300: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, "/blog/2016/2016-12-31-what-a-year.adoc"=>Awestruct::Page{ 37976760: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, "/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc"=>Awestruct::Page{ 37712920: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, "/blog/2017/2017-01-10-security-warnings.adoc"=>Awestruct::Page{ 37359640: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, "/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc"=>Awestruct::Page{ 36439480: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, "/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc"=>Awestruct::Page{ 35409320: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, "/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc"=>Awestruct::Page{ 30974940: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, "/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc"=>Awestruct::Page{ 30152520: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, "/blog/2017/2017-01-17-scm-api-2.0-release.adoc"=>Awestruct::Page{ 29461180: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, "/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc"=>Awestruct::Page{ 23939360: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, "/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc"=>Awestruct::Page{ 19705000: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, "/blog/index.md"=>Awestruct::Page{ 40850540: output_path=>/blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/index.md, layout=>refresh }, "/blog/take-2015-jenkins-survey/index.md"=>Awestruct::Page{ 40674240: output_path=>/blog/take-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/take-2015-jenkins-survey/index.md, layout=>refresh }, "/changelog/index.html"=>Awestruct::Page{ 40510180: output_path=>/changelog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog/index.html, layout=>post }, "/changelog-old.html"=>Awestruct::Page{ 39416320: output_path=>/changelog-old/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-old.html, layout=> }, "/changelog-stable/index.html"=>Awestruct::Page{ 37821180: output_path=>/changelog-stable/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-stable/index.html, layout=>post }, "/changelog.css"=>Awestruct::Page{ 37253220: output_path=>/changelog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.css, layout=> }, "/changelog.html/index.md"=>Awestruct::Page{ 37206580: output_path=>/changelog.html/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.html/index.md, layout=>refresh }, "/conduct.adoc"=>Awestruct::Page{ 36662160: output_path=>/conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/conduct.adoc, layout=>simplepage }, "/content/100k-celebration-podcast/index.md"=>Awestruct::Page{ 35571060: output_path=>/content/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast/index.md, layout=>refresh }, "/content/100k-celebration-podcast-recording/index.md"=>Awestruct::Page{ 35244320: output_path=>/content/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast-recording/index.md, layout=>refresh }, "/content/11th-international-free-software-forum-brazil/index.md"=>Awestruct::Page{ 31151200: output_path=>/content/11th-international-free-software-forum-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/11th-international-free-software-forum-brazil/index.md, layout=>refresh }, "/content/2-version-control-plugins-beta-testing-major-release/index.md"=>Awestruct::Page{ 31027660: output_path=>/content/2-version-control-plugins-beta-testing-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2-version-control-plugins-beta-testing-major-release/index.md, layout=>refresh }, "/content/2011-donation-drive/index.md"=>Awestruct::Page{ 30888800: output_path=>/content/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2011-donation-drive/index.md, layout=>refresh }, "/content/2012-jenkins-survey-results-are/index.md"=>Awestruct::Page{ 30424120: output_path=>/content/2012-jenkins-survey-results-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2012-jenkins-survey-results-are/index.md, layout=>refresh }, "/content/2015-jenkins-user-conferences-call-papers/index.md"=>Awestruct::Page{ 30196680: output_path=>/content/2015-jenkins-user-conferences-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2015-jenkins-user-conferences-call-papers/index.md, layout=>refresh }, "/content/about-jenkins-ci/index.md"=>Awestruct::Page{ 30031600: output_path=>/content/about-jenkins-ci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/about-jenkins-ci/index.md, layout=>post }, "/content/acceptance-test-project-progress-report/index.md"=>Awestruct::Page{ 29464700: output_path=>/content/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/acceptance-test-project-progress-report/index.md, layout=>refresh }, "/content/active-directory-plugin-improvements/index.md"=>Awestruct::Page{ 29017140: output_path=>/content/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/active-directory-plugin-improvements/index.md, layout=>refresh }, "/content/adding-diagrams-wiki/index.md"=>Awestruct::Page{ 28572660: output_path=>/content/adding-diagrams-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adding-diagrams-wiki/index.md, layout=>refresh }, "/content/adopt-plugin/index.md"=>Awestruct::Page{ 24431940: output_path=>/content/adopt-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin/index.md, layout=>refresh }, "/content/adopt-plugin-0/index.md"=>Awestruct::Page{ 23727280: output_path=>/content/adopt-plugin-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin-0/index.md, layout=>refresh }, "/content/advancing-jenkins-gui-configuring-items-jenkins/index.md"=>Awestruct::Page{ 22955600: output_path=>/content/advancing-jenkins-gui-configuring-items-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/advancing-jenkins-gui-configuring-items-jenkins/index.md, layout=>refresh }, "/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md"=>Awestruct::Page{ 20603560: output_path=>/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md, layout=>refresh }, "/content/announcing-hudson-20-roadmap/index.md"=>Awestruct::Page{ 19386040: output_path=>/content/announcing-hudson-20-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-hudson-20-roadmap/index.md, layout=>refresh }, "/content/announcing-jenkins-cia/index.md"=>Awestruct::Page{ 41056380: output_path=>/content/announcing-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-jenkins-cia/index.md, layout=>refresh }, "/content/announcing-travel-grant-program/index.md"=>Awestruct::Page{ 40891060: output_path=>/content/announcing-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-travel-grant-program/index.md, layout=>refresh }, "/content/another-big-thank-you-rackspace/index.md"=>Awestruct::Page{ 40719020: output_path=>/content/another-big-thank-you-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/another-big-thank-you-rackspace/index.md, layout=>refresh }, "/content/bay-area-jam/index.md"=>Awestruct::Page{ 40523320: output_path=>/content/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jam/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md"=>Awestruct::Page{ 40333300: output_path=>/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-looking-you/index.md"=>Awestruct::Page{ 40146260: output_path=>/content/bay-area-jenkins-area-meet-looking-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-looking-you/index.md, layout=>refresh }, "/content/beginning-new-era-ruby-plugins-now-reality/index.md"=>Awestruct::Page{ 39948760: output_path=>/content/beginning-new-era-ruby-plugins-now-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/beginning-new-era-ruby-plugins-now-reality/index.md, layout=>refresh }, "/content/behind-scenes-jenkins-user-conference-palo-alto/index.md"=>Awestruct::Page{ 39755520: output_path=>/content/behind-scenes-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/behind-scenes-jenkins-user-conference-palo-alto/index.md, layout=>refresh }, "/content/big-security-fix-hudson-1371-released/index.md"=>Awestruct::Page{ 39571840: output_path=>/content/big-security-fix-hudson-1371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-security-fix-hudson-1371-released/index.md, layout=>refresh }, "/content/big-thanks-rackspace/index.md"=>Awestruct::Page{ 39415700: output_path=>/content/big-thanks-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-thanks-rackspace/index.md, layout=>refresh }, "/content/breaking-hudson-1345-released/index.md"=>Awestruct::Page{ 39221740: output_path=>/content/breaking-hudson-1345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1345-released/index.md, layout=>refresh }, "/content/breaking-hudson-1351-released/index.md"=>Awestruct::Page{ 39042140: output_path=>/content/breaking-hudson-1351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1351-released/index.md, layout=>refresh }, "/content/breakingbuilds/index.md"=>Awestruct::Page{ 38787140: output_path=>/content/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breakingbuilds/index.md, layout=>refresh }, "/content/brief-update/index.md"=>Awestruct::Page{ 38470800: output_path=>/content/brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/brief-update/index.md, layout=>refresh }, "/content/building-jenkins-plugins-gradle/index.md"=>Awestruct::Page{ 38394240: output_path=>/content/building-jenkins-plugins-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-jenkins-plugins-gradle/index.md, layout=>refresh }, "/content/building-software-diamond-jenkins/index.md"=>Awestruct::Page{ 38315840: output_path=>/content/building-software-diamond-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-software-diamond-jenkins/index.md, layout=>refresh }, "/content/call-sponsors-2014-jenkins-user-conferences/index.md"=>Awestruct::Page{ 38239960: output_path=>/content/call-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-sponsors-2014-jenkins-user-conferences/index.md, layout=>refresh }, "/content/call-testers-older-better/index.md"=>Awestruct::Page{ 38160160: output_path=>/content/call-testers-older-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-older-better/index.md, layout=>refresh }, "/content/call-testers-upcoming-lts-update/index.md"=>Awestruct::Page{ 38079260: output_path=>/content/call-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-upcoming-lts-update/index.md, layout=>refresh }, "/content/casual-fridays-directing-traffic-hudson/index.md"=>Awestruct::Page{ 37990740: output_path=>/content/casual-fridays-directing-traffic-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/casual-fridays-directing-traffic-hudson/index.md, layout=>refresh }, "/content/celebrating-hacksgiving/index.md"=>Awestruct::Page{ 37911660: output_path=>/content/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/celebrating-hacksgiving/index.md, layout=>refresh }, "/content/chat/index.md"=>Awestruct::Page{ 37825960: output_path=>/content/chat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/chat/index.md, layout=>post }, "/content/ci-dinner-wednesday-630/index.md"=>Awestruct::Page{ 37578240: output_path=>/content/ci-dinner-wednesday-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ci-dinner-wednesday-630/index.md, layout=>refresh }, "/content/cloudbees-announce-hudson-service/index.md"=>Awestruct::Page{ 37475580: output_path=>/content/cloudbees-announce-hudson-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cloudbees-announce-hudson-service/index.md, layout=>refresh }, "/content/come-join-infra-team/index.md"=>Awestruct::Page{ 37267200: output_path=>/content/come-join-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-infra-team/index.md, layout=>refresh }, "/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md"=>Awestruct::Page{ 37101900: output_path=>/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md, layout=>refresh }, "/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md"=>Awestruct::Page{ 36599040: output_path=>/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md, layout=>refresh }, "/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md"=>Awestruct::Page{ 36260920: output_path=>/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md, layout=>refresh }, "/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md"=>Awestruct::Page{ 35956780: output_path=>/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md, layout=>refresh }, "/content/confluence-migration-weekend/index.md"=>Awestruct::Page{ 35548600: output_path=>/content/confluence-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/confluence-migration-weekend/index.md, layout=>refresh }, "/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md"=>Awestruct::Page{ 35227240: output_path=>/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md, layout=>refresh }, "/content/continuous-deployment-new-digg/index.md"=>Awestruct::Page{ 31142700: output_path=>/content/continuous-deployment-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-new-digg/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-4/index.md"=>Awestruct::Page{ 31015900: output_path=>/content/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-4/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-5/index.md"=>Awestruct::Page{ 30876580: output_path=>/content/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-5/index.md, layout=>refresh }, "/content/continuous-information-vol2/index.md"=>Awestruct::Page{ 30396940: output_path=>/content/continuous-information-vol2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-vol2/index.md, layout=>refresh }, "/content/cooking-jams/index.md"=>Awestruct::Page{ 30182420: output_path=>/content/cooking-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cooking-jams/index.md, layout=>refresh }, "/content/copenhagen-hudson-user-meetup/index.md"=>Awestruct::Page{ 29999460: output_path=>/content/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/copenhagen-hudson-user-meetup/index.md, layout=>refresh }, "/content/critical-security-advisory-jenkins-core/index.md"=>Awestruct::Page{ 29854920: output_path=>/content/critical-security-advisory-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/critical-security-advisory-jenkins-core/index.md, layout=>refresh }, "/content/cve-2014-3566-poodle-impact-jenkins/index.md"=>Awestruct::Page{ 29601240: output_path=>/content/cve-2014-3566-poodle-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-3566-poodle-impact-jenkins/index.md, layout=>refresh }, "/content/cve-2014-6271-impact-jenkins/index.md"=>Awestruct::Page{ 29166780: output_path=>/content/cve-2014-6271-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-6271-impact-jenkins/index.md, layout=>refresh }, "/content/dead-bug-good-bug/index.md"=>Awestruct::Page{ 28677400: output_path=>/content/dead-bug-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dead-bug-good-bug/index.md, layout=>refresh }, "/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md"=>Awestruct::Page{ 24606900: output_path=>/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md, layout=>refresh }, "/content/december-jam-world-tour-lima-peru/index.md"=>Awestruct::Page{ 24052220: output_path=>/content/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-lima-peru/index.md, layout=>refresh }, "/content/december-jam-world-tour-st-petersburg-russia/index.md"=>Awestruct::Page{ 23314120: output_path=>/content/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-st-petersburg-russia/index.md, layout=>refresh }, "/content/december-jam-world-tour-toulouse-france/index.md"=>Awestruct::Page{ 20820340: output_path=>/content/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-toulouse-france/index.md, layout=>refresh }, "/content/digg-technical-talk/index.md"=>Awestruct::Page{ 19705280: output_path=>/content/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/digg-technical-talk/index.md, layout=>refresh }, "/content/dinner-after-juc/index.md"=>Awestruct::Page{ 41061640: output_path=>/content/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dinner-after-juc/index.md, layout=>refresh }, "/content/dkim-and-spf-deployed/index.md"=>Awestruct::Page{ 40945760: output_path=>/content/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dkim-and-spf-deployed/index.md, layout=>refresh }, "/content/dogfooding-hudson-were-looking-slaves/index.md"=>Awestruct::Page{ 40753680: output_path=>/content/dogfooding-hudson-were-looking-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dogfooding-hudson-were-looking-slaves/index.md, layout=>refresh }, "/content/event-calendar/index.html"=>Awestruct::Page{ 40592540: output_path=>/content/event-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/event-calendar/index.html, layout=>post }, "/content/experimental-plugins-update-center/index.md"=>Awestruct::Page{ 40100860: output_path=>/content/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/experimental-plugins-update-center/index.md, layout=>refresh }, "/content/extreme-feedback-lamp-switch-gear-style/index.md"=>Awestruct::Page{ 39904680: output_path=>/content/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/extreme-feedback-lamp-switch-gear-style/index.md, layout=>refresh }, "/content/faster-slave-classloading/index.md"=>Awestruct::Page{ 39720360: output_path=>/content/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/faster-slave-classloading/index.md, layout=>refresh }, "/content/final-two-run-vote-new-jenkins-logo/index.md"=>Awestruct::Page{ 39508720: output_path=>/content/final-two-run-vote-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/final-two-run-vote-new-jenkins-logo/index.md, layout=>refresh }, "/content/first-24-hours-downloads/index.md"=>Awestruct::Page{ 39368860: output_path=>/content/first-24-hours-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-24-hours-downloads/index.md, layout=>refresh }, "/content/first-governance-meeting-recap/index.md"=>Awestruct::Page{ 39184960: output_path=>/content/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-governance-meeting-recap/index.md, layout=>refresh }, "/content/fosdem-2012-recap/index.md"=>Awestruct::Page{ 38962180: output_path=>/content/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2012-recap/index.md, layout=>refresh }, "/content/fosdem-2016-travel-grant-program/index.md"=>Awestruct::Page{ 38754780: output_path=>/content/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2016-travel-grant-program/index.md, layout=>refresh }, "/content/freebsd-project-use-jenkins-os-testing/index.md"=>Awestruct::Page{ 38447140: output_path=>/content/freebsd-project-use-jenkins-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/freebsd-project-use-jenkins-os-testing/index.md, layout=>refresh }, "/content/fundraising-drive-update-thank-you-everyone/index.md"=>Awestruct::Page{ 38368500: output_path=>/content/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-drive-update-thank-you-everyone/index.md, layout=>refresh }, "/content/fundraising-travel-grant/index.md"=>Awestruct::Page{ 38289420: output_path=>/content/fundraising-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-travel-grant/index.md, layout=>refresh }, "/content/gee-thanks/index.md"=>Awestruct::Page{ 38211320: output_path=>/content/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gee-thanks/index.md, layout=>refresh }, "/content/geek-choice-awards-2014/index.md"=>Awestruct::Page{ 38134920: output_path=>/content/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/geek-choice-awards-2014/index.md, layout=>refresh }, "/content/get-drunk-code-juc-boston/index.md"=>Awestruct::Page{ 38049700: output_path=>/content/get-drunk-code-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-drunk-code-juc-boston/index.md, layout=>refresh }, "/content/get-excited-and-make-things/index.md"=>Awestruct::Page{ 37959540: output_path=>/content/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-excited-and-make-things/index.md, layout=>refresh }, "/content/get-together-beer-garden-juc-berlin/index.md"=>Awestruct::Page{ 37884240: output_path=>/content/get-together-beer-garden-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-together-beer-garden-juc-berlin/index.md, layout=>refresh }, "/content/getting-started-building-android-apps-hudson/index.md"=>Awestruct::Page{ 37793980: output_path=>/content/getting-started-building-android-apps-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/getting-started-building-android-apps-hudson/index.md, layout=>refresh }, "/content/giving-back-community-3-ways-keep-jenkins-growing/index.md"=>Awestruct::Page{ 37703520: output_path=>/content/giving-back-community-3-ways-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/giving-back-community-3-ways-keep-jenkins-growing/index.md, layout=>refresh }, "/content/good-bye-java6/index.md"=>Awestruct::Page{ 37583360: output_path=>/content/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/good-bye-java6/index.md, layout=>refresh }, "/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md"=>Awestruct::Page{ 37480060: output_path=>/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md, layout=>refresh }, "/content/governance-meeting-today/index.md"=>Awestruct::Page{ 37270640: output_path=>/content/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/governance-meeting-today/index.md, layout=>refresh }, "/content/gradle-fy-your-jenkins-plugin-project/index.md"=>Awestruct::Page{ 37104360: output_path=>/content/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gradle-fy-your-jenkins-plugin-project/index.md, layout=>refresh }, "/content/gui-improvements-horizon/index.md"=>Awestruct::Page{ 36619340: output_path=>/content/gui-improvements-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gui-improvements-horizon/index.md, layout=>refresh }, "/content/hacksgiving-left-overs/index.md"=>Awestruct::Page{ 36263220: output_path=>/content/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hacksgiving-left-overs/index.md, layout=>refresh }, "/content/hamburg-hackathon-great-success/index.md"=>Awestruct::Page{ 35958420: output_path=>/content/hamburg-hackathon-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hamburg-hackathon-great-success/index.md, layout=>refresh }, "/content/happy-birthday-jenkins/index.md"=>Awestruct::Page{ 35548680: output_path=>/content/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/happy-birthday-jenkins/index.md, layout=>refresh }, "/content/highlight-video-juc-2011/index.md"=>Awestruct::Page{ 35225920: output_path=>/content/highlight-video-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/highlight-video-juc-2011/index.md, layout=>refresh }, "/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md"=>Awestruct::Page{ 31140300: output_path=>/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md, layout=>refresh }, "/content/home-page/index.html"=>Awestruct::Page{ 31010660: output_path=>/content/home-page/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/home-page/index.html, layout=>post }, "/content/hosting-your-hudson-plugin-github/index.md"=>Awestruct::Page{ 30341620: output_path=>/content/hosting-your-hudson-plugin-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hosting-your-hudson-plugin-github/index.md, layout=>refresh }, "/content/hudson-1344-released/index.md"=>Awestruct::Page{ 30089520: output_path=>/content/hudson-1344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1344-released/index.md, layout=>refresh }, "/content/hudson-1346-released/index.md"=>Awestruct::Page{ 29927380: output_path=>/content/hudson-1346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1346-released/index.md, layout=>refresh }, "/content/hudson-1347-released/index.md"=>Awestruct::Page{ 29714240: output_path=>/content/hudson-1347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1347-released/index.md, layout=>refresh }, "/content/hudson-1348-released/index.md"=>Awestruct::Page{ 29363520: output_path=>/content/hudson-1348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1348-released/index.md, layout=>refresh }, "/content/hudson-1349-released/index.md"=>Awestruct::Page{ 28871600: output_path=>/content/hudson-1349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1349-released/index.md, layout=>refresh }, "/content/hudson-1350-released/index.md"=>Awestruct::Page{ 24965480: output_path=>/content/hudson-1350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1350-released/index.md, layout=>refresh }, "/content/hudson-1352-released/index.md"=>Awestruct::Page{ 24238580: output_path=>/content/hudson-1352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1352-released/index.md, layout=>refresh }, "/content/hudson-1353-released/index.md"=>Awestruct::Page{ 23595640: output_path=>/content/hudson-1353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1353-released/index.md, layout=>refresh }, "/content/hudson-1354-released/index.md"=>Awestruct::Page{ 21262940: output_path=>/content/hudson-1354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1354-released/index.md, layout=>refresh }, "/content/hudson-1355-released/index.md"=>Awestruct::Page{ 19864940: output_path=>/content/hudson-1355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1355-released/index.md, layout=>refresh }, "/content/hudson-1362-released/index.md"=>Awestruct::Page{ 19246760: output_path=>/content/hudson-1362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1362-released/index.md, layout=>refresh }, "/content/hudson-1363-released/index.md"=>Awestruct::Page{ 41015540: output_path=>/content/hudson-1363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1363-released/index.md, layout=>refresh }, "/content/hudson-1368-released/index.md"=>Awestruct::Page{ 40820820: output_path=>/content/hudson-1368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1368-released/index.md, layout=>refresh }, "/content/hudson-1372-sets-sail/index.md"=>Awestruct::Page{ 40633940: output_path=>/content/hudson-1372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1372-sets-sail/index.md, layout=>refresh }, "/content/hudson-anonymous-usage-data/index.md"=>Awestruct::Page{ 40442860: output_path=>/content/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-anonymous-usage-data/index.md, layout=>refresh }, "/content/hudson-events-calendar/index.md"=>Awestruct::Page{ 40251480: output_path=>/content/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-events-calendar/index.md, layout=>refresh }, "/content/hudson-javazone-meetup-oslo/index.md"=>Awestruct::Page{ 40062780: output_path=>/content/hudson-javazone-meetup-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-javazone-meetup-oslo/index.md, layout=>refresh }, "/content/hudson-pycon/index.md"=>Awestruct::Page{ 39862740: output_path=>/content/hudson-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-pycon/index.md, layout=>refresh }, "/content/hudson-sauce-ondemand-webinar/index.md"=>Awestruct::Page{ 39670720: output_path=>/content/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-sauce-ondemand-webinar/index.md, layout=>refresh }, "/content/hudson-selenium-and-sauce-demand-videos/index.md"=>Awestruct::Page{ 39494860: output_path=>/content/hudson-selenium-and-sauce-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-selenium-and-sauce-demand-videos/index.md, layout=>refresh }, "/content/hudson-user-meet-copenhagenoslo/index.md"=>Awestruct::Page{ 39326580: output_path=>/content/hudson-user-meet-copenhagenoslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-copenhagenoslo/index.md, layout=>refresh }, "/content/hudson-user-meet-jerusalem/index.md"=>Awestruct::Page{ 39132900: output_path=>/content/hudson-user-meet-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-jerusalem/index.md, layout=>refresh }, "/content/hudsonmobi-20-hits-android-market/index.md"=>Awestruct::Page{ 38917360: output_path=>/content/hudsonmobi-20-hits-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-20-hits-android-market/index.md, layout=>refresh }, "/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md"=>Awestruct::Page{ 38735840: output_path=>/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md, layout=>refresh }, "/content/hudsons-future/index.md"=>Awestruct::Page{ 38428480: output_path=>/content/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsons-future/index.md, layout=>refresh }, "/content/incoming-more-translations/index.md"=>Awestruct::Page{ 38346520: output_path=>/content/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/incoming-more-translations/index.md, layout=>refresh }, "/content/infoq-ci-survey-2014-0/index.md"=>Awestruct::Page{ 38269160: output_path=>/content/infoq-ci-survey-2014-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/infoq-ci-survey-2014-0/index.md, layout=>refresh }, "/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md"=>Awestruct::Page{ 38188140: output_path=>/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md, layout=>refresh }, "/content/integrating-kubernetes-and-jenkins/index.md"=>Awestruct::Page{ 38106940: output_path=>/content/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/integrating-kubernetes-and-jenkins/index.md, layout=>refresh }, "/content/intro-jenkins-meetup-copenhagen/index.md"=>Awestruct::Page{ 38019300: output_path=>/content/intro-jenkins-meetup-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/intro-jenkins-meetup-copenhagen/index.md, layout=>refresh }, "/content/ips-packages-jenkins-solarisopenindiana/index.md"=>Awestruct::Page{ 37935620: output_path=>/content/ips-packages-jenkins-solarisopenindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ips-packages-jenkins-solarisopenindiana/index.md, layout=>refresh }, "/content/javanet-migration-status-update/index.md"=>Awestruct::Page{ 37858520: output_path=>/content/javanet-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javanet-migration-status-update/index.md, layout=>refresh }, "/content/javaone-day-one-pictures/index.md"=>Awestruct::Page{ 37765140: output_path=>/content/javaone-day-one-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-one-pictures/index.md, layout=>refresh }, "/content/javaone-day-two-pictures/index.md"=>Awestruct::Page{ 37666880: output_path=>/content/javaone-day-two-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-two-pictures/index.md, layout=>refresh }, "/content/javaone-taking-shape/index.md"=>Awestruct::Page{ 37548300: output_path=>/content/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-taking-shape/index.md, layout=>refresh }, "/content/jenkins/index.md"=>Awestruct::Page{ 37419180: output_path=>/content/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins/index.md, layout=>refresh }, "/content/jenkins-100k-celebration-pictures/index.md"=>Awestruct::Page{ 37236020: output_path=>/content/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-100k-celebration-pictures/index.md, layout=>refresh }, "/content/jenkins-15323-lts-released/index.md"=>Awestruct::Page{ 36812820: output_path=>/content/jenkins-15323-lts-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-15323-lts-released/index.md, layout=>refresh }, "/content/jenkins-20-proposal-improved-out-box-user-experience/index.md"=>Awestruct::Page{ 36469720: output_path=>/content/jenkins-20-proposal-improved-out-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-improved-out-box-user-experience/index.md, layout=>refresh }, "/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md"=>Awestruct::Page{ 36148700: output_path=>/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md, layout=>refresh }, "/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md"=>Awestruct::Page{ 35810060: output_path=>/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md, layout=>refresh }, "/content/jenkins-20-proposal-split-groovy-out-core/index.md"=>Awestruct::Page{ 35408280: output_path=>/content/jenkins-20-proposal-split-groovy-out-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-split-groovy-out-core/index.md, layout=>refresh }, "/content/jenkins-20-proposal-ux-improvements-part-one/index.md"=>Awestruct::Page{ 28974400: output_path=>/content/jenkins-20-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-ux-improvements-part-one/index.md, layout=>refresh }, "/content/jenkins-20-proposals/index.md"=>Awestruct::Page{ 31085320: output_path=>/content/jenkins-20-proposals/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposals/index.md, layout=>post }, "/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md"=>Awestruct::Page{ 30420720: output_path=>/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md, layout=>refresh }, "/content/jenkins-and-docker/index.md"=>Awestruct::Page{ 30187000: output_path=>/content/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-docker/index.md, layout=>refresh }, "/content/jenkins-besoin-de-vous/index.md"=>Awestruct::Page{ 30003500: output_path=>/content/jenkins-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-besoin-de-vous/index.md, layout=>refresh }, "/content/jenkins-celebration-day-february-26/index.md"=>Awestruct::Page{ 29855920: output_path=>/content/jenkins-celebration-day-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-celebration-day-february-26/index.md, layout=>refresh }, "/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md"=>Awestruct::Page{ 29599700: output_path=>/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md, layout=>refresh }, "/content/jenkins-cia-program-and-meetup-updates/index.md"=>Awestruct::Page{ 29161620: output_path=>/content/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-cia-program-and-meetup-updates/index.md, layout=>refresh }, "/content/jenkins-community-survey/index.md"=>Awestruct::Page{ 28672680: output_path=>/content/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-community-survey/index.md, layout=>refresh }, "/content/jenkins-conference-slides-and-videos-online/index.md"=>Awestruct::Page{ 24583940: output_path=>/content/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-conference-slides-and-videos-online/index.md, layout=>refresh }, "/content/jenkins-figure-available-shapeways/index.md"=>Awestruct::Page{ 23989440: output_path=>/content/jenkins-figure-available-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-figure-available-shapeways/index.md, layout=>refresh }, "/content/jenkins-fosdem-2014/index.md"=>Awestruct::Page{ 23198900: output_path=>/content/jenkins-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-fosdem-2014/index.md, layout=>refresh }, "/content/jenkins-hits-1400/index.md"=>Awestruct::Page{ 20655180: output_path=>/content/jenkins-hits-1400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1400/index.md, layout=>refresh }, "/content/jenkins-hits-1500/index.md"=>Awestruct::Page{ 19411780: output_path=>/content/jenkins-hits-1500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1500/index.md, layout=>refresh }, "/content/jenkins-javaone-2014/index.md"=>Awestruct::Page{ 37406200: output_path=>/content/jenkins-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-javaone-2014/index.md, layout=>refresh }, "/content/jenkins-keynote-fosdem-2013-0/index.md"=>Awestruct::Page{ 40908900: output_path=>/content/jenkins-keynote-fosdem-2013-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-keynote-fosdem-2013-0/index.md, layout=>refresh }, "/content/jenkins-long-term-release-14092-out/index.md"=>Awestruct::Page{ 40725440: output_path=>/content/jenkins-long-term-release-14092-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-release-14092-out/index.md, layout=>refresh }, "/content/jenkins-long-term-support-release/index.md"=>Awestruct::Page{ 40536420: output_path=>/content/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-support-release/index.md, layout=>refresh }, "/content/jenkins-meetup-munich-videos/index.md"=>Awestruct::Page{ 40337020: output_path=>/content/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-meetup-munich-videos/index.md, layout=>refresh }, "/content/jenkins-netflix-juc-speaker-interview/index.md"=>Awestruct::Page{ 40148640: output_path=>/content/jenkins-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-netflix-juc-speaker-interview/index.md, layout=>refresh }, "/content/jenkins-new-look/index.md"=>Awestruct::Page{ 39949700: output_path=>/content/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-new-look/index.md, layout=>refresh }, "/content/jenkins-next-week-juc-javaone-and-oh-my/index.html"=>Awestruct::Page{ 39754020: output_path=>/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, layout=>post }, "/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md"=>Awestruct::Page{ 39305100: output_path=>/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci/index.md"=>Awestruct::Page{ 39127620: output_path=>/content/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci-0/index.md"=>Awestruct::Page{ 38901980: output_path=>/content/jenkins-office-hours-dotci-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci-0/index.md, layout=>refresh }, "/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html"=>Awestruct::Page{ 38711660: output_path=>/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, layout=>post }, "/content/jenkins-project-meeting-meat-space-call-agenda/index.md"=>Awestruct::Page{ 38299200: output_path=>/content/jenkins-project-meeting-meat-space-call-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-project-meeting-meat-space-call-agenda/index.md, layout=>refresh }, "/content/jenkins-sao-paulo-meetup-weekend/index.md"=>Awestruct::Page{ 38220940: output_path=>/content/jenkins-sao-paulo-meetup-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sao-paulo-meetup-weekend/index.md, layout=>refresh }, "/content/jenkins-scalability-summit-recap/index.md"=>Awestruct::Page{ 38141720: output_path=>/content/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-scalability-summit-recap/index.md, layout=>refresh }, "/content/jenkins-sessions-javaone/index.md"=>Awestruct::Page{ 38057280: output_path=>/content/jenkins-sessions-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sessions-javaone/index.md, layout=>refresh }, "/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md"=>Awestruct::Page{ 37965940: output_path=>/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md, layout=>refresh }, "/content/jenkins-user-conference/index.md"=>Awestruct::Page{ 37888480: output_path=>/content/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference/index.md, layout=>refresh }, "/content/jenkins-user-conference-2012-paris/index.md"=>Awestruct::Page{ 37795920: output_path=>/content/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2012-paris/index.md, layout=>refresh }, "/content/jenkins-user-conference-2013-palo-alto-wrap/index.md"=>Awestruct::Page{ 37704200: output_path=>/content/jenkins-user-conference-2013-palo-alto-wrap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2013-palo-alto-wrap/index.md, layout=>refresh }, "/content/jenkins-user-conference-agenda-news/index.md"=>Awestruct::Page{ 37581920: output_path=>/content/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-agenda-news/index.md, layout=>refresh }, "/content/jenkins-user-conference-boston-around-corner/index.md"=>Awestruct::Page{ 37477600: output_path=>/content/jenkins-user-conference-boston-around-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-boston-around-corner/index.md, layout=>refresh }, "/content/jenkins-user-conference-call-papers/index.md"=>Awestruct::Page{ 37266480: output_path=>/content/jenkins-user-conference-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-completely-full/index.md"=>Awestruct::Page{ 36910260: output_path=>/content/jenkins-user-conference-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-completely-full/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel/index.md"=>Awestruct::Page{ 36582880: output_path=>/content/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-coming-june-6/index.md"=>Awestruct::Page{ 36242400: output_path=>/content/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-coming-june-6/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-summary/index.md"=>Awestruct::Page{ 35909220: output_path=>/content/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-palo-alto-2013/index.md"=>Awestruct::Page{ 35493020: output_path=>/content/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-palo-alto-2013/index.md, layout=>refresh }, "/content/jenkins-user-conference-paris-summary/index.md"=>Awestruct::Page{ 30464700: output_path=>/content/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-paris-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-san-francisco-call-papers/index.md"=>Awestruct::Page{ 31118160: output_path=>/content/jenkins-user-conference-san-francisco-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-san-francisco-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-west-day-1/index.md"=>Awestruct::Page{ 30982500: output_path=>/content/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-west-day-1/index.md, layout=>refresh }, "/content/jenkins-user-conference-–-save-date/index.md"=>Awestruct::Page{ 30845760: output_path=>/content/jenkins-user-conference-–-save-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-–-save-date/index.md, layout=>refresh }, "/content/jenkins-user-conferences-year/index.md"=>Awestruct::Page{ 30603520: output_path=>/content/jenkins-user-conferences-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conferences-year/index.md, layout=>refresh }, "/content/jenkins-user-event-code-camp-2014-copenhagen/index.md"=>Awestruct::Page{ 30120380: output_path=>/content/jenkins-user-event-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-code-camp-2014-copenhagen/index.md, layout=>refresh }, "/content/jenkins-user-event-copenhagen-september-6/index.md"=>Awestruct::Page{ 29953780: output_path=>/content/jenkins-user-event-copenhagen-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-copenhagen-september-6/index.md, layout=>refresh }, "/content/jenkins-user-event-cph/index.md"=>Awestruct::Page{ 29752180: output_path=>/content/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-cph/index.md, layout=>refresh }, "/content/jenkins-user-event-scandinavia-2015/index.md"=>Awestruct::Page{ 29462140: output_path=>/content/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-scandinavia-2015/index.md, layout=>refresh }, "/content/jenkins-user-meet-london/index.md"=>Awestruct::Page{ 28999440: output_path=>/content/jenkins-user-meet-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london/index.md, layout=>refresh }, "/content/jenkins-user-meet-london-0/index.md"=>Awestruct::Page{ 28560920: output_path=>/content/jenkins-user-meet-london-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london-0/index.md, layout=>refresh }, "/content/jenkins-user-meet-paris/index.md"=>Awestruct::Page{ 24379060: output_path=>/content/jenkins-user-meet-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-paris/index.md, layout=>refresh }, "/content/jenkins-won-sdtimes-100-2014/index.md"=>Awestruct::Page{ 23685400: output_path=>/content/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-won-sdtimes-100-2014/index.md, layout=>refresh }, "/content/jenkins-workflow-summit-rsvp/index.md"=>Awestruct::Page{ 21327000: output_path=>/content/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-workflow-summit-rsvp/index.md, layout=>refresh }, "/content/jira-migration-weekend/index.md"=>Awestruct::Page{ 19953380: output_path=>/content/jira-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jira-migration-weekend/index.md, layout=>refresh }, "/content/join-us-jenkins-20-contributor-summit/index.md"=>Awestruct::Page{ 19263060: output_path=>/content/join-us-jenkins-20-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/join-us-jenkins-20-contributor-summit/index.md, layout=>refresh }, "/content/jruby-branch-merged/index.md"=>Awestruct::Page{ 41027160: output_path=>/content/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged/index.md, layout=>refresh }, "/content/jruby-branch-merged-jenkins-master/index.md"=>Awestruct::Page{ 40823860: output_path=>/content/jruby-branch-merged-jenkins-master/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged-jenkins-master/index.md, layout=>refresh }, "/content/juc-2015-call-paper-deadlines-approaching/index.md"=>Awestruct::Page{ 40634500: output_path=>/content/juc-2015-call-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-2015-call-paper-deadlines-approaching/index.md, layout=>refresh }, "/content/juc-agenda-posted/index.md"=>Awestruct::Page{ 40441580: output_path=>/content/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-agenda-posted/index.md, layout=>refresh }, "/content/juc-berlin-summary/index.md"=>Awestruct::Page{ 40248220: output_path=>/content/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-berlin-summary/index.md, layout=>refresh }, "/content/juc-boston-what-day/index.md"=>Awestruct::Page{ 40059000: output_path=>/content/juc-boston-what-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-boston-what-day/index.md, layout=>refresh }, "/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md"=>Awestruct::Page{ 39841920: output_path=>/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md, layout=>refresh }, "/content/juc-europe-slides-and-video-are-now-available-online/index.md"=>Awestruct::Page{ 39655160: output_path=>/content/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-europe-sneak-peak-integrated-pipelines/index.md"=>Awestruct::Page{ 39486960: output_path=>/content/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-sneak-peak-integrated-pipelines/index.md, layout=>refresh }, "/content/juc-israel-report/index.md"=>Awestruct::Page{ 39302320: output_path=>/content/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-israel-report/index.md, layout=>refresh }, "/content/juc-sf-2014-here/index.md"=>Awestruct::Page{ 39116380: output_path=>/content/juc-sf-2014-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-sf-2014-here/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md"=>Awestruct::Page{ 38898380: output_path=>/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md"=>Awestruct::Page{ 38707280: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md"=>Awestruct::Page{ 38415000: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md"=>Awestruct::Page{ 38332400: output_path=>/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md"=>Awestruct::Page{ 38253820: output_path=>/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md"=>Awestruct::Page{ 38171620: output_path=>/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md"=>Awestruct::Page{ 38087060: output_path=>/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md"=>Awestruct::Page{ 37996500: output_path=>/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md"=>Awestruct::Page{ 37914320: output_path=>/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md"=>Awestruct::Page{ 37826020: output_path=>/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md"=>Awestruct::Page{ 37739580: output_path=>/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md"=>Awestruct::Page{ 37619320: output_path=>/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md"=>Awestruct::Page{ 37510180: output_path=>/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md"=>Awestruct::Page{ 37359080: output_path=>/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md"=>Awestruct::Page{ 37136860: output_path=>/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md"=>Awestruct::Page{ 36687500: output_path=>/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md"=>Awestruct::Page{ 36322840: output_path=>/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md, layout=>refresh }, "/content/juc-us-east-slides-and-video-are-now-available-online/index.md"=>Awestruct::Page{ 35999880: output_path=>/content/juc-us-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-east-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-us-west-news-agenda/index.md"=>Awestruct::Page{ 35596000: output_path=>/content/juc-us-west-news-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-west-news-agenda/index.md, layout=>refresh }, "/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md"=>Awestruct::Page{ 35247940: output_path=>/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md, layout=>refresh }, "/content/juseppe-custom-update-site-jenkins/index.md"=>Awestruct::Page{ 31148380: output_path=>/content/juseppe-custom-update-site-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juseppe-custom-update-site-jenkins/index.md, layout=>refresh }, "/content/just-month-left-until-juc-us-west/index.md"=>Awestruct::Page{ 31017620: output_path=>/content/just-month-left-until-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/just-month-left-until-juc-us-west/index.md, layout=>refresh }, "/content/keeping-your-configuration-and-data-subversion/index.md"=>Awestruct::Page{ 30874580: output_path=>/content/keeping-your-configuration-and-data-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/keeping-your-configuration-and-data-subversion/index.md, layout=>refresh }, "/content/kohsuke-leaves-sun/index.md"=>Awestruct::Page{ 30392820: output_path=>/content/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/kohsuke-leaves-sun/index.md, layout=>refresh }, "/content/learn-about-ci-hudson-sf-java-user-group/index.md"=>Awestruct::Page{ 30157000: output_path=>/content/learn-about-ci-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/learn-about-ci-hudson-sf-java-user-group/index.md, layout=>refresh }, "/content/lets-talk-about-hudson-javaone/index.md"=>Awestruct::Page{ 29986600: output_path=>/content/lets-talk-about-hudson-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/lets-talk-about-hudson-javaone/index.md, layout=>refresh }, "/content/links-2010-02-24/index.md"=>Awestruct::Page{ 29827860: output_path=>/content/links-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-24/index.md, layout=>refresh }, "/content/links-2010-02-25/index.md"=>Awestruct::Page{ 29532340: output_path=>/content/links-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-25/index.md, layout=>refresh }, "/content/links-2010-03-04/index.md"=>Awestruct::Page{ 29045120: output_path=>/content/links-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-04/index.md, layout=>refresh }, "/content/links-2010-03-12/index.md"=>Awestruct::Page{ 28585040: output_path=>/content/links-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-12/index.md, layout=>refresh }, "/content/links-2010-03-19/index.md"=>Awestruct::Page{ 24473040: output_path=>/content/links-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-19/index.md, layout=>refresh }, "/content/links-2010-03-23/index.md"=>Awestruct::Page{ 23729240: output_path=>/content/links-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-23/index.md, layout=>refresh }, "/content/links-2010-07-05/index.md"=>Awestruct::Page{ 21538240: output_path=>/content/links-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-07-05/index.md, layout=>refresh }, "/content/literate-builds-wtf/index.md"=>Awestruct::Page{ 20579700: output_path=>/content/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/literate-builds-wtf/index.md, layout=>refresh }, "/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md"=>Awestruct::Page{ 19085540: output_path=>/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md, layout=>refresh }, "/content/live-blog-kohsukes-presentation-javaone/index.md"=>Awestruct::Page{ 41044940: output_path=>/content/live-blog-kohsukes-presentation-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-kohsukes-presentation-javaone/index.md, layout=>refresh }, "/content/loaderio-plugin-developer-interview/index.md"=>Awestruct::Page{ 40851760: output_path=>/content/loaderio-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/loaderio-plugin-developer-interview/index.md, layout=>refresh }, "/content/los-altos-hackathon-friday/index.md"=>Awestruct::Page{ 40651720: output_path=>/content/los-altos-hackathon-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/los-altos-hackathon-friday/index.md, layout=>refresh }, "/content/mailing-lists/index.md"=>Awestruct::Page{ 40459060: output_path=>/content/mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mailing-lists/index.md, layout=>post }, "/content/maven-job-type-performance-improvements-maven-plugin-22/index.md"=>Awestruct::Page{ 39977560: output_path=>/content/maven-job-type-performance-improvements-maven-plugin-22/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/maven-job-type-performance-improvements-maven-plugin-22/index.md, layout=>refresh }, "/content/meet-and-hack-alongside-kohsuke-and-co/index.md"=>Awestruct::Page{ 39764240: output_path=>/content/meet-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-and-hack-alongside-kohsuke-and-co/index.md, layout=>refresh }, "/content/meet-community-juc/index.md"=>Awestruct::Page{ 39568060: output_path=>/content/meet-community-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-community-juc/index.md, layout=>refresh }, "/content/mirror-mirror-wall/index.md"=>Awestruct::Page{ 39409180: output_path=>/content/mirror-mirror-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirror-mirror-wall/index.md, layout=>refresh }, "/content/mirrors/index.md"=>Awestruct::Page{ 39213280: output_path=>/content/mirrors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirrors/index.md, layout=>post }, "/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md"=>Awestruct::Page{ 38709120: output_path=>/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md, layout=>refresh }, "/content/mobile-app-jenkins-user-conference-bay-area/index.md"=>Awestruct::Page{ 38415940: output_path=>/content/mobile-app-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mobile-app-jenkins-user-conference-bay-area/index.md, layout=>refresh }, "/content/monitor-hudson-your-android/index.md"=>Awestruct::Page{ 38332760: output_path=>/content/monitor-hudson-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/monitor-hudson-your-android/index.md, layout=>refresh }, "/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md"=>Awestruct::Page{ 38253220: output_path=>/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md, layout=>refresh }, "/content/more-scalable-slaves/index.md"=>Awestruct::Page{ 38169960: output_path=>/content/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-scalable-slaves/index.md, layout=>refresh }, "/content/munich-hackathon/index.md"=>Awestruct::Page{ 38085140: output_path=>/content/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/munich-hackathon/index.md, layout=>refresh }, "/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md"=>Awestruct::Page{ 37993760: output_path=>/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md, layout=>refresh }, "/content/new-blog-kohsuke/index.md"=>Awestruct::Page{ 37910760: output_path=>/content/new-blog-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-blog-kohsuke/index.md, layout=>refresh }, "/content/new-download-link-test/index.md"=>Awestruct::Page{ 37819800: output_path=>/content/new-download-link-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-download-link-test/index.md, layout=>post }, "/content/new-hudson-mailing-lists/index.md"=>Awestruct::Page{ 37559100: output_path=>/content/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-hudson-mailing-lists/index.md, layout=>refresh }, "/content/new-jenkins-releases-important-security-fixes/index.md"=>Awestruct::Page{ 37428240: output_path=>/content/new-jenkins-releases-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-jenkins-releases-important-security-fixes/index.md, layout=>refresh }, "/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md"=>Awestruct::Page{ 37249880: output_path=>/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md, layout=>refresh }, "/content/new-wiki-url-requirement-plugins/index.md"=>Awestruct::Page{ 36835280: output_path=>/content/new-wiki-url-requirement-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-wiki-url-requirement-plugins/index.md, layout=>refresh }, "/content/nyc-jenkins-user-conference-recap/index.md"=>Awestruct::Page{ 36489940: output_path=>/content/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/nyc-jenkins-user-conference-recap/index.md, layout=>refresh }, "/content/october-jams/index.md"=>Awestruct::Page{ 36149520: output_path=>/content/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/october-jams/index.md, layout=>refresh }, "/content/office-hour-form-handling-jenkins/index.md"=>Awestruct::Page{ 35790040: output_path=>/content/office-hour-form-handling-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-form-handling-jenkins/index.md, layout=>refresh }, "/content/office-hour-proposed-uiux-changes/index.md"=>Awestruct::Page{ 35386300: output_path=>/content/office-hour-proposed-uiux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-proposed-uiux-changes/index.md, layout=>refresh }, "/content/office-hours-are-back/index.md"=>Awestruct::Page{ 31209600: output_path=>/content/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-are-back/index.md, layout=>refresh }, "/content/office-hours-next-week-metadata-plugin/index.md"=>Awestruct::Page{ 31073040: output_path=>/content/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-next-week-metadata-plugin/index.md, layout=>refresh }, "/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md"=>Awestruct::Page{ 30933440: output_path=>/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md, layout=>refresh }, "/content/office-hours-week-git-plugin-refactoring/index.md"=>Awestruct::Page{ 30517240: output_path=>/content/office-hours-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-week-git-plugin-refactoring/index.md, layout=>refresh }, "/content/official-jenkins-lts-docker-image/index.md"=>Awestruct::Page{ 30289500: output_path=>/content/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/official-jenkins-lts-docker-image/index.md, layout=>refresh }, "/content/one-month-continuous-blog/index.md"=>Awestruct::Page{ 30063000: output_path=>/content/one-month-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/one-month-continuous-blog/index.md, layout=>refresh }, "/content/other-events-juc-visitors-cd-seminar/index.md"=>Awestruct::Page{ 29893180: output_path=>/content/other-events-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/other-events-juc-visitors-cd-seminar/index.md, layout=>refresh }, "/content/performance-improvements-1346/index.md"=>Awestruct::Page{ 29670500: output_path=>/content/performance-improvements-1346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/performance-improvements-1346/index.md, layout=>refresh }, "/content/pictures-juc-and-cdsummit/index.md"=>Awestruct::Page{ 29230340: output_path=>/content/pictures-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pictures-juc-and-cdsummit/index.md, layout=>refresh }, "/content/pipeline-code-multibranch-workflows-jenkins/index.md"=>Awestruct::Page{ 28726460: output_path=>/content/pipeline-code-multibranch-workflows-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pipeline-code-multibranch-workflows-jenkins/index.md, layout=>refresh }, "/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md"=>Awestruct::Page{ 24636340: output_path=>/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md, layout=>refresh }, "/content/plugin-spotlight-version-column-plugin/index.md"=>Awestruct::Page{ 24081880: output_path=>/content/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/plugin-spotlight-version-column-plugin/index.md, layout=>refresh }, "/content/polls-are-open-jenkins-logo-contest/index.md"=>Awestruct::Page{ 23260600: output_path=>/content/polls-are-open-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/polls-are-open-jenkins-logo-contest/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup/index.md"=>Awestruct::Page{ 20697680: output_path=>/content/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup-redux/index.md"=>Awestruct::Page{ 19415900: output_path=>/content/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup-redux/index.md, layout=>refresh }, "/content/pre-tested-commits-git/index.md"=>Awestruct::Page{ 37405160: output_path=>/content/pre-tested-commits-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-tested-commits-git/index.md, layout=>refresh }, "/content/python-love-story-virtualenv-and-hudson/index.md"=>Awestruct::Page{ 40906380: output_path=>/content/python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/python-love-story-virtualenv-and-hudson/index.md, layout=>refresh }, "/content/quiet-period-feature/index.md"=>Awestruct::Page{ 40721300: output_path=>/content/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/quiet-period-feature/index.md, layout=>refresh }, "/content/recap-hackathon-part-one/index.md"=>Awestruct::Page{ 40521700: output_path=>/content/recap-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recap-hackathon-part-one/index.md, layout=>refresh }, "/content/recent-label-and-matrix-project-improvement/index.md"=>Awestruct::Page{ 40318320: output_path=>/content/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recent-label-and-matrix-project-improvement/index.md, layout=>refresh }, "/content/reducing-threads-jenkins-ssh-slaves/index.md"=>Awestruct::Page{ 40113180: output_path=>/content/reducing-threads-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reducing-threads-jenkins-ssh-slaves/index.md, layout=>refresh }, "/content/regarding-start-april/index.md"=>Awestruct::Page{ 39928000: output_path=>/content/regarding-start-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/regarding-start-april/index.md, layout=>refresh }, "/content/registration-call-papers-open-juc-palo-alto/index.md"=>Awestruct::Page{ 39740520: output_path=>/content/registration-call-papers-open-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-call-papers-open-juc-palo-alto/index.md, layout=>refresh }, "/content/registration-juc-2015-open/index.md"=>Awestruct::Page{ 39509400: output_path=>/content/registration-juc-2015-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-juc-2015-open/index.md, layout=>refresh }, "/content/reinforcements-subversion-plugin/index.md"=>Awestruct::Page{ 39366440: output_path=>/content/reinforcements-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reinforcements-subversion-plugin/index.md, layout=>refresh }, "/content/release-candidate/index.html"=>Awestruct::Page{ 39162340: output_path=>/content/release-candidate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/release-candidate/index.html, layout=>post }, "/content/report-bugs-and-win-kindle/index.md"=>Awestruct::Page{ 38469220: output_path=>/content/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-bugs-and-win-kindle/index.md, layout=>refresh }, "/content/report-intro-jenkins-meet-copenhagen/index.md"=>Awestruct::Page{ 38389160: output_path=>/content/report-intro-jenkins-meet-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-intro-jenkins-meet-copenhagen/index.md, layout=>refresh }, "/content/report-jenkins-meet-seoul/index.md"=>Awestruct::Page{ 38307320: output_path=>/content/report-jenkins-meet-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-jenkins-meet-seoul/index.md, layout=>refresh }, "/content/resurgence-releng/index.md"=>Awestruct::Page{ 38225680: output_path=>/content/resurgence-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/resurgence-releng/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5122011/index.md"=>Awestruct::Page{ 38144220: output_path=>/content/ruby-plugins-hack-session-5122011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5122011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5272011/index.md"=>Awestruct::Page{ 38058260: output_path=>/content/ruby-plugins-hack-session-5272011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5272011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-notes-6232011/index.md"=>Awestruct::Page{ 37963820: output_path=>/content/ruby-plugins-hack-session-notes-6232011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-notes-6232011/index.md, layout=>refresh }, "/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md"=>Awestruct::Page{ 37883500: output_path=>/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md, layout=>refresh }, "/content/saturday-night-drink/index.md"=>Awestruct::Page{ 37788780: output_path=>/content/saturday-night-drink/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/saturday-night-drink/index.md, layout=>refresh }, "/content/screencast-python-hudson-part-1/index.md"=>Awestruct::Page{ 37696840: output_path=>/content/screencast-python-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/screencast-python-hudson-part-1/index.md, layout=>refresh }, "/content/security-fix-hudson-1365-released/index.md"=>Awestruct::Page{ 37573000: output_path=>/content/security-fix-hudson-1365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-fix-hudson-1365-released/index.md, layout=>refresh }, "/content/security-updates-released-today/index.md"=>Awestruct::Page{ 37466280: output_path=>/content/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-updates-released-today/index.md, layout=>refresh }, "/content/slaves-building-robots/index.md"=>Awestruct::Page{ 37254180: output_path=>/content/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/slaves-building-robots/index.md, layout=>refresh }, "/content/so-youve-found-vulnerability-now-what/index.md"=>Awestruct::Page{ 36848700: output_path=>/content/so-youve-found-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/so-youve-found-vulnerability-now-what/index.md, layout=>refresh }, "/content/sonatype-freeing-projects-javanets-maven-repo/index.md"=>Awestruct::Page{ 36495180: output_path=>/content/sonatype-freeing-projects-javanets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sonatype-freeing-projects-javanets-maven-repo/index.md, layout=>refresh }, "/content/sponsor-jenkins-bugs-freedom-sponsors/index.md"=>Awestruct::Page{ 36168880: output_path=>/content/sponsor-jenkins-bugs-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-bugs-freedom-sponsors/index.md, layout=>refresh }, "/content/sponsor-jenkins-user-conference/index.md"=>Awestruct::Page{ 35810460: output_path=>/content/sponsor-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-user-conference/index.md, layout=>refresh }, "/content/spotlight-ita-software/index.md"=>Awestruct::Page{ 35387840: output_path=>/content/spotlight-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-ita-software/index.md, layout=>refresh }, "/content/spotlight-springsource/index.md"=>Awestruct::Page{ 31210360: output_path=>/content/spotlight-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-springsource/index.md, layout=>refresh }, "/content/spotlight-visfleet/index.md"=>Awestruct::Page{ 31071700: output_path=>/content/spotlight-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-visfleet/index.md, layout=>refresh }, "/content/start-your-own-jenkins-meetup-10-easy-steps/index.md"=>Awestruct::Page{ 30931160: output_path=>/content/start-your-own-jenkins-meetup-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/start-your-own-jenkins-meetup-10-easy-steps/index.md, layout=>refresh }, "/content/state-jenkins-project/index.md"=>Awestruct::Page{ 30496520: output_path=>/content/state-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/state-jenkins-project/index.md, layout=>refresh }, "/content/stickers-starting-arrive/index.md"=>Awestruct::Page{ 30278820: output_path=>/content/stickers-starting-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/stickers-starting-arrive/index.md, layout=>refresh }, "/content/subversion-repository-change-notification-push-vs-pull/index.md"=>Awestruct::Page{ 30056860: output_path=>/content/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/subversion-repository-change-notification-push-vs-pull/index.md, layout=>refresh }, "/content/summary-report-git-repository-disruption-incident-nov-10th/index.md"=>Awestruct::Page{ 29875760: output_path=>/content/summary-report-git-repository-disruption-incident-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/summary-report-git-repository-disruption-incident-nov-10th/index.md, layout=>refresh }, "/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md"=>Awestruct::Page{ 29645480: output_path=>/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md, layout=>refresh }, "/content/take-jenkins-survey/index.md"=>Awestruct::Page{ 29193040: output_path=>/content/take-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/take-jenkins-survey/index.md, layout=>refresh }, "/content/thank-you-downloading-os-x-installer/index.html.haml"=>Awestruct::Page{ 28700100: output_path=>/content/thank-you-downloading-os-x-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-os-x-installer/index.html.haml, layout=>post }, "/content/thank-you-downloading-windows-installer/index.html.haml"=>Awestruct::Page{ 23625840: output_path=>/content/thank-you-downloading-windows-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-windows-installer/index.html.haml, layout=>post }, "/content/thank-you-page-windowsos-x-installers/index.md"=>Awestruct::Page{ 19396140: output_path=>/content/thank-you-page-windowsos-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-page-windowsos-x-installers/index.md, layout=>refresh }, "/content/thanks-help/index.md"=>Awestruct::Page{ 40988820: output_path=>/content/thanks-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-help/index.md, layout=>refresh }, "/content/thanks-support-pagerduty/index.md"=>Awestruct::Page{ 40547040: output_path=>/content/thanks-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-support-pagerduty/index.md, layout=>refresh }, "/content/thinking-about-moving-servlet-30/index.md"=>Awestruct::Page{ 40149120: output_path=>/content/thinking-about-moving-servlet-30/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thinking-about-moving-servlet-30/index.md, layout=>refresh }, "/content/tweet-day/index.md"=>Awestruct::Page{ 39719520: output_path=>/content/tweet-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tweet-day/index.md, layout=>refresh }, "/content/two-weeks-till-jenkins-user-conference-berlin/index.md"=>Awestruct::Page{ 39301720: output_path=>/content/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/two-weeks-till-jenkins-user-conference-berlin/index.md, layout=>refresh }, "/content/upcoming-events-june-and-early-july/index.md"=>Awestruct::Page{ 38796340: output_path=>/content/upcoming-events-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-events-june-and-early-july/index.md, layout=>refresh }, "/content/upcoming-jenkins-events-tokyo/index.md"=>Awestruct::Page{ 38375200: output_path=>/content/upcoming-jenkins-events-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-events-tokyo/index.md, layout=>refresh }, "/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md"=>Awestruct::Page{ 38209880: output_path=>/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md, layout=>refresh }, "/content/upcoming-office-hour-kubernetes/index.md"=>Awestruct::Page{ 38017240: output_path=>/content/upcoming-office-hour-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-kubernetes/index.md, layout=>refresh }, "/content/upcoming-office-hour-workflow/index.md"=>Awestruct::Page{ 37830400: output_path=>/content/upcoming-office-hour-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-workflow/index.md, layout=>refresh }, "/content/upcoming-office-hours-fosdem-planning-session/index.md"=>Awestruct::Page{ 37600340: output_path=>/content/upcoming-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-fosdem-planning-session/index.md, layout=>refresh }, "/content/upcoming-office-hours-jenkins-20/index.md"=>Awestruct::Page{ 37263260: output_path=>/content/upcoming-office-hours-jenkins-20/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-jenkins-20/index.md, layout=>refresh }, "/content/update-wiki-and-issue-tracker-outage/index.md"=>Awestruct::Page{ 36578000: output_path=>/content/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/update-wiki-and-issue-tracker-outage/index.md, layout=>refresh }, "/content/updated-chrome-extension/index.md"=>Awestruct::Page{ 35812660: output_path=>/content/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-chrome-extension/index.md, layout=>refresh }, "/content/updated-usage-stats-available/index.md"=>Awestruct::Page{ 31193440: output_path=>/content/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-usage-stats-available/index.md, layout=>refresh }, "/content/user-interface-refresh/index.md"=>Awestruct::Page{ 30910020: output_path=>/content/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/user-interface-refresh/index.md, layout=>refresh }, "/content/video-kohsuke-talks-hudson-otn/index.md"=>Awestruct::Page{ 30164660: output_path=>/content/video-kohsuke-talks-hudson-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/video-kohsuke-talks-hudson-otn/index.md, layout=>refresh }, "/content/volume-9-jenkins-newsletter-continuous-information-out/index.md"=>Awestruct::Page{ 29768400: output_path=>/content/volume-9-jenkins-newsletter-continuous-information-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volume-9-jenkins-newsletter-continuous-information-out/index.md, layout=>refresh }, "/content/volunteers-needed-juc-sf/index.md"=>Awestruct::Page{ 28880300: output_path=>/content/volunteers-needed-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volunteers-needed-juc-sf/index.md, layout=>refresh }, "/content/want-some-hudson-stickers/index.md"=>Awestruct::Page{ 24256540: output_path=>/content/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/want-some-hudson-stickers/index.md, layout=>refresh }, "/content/week-plugins/index.md"=>Awestruct::Page{ 21158000: output_path=>/content/week-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins/index.md, layout=>refresh }, "/content/week-plugins-0/index.md"=>Awestruct::Page{ 19241660: output_path=>/content/week-plugins-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-0/index.md, layout=>refresh }, "/content/week-plugins-1/index.md"=>Awestruct::Page{ 20941800: output_path=>/content/week-plugins-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-1/index.md, layout=>refresh }, "/content/week-plugins-2/index.md"=>Awestruct::Page{ 24133320: output_path=>/content/week-plugins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-2/index.md, layout=>refresh }, "/content/week-plugins-3/index.md"=>Awestruct::Page{ 28963580: output_path=>/content/week-plugins-3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-3/index.md, layout=>refresh }, "/content/week-plugins-4/index.md"=>Awestruct::Page{ 29776240: output_path=>/content/week-plugins-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-4/index.md, layout=>refresh }, "/content/weekend-update-andrew-bayer/index.md"=>Awestruct::Page{ 30116880: output_path=>/content/weekend-update-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/weekend-update-andrew-bayer/index.md, layout=>refresh }, "/content/welcome-continuous-blog/index.md"=>Awestruct::Page{ 30825360: output_path=>/content/welcome-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-continuous-blog/index.md, layout=>refresh }, "/content/welcome-hudson-labs/index.md"=>Awestruct::Page{ 31033200: output_path=>/content/welcome-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-hudson-labs/index.md, layout=>refresh }, "/content/what-jvm-versions-are-running-jenkins/index.md"=>Awestruct::Page{ 35406620: output_path=>/content/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-jvm-versions-are-running-jenkins/index.md, layout=>refresh }, "/content/what-new-features-do-you-want-see/index.md"=>Awestruct::Page{ 36174560: output_path=>/content/what-new-features-do-you-want-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-new-features-do-you-want-see/index.md, layout=>refresh }, "/content/whats-going-hudsons-infrastructure/index.md"=>Awestruct::Page{ 36767260: output_path=>/content/whats-going-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whats-going-hudsons-infrastructure/index.md, layout=>refresh }, "/content/whos-driving-thing/index.md"=>Awestruct::Page{ 37465600: output_path=>/content/whos-driving-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whos-driving-thing/index.md, layout=>refresh }, "/content/why-does-jenkins-have-blue-balls/index.md"=>Awestruct::Page{ 37699400: output_path=>/content/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/why-does-jenkins-have-blue-balls/index.md, layout=>refresh }, "/content/wiki-and-issue-tracker-outage-over-weekend/index.md"=>Awestruct::Page{ 37815200: output_path=>/content/wiki-and-issue-tracker-outage-over-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-and-issue-tracker-outage-over-weekend/index.md, layout=>refresh }, "/content/wiki-performance-improvement/index.html"=>Awestruct::Page{ 37990100: output_path=>/content/wiki-performance-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-performance-improvement/index.html, layout=>post }, "/content/windows-installers-are-now-available/index.md"=>Awestruct::Page{ 38434500: output_path=>/content/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/windows-installers-are-now-available/index.md, layout=>refresh }, "/content/winners-docker-global-hack-day-3-are/index.md"=>Awestruct::Page{ 38783840: output_path=>/content/winners-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/winners-docker-global-hack-day-3-are/index.md, layout=>refresh }, "/content/workflow-best-practices-and-examples-repo-github/index.md"=>Awestruct::Page{ 39273560: output_path=>/content/workflow-best-practices-and-examples-repo-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-best-practices-and-examples-repo-github/index.md, layout=>refresh }, "/content/workflow-plugin-10/index.md"=>Awestruct::Page{ 39511820: output_path=>/content/workflow-plugin-10/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-10/index.md, layout=>refresh }, "/content/workflow-plugin-code-walk-through/index.md"=>Awestruct::Page{ 39933700: output_path=>/content/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-code-walk-through/index.md, layout=>refresh }, "/content/workflow-plugin-tutorial-writing-step-impl/index.md"=>Awestruct::Page{ 40372920: output_path=>/content/workflow-plugin-tutorial-writing-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-tutorial-writing-step-impl/index.md, layout=>refresh }, "/content/would-you-ok/index.md"=>Awestruct::Page{ 40648740: output_path=>/content/would-you-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-ok/index.md, layout=>refresh }, "/content/would-you-run-hudson-cloud/index.md"=>Awestruct::Page{ 41047760: output_path=>/content/would-you-run-hudson-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-run-hudson-cloud/index.md, layout=>refresh }, "/content/your-java-web-start-slaves-will-be-always-clean/index.md"=>Awestruct::Page{ 40984580: output_path=>/content/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/your-java-web-start-slaves-will-be-always-clean/index.md, layout=>refresh }, "/css/download.css"=>Awestruct::Page{ 40771000: output_path=>/css/download.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/download.css, layout=> }, "/css/font-awesome.css"=>Awestruct::Page{ 40754080: output_path=>/css/font-awesome.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css, layout=> }, "/css/font-awesome.css.map"=>Awestruct::Page{ 40729200: output_path=>/css/font-awesome.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css.map, layout=> }, "/css/font-awesome.min.css"=>Awestruct::Page{ 40719980: output_path=>/css/font-awesome.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.min.css, layout=> }, "/css/font-icons.css"=>Awestruct::Page{ 40700780: output_path=>/css/font-icons.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-icons.css, layout=> }, "/css/fonts/icomoon.eot"=>Awestruct::Page{ 40638000: output_path=>/css/fonts/icomoon.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.eot, layout=> }, "/css/fonts/icomoon.svg"=>Awestruct::Page{ 40610660: output_path=>/css/fonts/icomoon.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.svg, layout=> }, "/css/fonts/icomoon.ttf"=>Awestruct::Page{ 40601460: output_path=>/css/fonts/icomoon.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.ttf, layout=> }, "/css/fonts/icomoon.woff"=>Awestruct::Page{ 40592160: output_path=>/css/fonts/icomoon.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.woff, layout=> }, "/css/jenkins.css"=>Awestruct::Page{ 40540140: output_path=>/css/jenkins.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/jenkins.css, layout=> }, "/css/lib.css"=>Awestruct::Page{ 40523400: output_path=>/css/lib.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/lib.css, layout=> }, "/css/ribbon.css"=>Awestruct::Page{ 40514160: output_path=>/css/ribbon.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/ribbon.css, layout=> }, "/css/style.css"=>Awestruct::Page{ 40480240: output_path=>/css/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/style.css, layout=> }, "/doc/book/appendix/advanced-installation.adoc"=>Awestruct::Page{ 40299180: output_path=>/doc/book/appendix/advanced-installation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/advanced-installation.adoc, layout=>section }, "/doc/book/appendix/chapter.yml"=>Awestruct::Page{ 39618620: output_path=>/doc/book/appendix/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/chapter.yml, layout=> }, "/doc/book/appendix/index.adoc"=>Awestruct::Page{ 39497380: output_path=>/doc/book/appendix/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/index.adoc, layout=>chapter }, "/doc/book/architecting-for-manageability.adoc"=>Awestruct::Page{ 38471760: output_path=>/doc/book/architecting-for-manageability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-manageability.adoc, layout=>documentation }, "/doc/book/architecting-for-scale.adoc"=>Awestruct::Page{ 38124500: output_path=>/doc/book/architecting-for-scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-scale.adoc, layout=>documentation }, "/doc/book/best-practice/chapter.yml"=>Awestruct::Page{ 37896740: output_path=>/doc/book/best-practice/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/chapter.yml, layout=> }, "/doc/book/best-practice/index.adoc"=>Awestruct::Page{ 37848680: output_path=>/doc/book/best-practice/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/index.adoc, layout=>chapter }, "/doc/book/book.yml"=>Awestruct::Page{ 37482240: output_path=>/doc/book/book.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/book.yml, layout=> }, "/doc/book/getting-started/chapter.yml"=>Awestruct::Page{ 37462720: output_path=>/doc/book/getting-started/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/chapter.yml, layout=> }, "/doc/book/getting-started/index.adoc"=>Awestruct::Page{ 37293360: output_path=>/doc/book/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/index.adoc, layout=>chapter }, "/doc/book/getting-started/installing.adoc"=>Awestruct::Page{ 35888700: output_path=>/doc/book/getting-started/installing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/installing.adoc, layout=>section }, "/doc/book/glossary/chapter.yml"=>Awestruct::Page{ 31042080: output_path=>/doc/book/glossary/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/chapter.yml, layout=> }, "/doc/book/glossary/index.adoc"=>Awestruct::Page{ 30930160: output_path=>/doc/book/glossary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/index.adoc, layout=>chapter }, "/doc/book/hardware-recommendations.adoc"=>Awestruct::Page{ 29896500: output_path=>/doc/book/hardware-recommendations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/hardware-recommendations.adoc, layout=>documentation }, "/doc/book/index.html.haml"=>Awestruct::Page{ 28997620: output_path=>/doc/book/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/index.html.haml, layout=>documentation }, "/doc/book/managing/chapter.yml"=>Awestruct::Page{ 24014220: output_path=>/doc/book/managing/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/chapter.yml, layout=> }, "/doc/book/managing/cli.adoc"=>Awestruct::Page{ 23106340: output_path=>/doc/book/managing/cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/cli.adoc, layout=>section }, "/doc/book/managing/index.adoc"=>Awestruct::Page{ 40905920: output_path=>/doc/book/managing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/index.adoc, layout=>chapter }, "/doc/book/managing/nodes.adoc"=>Awestruct::Page{ 40143120: output_path=>/doc/book/managing/nodes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/nodes.adoc, layout=>section }, "/doc/book/managing/plugins.adoc"=>Awestruct::Page{ 39302700: output_path=>/doc/book/managing/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/plugins.adoc, layout=>section }, "/doc/book/managing/script-console.adoc"=>Awestruct::Page{ 38418720: output_path=>/doc/book/managing/script-console/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/script-console.adoc, layout=>section }, "/doc/book/managing/security.adoc"=>Awestruct::Page{ 38033880: output_path=>/doc/book/managing/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/security.adoc, layout=>section }, "/doc/book/managing/system-configuration.adoc"=>Awestruct::Page{ 37688080: output_path=>/doc/book/managing/system-configuration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/system-configuration.adoc, layout=>section }, "/doc/book/managing/tools.adoc"=>Awestruct::Page{ 36812060: output_path=>/doc/book/managing/tools/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/tools.adoc, layout=>section }, "/doc/book/managing/users.adoc"=>Awestruct::Page{ 35431120: output_path=>/doc/book/managing/users/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/users.adoc, layout=>section }, "/doc/book/operating/backing-up.adoc"=>Awestruct::Page{ 30521680: output_path=>/doc/book/operating/backing-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/backing-up.adoc, layout=>section }, "/doc/book/operating/chapter.yml"=>Awestruct::Page{ 29813340: output_path=>/doc/book/operating/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/chapter.yml, layout=> }, "/doc/book/operating/index.adoc"=>Awestruct::Page{ 29673640: output_path=>/doc/book/operating/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/index.adoc, layout=>chapter }, "/doc/book/operating/monitoring.adoc"=>Awestruct::Page{ 24208200: output_path=>/doc/book/operating/monitoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/monitoring.adoc, layout=>section }, "/doc/book/operating/security.adoc"=>Awestruct::Page{ 41062720: output_path=>/doc/book/operating/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/security.adoc, layout=>documentation }, "/doc/book/operating/with-chef.adoc"=>Awestruct::Page{ 40519800: output_path=>/doc/book/operating/with-chef/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-chef.adoc, layout=>section }, "/doc/book/operating/with-puppet.adoc"=>Awestruct::Page{ 39744120: output_path=>/doc/book/operating/with-puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-puppet.adoc, layout=>section }, "/doc/book/organizaton-folders.adoc"=>Awestruct::Page{ 38960420: output_path=>/doc/book/organizaton-folders/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/organizaton-folders.adoc, layout=>documentation }, "/doc/book/pipeline/chapter.yml"=>Awestruct::Page{ 38378840: output_path=>/doc/book/pipeline/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/chapter.yml, layout=> }, "/doc/book/pipeline/getting-started.adoc"=>Awestruct::Page{ 38298820: output_path=>/doc/book/pipeline/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/getting-started.adoc, layout=>section }, "/doc/book/pipeline/index.adoc"=>Awestruct::Page{ 37943200: output_path=>/doc/book/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/index.adoc, layout=>chapter }, "/doc/book/pipeline/jenkinsfile.adoc"=>Awestruct::Page{ 37472080: output_path=>/doc/book/pipeline/jenkinsfile/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/jenkinsfile.adoc, layout=>section }, "/doc/book/pipeline/multibranch.adoc"=>Awestruct::Page{ 36167960: output_path=>/doc/book/pipeline/multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/multibranch.adoc, layout=>section }, "/doc/book/pipeline/overview.adoc"=>Awestruct::Page{ 31147360: output_path=>/doc/book/pipeline/overview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/overview.adoc, layout=>refresh }, "/doc/book/pipeline/shared-libraries.adoc"=>Awestruct::Page{ 30525620: output_path=>/doc/book/pipeline/shared-libraries/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/shared-libraries.adoc, layout=>section }, "/doc/book/pipeline/syntax.adoc"=>Awestruct::Page{ 29031140: output_path=>/doc/book/pipeline/syntax/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/syntax.adoc, layout=>section }, "/doc/book/pipeline-as-code.adoc"=>Awestruct::Page{ 20633020: output_path=>/doc/book/pipeline-as-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline-as-code.adoc, layout=>documentation }, "/doc/book/resources/hardware-recommendations/jenkins.png"=>Awestruct::Page{ 40891200: output_path=>/doc/book/resources/hardware-recommendations/jenkins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jenkins.png, layout=> }, "/doc/book/resources/hardware-recommendations/jnlp-slave.png"=>Awestruct::Page{ 40873360: output_path=>/doc/book/resources/hardware-recommendations/jnlp-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jnlp-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/master-slave.png"=>Awestruct::Page{ 40828640: output_path=>/doc/book/resources/hardware-recommendations/master-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/master-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/netflix-arch.png"=>Awestruct::Page{ 40809340: output_path=>/doc/book/resources/hardware-recommendations/netflix-arch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/netflix-arch.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNode.png"=>Awestruct::Page{ 40782460: output_path=>/doc/book/resources/hardware-recommendations/newNode.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNode.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNodeConfigPage.png"=>Awestruct::Page{ 40764060: output_path=>/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, layout=> }, "/doc/book/resources/hardware-recommendations/yahoo-architecture.png"=>Awestruct::Page{ 40729720: output_path=>/doc/book/resources/hardware-recommendations/yahoo-architecture.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/yahoo-architecture.png, layout=> }, "/doc/book/resources/managing/cli-adding-ssh-public-keys.png"=>Awestruct::Page{ 40699860: output_path=>/doc/book/resources/managing/cli-adding-ssh-public-keys.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/cli-adding-ssh-public-keys.png, layout=> }, "/doc/book/resources/managing/configure-global-security-access-control-rules.png"=>Awestruct::Page{ 40651460: output_path=>/doc/book/resources/managing/configure-global-security-access-control-rules.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-access-control-rules.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-agent-master.png"=>Awestruct::Page{ 40614980: output_path=>/doc/book/resources/managing/configure-global-security-enable-agent-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-agent-master.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-security.png"=>Awestruct::Page{ 40604440: output_path=>/doc/book/resources/managing/configure-global-security-enable-security.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-security.png, layout=> }, "/doc/book/resources/managing/configure-global-security-matrix-authorization.png"=>Awestruct::Page{ 40594360: output_path=>/doc/book/resources/managing/configure-global-security-matrix-authorization.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-matrix-authorization.png, layout=> }, "/doc/book/resources/managing/configure-global-security-prevent-csrf.png"=>Awestruct::Page{ 40541180: output_path=>/doc/book/resources/managing/configure-global-security-prevent-csrf.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-prevent-csrf.png, layout=> }, "/doc/book/resources/managing/configure-global-security-whitelist-commands.png"=>Awestruct::Page{ 40522720: output_path=>/doc/book/resources/managing/configure-global-security-whitelist-commands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-whitelist-commands.png, layout=> }, "/doc/book/resources/managing/plugin-manager-available.png"=>Awestruct::Page{ 40512100: output_path=>/doc/book/resources/managing/plugin-manager-available.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-available.png, layout=> }, "/doc/book/resources/managing/plugin-manager-disable.png"=>Awestruct::Page{ 40459240: output_path=>/doc/book/resources/managing/plugin-manager-disable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-disable.png, layout=> }, "/doc/book/resources/managing/plugin-manager-uninstall.png"=>Awestruct::Page{ 40439200: output_path=>/doc/book/resources/managing/plugin-manager-uninstall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-uninstall.png, layout=> }, "/doc/book/resources/managing/plugin-manager-update.png"=>Awestruct::Page{ 40412920: output_path=>/doc/book/resources/managing/plugin-manager-update.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-update.png, layout=> }, "/doc/book/resources/managing/plugin-manager-upload.png"=>Awestruct::Page{ 40377780: output_path=>/doc/book/resources/managing/plugin-manager-upload.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-upload.png, layout=> }, "/doc/book/resources/pipeline/build-now.png"=>Awestruct::Page{ 40333660: output_path=>/doc/book/resources/pipeline/build-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/build-now.png, layout=> }, "/doc/book/resources/pipeline/hello-world-console-output.png"=>Awestruct::Page{ 40304040: output_path=>/doc/book/resources/pipeline/hello-world-console-output.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-console-output.png, layout=> }, "/doc/book/resources/pipeline/hello-world-script.png"=>Awestruct::Page{ 40285820: output_path=>/doc/book/resources/pipeline/hello-world-script.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-script.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-indexing.png"=>Awestruct::Page{ 40251160: output_path=>/doc/book/resources/pipeline/multibranch-branch-indexing.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-indexing.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source-configuration.png"=>Awestruct::Page{ 40214020: output_path=>/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source.png"=>Awestruct::Page{ 40202760: output_path=>/doc/book/resources/pipeline/multibranch-branch-source.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source.png, layout=> }, "/doc/book/resources/pipeline/new-item-creation.png"=>Awestruct::Page{ 40177100: output_path=>/doc/book/resources/pipeline/new-item-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-multibranch-creation.png"=>Awestruct::Page{ 40148000: output_path=>/doc/book/resources/pipeline/new-item-multibranch-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-multibranch-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-selection.png"=>Awestruct::Page{ 40108520: output_path=>/doc/book/resources/pipeline/new-item-selection.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-selection.png, layout=> }, "/doc/book/resources/pipeline/pipeline-syntax-sidebar.png"=>Awestruct::Page{ 40090120: output_path=>/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, layout=> }, "/doc/book/resources/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 40064400: output_path=>/doc/book/resources/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/realworld-pipeline-flow.png, layout=> }, "/doc/book/resources/pipeline/snippet-generator.png"=>Awestruct::Page{ 40030060: output_path=>/doc/book/resources/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/snippet-generator.png, layout=> }, "/doc/book/resources/pipeline-as-code/fingerprinting.png"=>Awestruct::Page{ 39986640: output_path=>/doc/book/resources/pipeline-as-code/fingerprinting.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/fingerprinting.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png"=>Awestruct::Page{ 39978360: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-log.png"=>Awestruct::Page{ 39931900: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-log.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-log.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-main.png"=>Awestruct::Page{ 39906320: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-main.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-main.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-icon.png"=>Awestruct::Page{ 39868340: output_path=>/doc/book/resources/pipeline-as-code/folder-icon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-icon.png, layout=> }, "/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png"=>Awestruct::Page{ 39842220: output_path=>/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot1.png"=>Awestruct::Page{ 39832980: output_path=>/doc/book/resources/pipeline-as-code/screenshot1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot1.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot2.png"=>Awestruct::Page{ 39805940: output_path=>/doc/book/resources/pipeline-as-code/screenshot2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot2.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot3.png"=>Awestruct::Page{ 39770100: output_path=>/doc/book/resources/pipeline-as-code/screenshot3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot3.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot4.png"=>Awestruct::Page{ 39749880: output_path=>/doc/book/resources/pipeline-as-code/screenshot4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot4.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot5.png"=>Awestruct::Page{ 39740240: output_path=>/doc/book/resources/pipeline-as-code/screenshot5.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot5.png, layout=> }, "/doc/book/resources/pipeline-as-code/stage-concurrency.png"=>Awestruct::Page{ 39704580: output_path=>/doc/book/resources/pipeline-as-code/stage-concurrency.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/stage-concurrency.png, layout=> }, "/doc/book/resources/pipeline-as-code/workflow-big-responsive.png"=>Awestruct::Page{ 39666880: output_path=>/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, layout=> }, "/doc/book/scaling/chapter.yml"=>Awestruct::Page{ 39624660: output_path=>/doc/book/scaling/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/chapter.yml, layout=> }, "/doc/book/scaling/index.adoc"=>Awestruct::Page{ 39501860: output_path=>/doc/book/scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/index.adoc, layout=>chapter }, "/doc/book/securing-jenkins.html.haml"=>Awestruct::Page{ 38795660: output_path=>/doc/book/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/securing-jenkins.html.haml, layout=>refresh }, "/doc/book/use-case/chapter.yml"=>Awestruct::Page{ 38467040: output_path=>/doc/book/use-case/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/chapter.yml, layout=> }, "/doc/book/use-case/dotnet.adoc"=>Awestruct::Page{ 38423720: output_path=>/doc/book/use-case/dotnet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/dotnet.adoc, layout=>section }, "/doc/book/use-case/index.adoc"=>Awestruct::Page{ 38093800: output_path=>/doc/book/use-case/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/index.adoc, layout=>chapter }, "/doc/book/use-case/java.adoc"=>Awestruct::Page{ 37757000: output_path=>/doc/book/use-case/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/java.adoc, layout=>section }, "/doc/book/use-case/python.adoc"=>Awestruct::Page{ 37188600: output_path=>/doc/book/use-case/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/python.adoc, layout=>section }, "/doc/book/use-case/ruby.adoc"=>Awestruct::Page{ 35727180: output_path=>/doc/book/use-case/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/ruby.adoc, layout=>section }, "/doc/book/using/chapter.yml"=>Awestruct::Page{ 30968240: output_path=>/doc/book/using/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/chapter.yml, layout=> }, "/doc/book/using/fingerprints.adoc"=>Awestruct::Page{ 30887180: output_path=>/doc/book/using/fingerprints/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/fingerprints.adoc, layout=>section }, "/doc/book/using/index.adoc"=>Awestruct::Page{ 29837480: output_path=>/doc/book/using/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/index.adoc, layout=>chapter }, "/doc/book/using/remote-api.adoc"=>Awestruct::Page{ 24548380: output_path=>/doc/book/using/remote-api/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/remote-api.adoc, layout=>section }, "/doc/index.adoc"=>Awestruct::Page{ 19414240: output_path=>/doc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/index.adoc, layout=>documentation }, "/doc/pipeline/examples.html.haml"=>Awestruct::Page{ 40754200: output_path=>/doc/pipeline/examples/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/examples.html.haml, layout=>simplepage }, "/doc/pipeline/index.adoc"=>Awestruct::Page{ 40211320: output_path=>/doc/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/index.adoc, layout=>refresh }, "/doc/pipeline/steps/Office-365-Connector.adoc"=>Awestruct::Page{ 39837840: output_path=>/doc/pipeline/steps/Office-365-Connector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/Office-365-Connector.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansible.adoc"=>Awestruct::Page{ 39211880: output_path=>/doc/pipeline/steps/ansible/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansible.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansicolor.adoc"=>Awestruct::Page{ 38435700: output_path=>/doc/pipeline/steps/ansicolor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansicolor.adoc, layout=>simplepage }, "/doc/pipeline/steps/artifactory.adoc"=>Awestruct::Page{ 38134620: output_path=>/doc/pipeline/steps/artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/artifactory.adoc, layout=>simplepage }, "/doc/pipeline/steps/bitbucket-build-status-notifier.adoc"=>Awestruct::Page{ 37860660: output_path=>/doc/pipeline/steps/bitbucket-build-status-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/bitbucket-build-status-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/blackduck-hub.adoc"=>Awestruct::Page{ 37505640: output_path=>/doc/pipeline/steps/blackduck-hub/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/blackduck-hub.adoc, layout=>simplepage }, "/doc/pipeline/steps/brakeman.adoc"=>Awestruct::Page{ 36581140: output_path=>/doc/pipeline/steps/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/brakeman.adoc, layout=>simplepage }, "/doc/pipeline/steps/codefresh.adoc"=>Awestruct::Page{ 35409820: output_path=>/doc/pipeline/steps/codefresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/codefresh.adoc, layout=>simplepage }, "/doc/pipeline/steps/credentials-binding.adoc"=>Awestruct::Page{ 30841860: output_path=>/doc/pipeline/steps/credentials-binding/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/credentials-binding.adoc, layout=>simplepage }, "/doc/pipeline/steps/cucumber-slack-notifier.adoc"=>Awestruct::Page{ 29907240: output_path=>/doc/pipeline/steps/cucumber-slack-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/cucumber-slack-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/deployment-notification.adoc"=>Awestruct::Page{ 28676160: output_path=>/doc/pipeline/steps/deployment-notification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/deployment-notification.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-slaves.adoc"=>Awestruct::Page{ 21412600: output_path=>/doc/pipeline/steps/docker-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-slaves.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-workflow.adoc"=>Awestruct::Page{ 40943620: output_path=>/doc/pipeline/steps/docker-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-workflow.adoc, layout=>simplepage }, "/doc/pipeline/steps/email-ext.adoc"=>Awestruct::Page{ 40178820: output_path=>/doc/pipeline/steps/email-ext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/email-ext.adoc, layout=>simplepage }, "/doc/pipeline/steps/external-workspace-manager.adoc"=>Awestruct::Page{ 39454060: output_path=>/doc/pipeline/steps/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/external-workspace-manager.adoc, layout=>simplepage }, "/doc/pipeline/steps/figlet-buildstep.adoc"=>Awestruct::Page{ 38773200: output_path=>/doc/pipeline/steps/figlet-buildstep/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/figlet-buildstep.adoc, layout=>simplepage }, "/doc/pipeline/steps/gatling.adoc"=>Awestruct::Page{ 38275600: output_path=>/doc/pipeline/steps/gatling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gatling.adoc, layout=>simplepage }, "/doc/pipeline/steps/gerrit-trigger.adoc"=>Awestruct::Page{ 38000900: output_path=>/doc/pipeline/steps/gerrit-trigger/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gerrit-trigger.adoc, layout=>simplepage }, "/doc/pipeline/steps/git.adoc"=>Awestruct::Page{ 37710580: output_path=>/doc/pipeline/steps/git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/git.adoc, layout=>simplepage }, "/doc/pipeline/steps/github-pullrequest.adoc"=>Awestruct::Page{ 37238800: output_path=>/doc/pipeline/steps/github-pullrequest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/github-pullrequest.adoc, layout=>simplepage }, "/doc/pipeline/steps/gitlab-plugin.adoc"=>Awestruct::Page{ 36048820: output_path=>/doc/pipeline/steps/gitlab-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gitlab-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/hipchat.adoc"=>Awestruct::Page{ 31119160: output_path=>/doc/pipeline/steps/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hipchat.adoc, layout=>simplepage }, "/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc"=>Awestruct::Page{ 30120060: output_path=>/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/htmlpublisher.adoc"=>Awestruct::Page{ 29284440: output_path=>/doc/pipeline/steps/htmlpublisher/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/htmlpublisher.adoc, layout=>simplepage }, "/doc/pipeline/steps/http_request.adoc"=>Awestruct::Page{ 23730540: output_path=>/doc/pipeline/steps/http_request/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/http_request.adoc, layout=>simplepage }, "/doc/pipeline/steps/index.html.haml"=>Awestruct::Page{ 19402860: output_path=>/doc/pipeline/steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/index.html.haml, layout=>documentation }, "/doc/pipeline/steps/integrity-plugin.adoc"=>Awestruct::Page{ 40632840: output_path=>/doc/pipeline/steps/integrity-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/integrity-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/jira.adoc"=>Awestruct::Page{ 39945660: output_path=>/doc/pipeline/steps/jira/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jira.adoc, layout=>simplepage }, "/doc/pipeline/steps/jms-messaging.adoc"=>Awestruct::Page{ 39280020: output_path=>/doc/pipeline/steps/jms-messaging/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jms-messaging.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc"=>Awestruct::Page{ 38455940: output_path=>/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-steps.adoc"=>Awestruct::Page{ 38156340: output_path=>/doc/pipeline/steps/kubernetes-pipeline-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes.adoc"=>Awestruct::Page{ 37831660: output_path=>/doc/pipeline/steps/kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes.adoc, layout=>simplepage }, "/doc/pipeline/steps/liquibase-runner.adoc"=>Awestruct::Page{ 37417060: output_path=>/doc/pipeline/steps/liquibase-runner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/liquibase-runner.adoc, layout=>simplepage }, "/doc/pipeline/steps/lockable-resources.adoc"=>Awestruct::Page{ 36344680: output_path=>/doc/pipeline/steps/lockable-resources/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/lockable-resources.adoc, layout=>simplepage }, "/doc/pipeline/steps/marathon.adoc"=>Awestruct::Page{ 30362260: output_path=>/doc/pipeline/steps/marathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/marathon.adoc, layout=>simplepage }, "/doc/pipeline/steps/mattermost.adoc"=>Awestruct::Page{ 30478320: output_path=>/doc/pipeline/steps/mattermost/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mattermost.adoc, layout=>simplepage }, "/doc/pipeline/steps/mock-load-builder.adoc"=>Awestruct::Page{ 29832340: output_path=>/doc/pipeline/steps/mock-load-builder/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mock-load-builder.adoc, layout=>simplepage }, "/doc/pipeline/steps/nexus-artifact-uploader.adoc"=>Awestruct::Page{ 24997640: output_path=>/doc/pipeline/steps/nexus-artifact-uploader/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/nexus-artifact-uploader.adoc, layout=>simplepage }, "/doc/pipeline/steps/openshift-pipeline.adoc"=>Awestruct::Page{ 19405260: output_path=>/doc/pipeline/steps/openshift-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/openshift-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/p4.adoc"=>Awestruct::Page{ 40152620: output_path=>/doc/pipeline/steps/p4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/p4.adoc, layout=>simplepage }, "/doc/pipeline/steps/parallel-test-executor.adoc"=>Awestruct::Page{ 39490100: output_path=>/doc/pipeline/steps/parallel-test-executor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/parallel-test-executor.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-aws.adoc"=>Awestruct::Page{ 38770040: output_path=>/doc/pipeline/steps/pipeline-aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-aws.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-build-step.adoc"=>Awestruct::Page{ 38183260: output_path=>/doc/pipeline/steps/pipeline-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-build-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-classpath.adoc"=>Awestruct::Page{ 37907960: output_path=>/doc/pipeline/steps/pipeline-classpath/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-classpath.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-githubnotify-step.adoc"=>Awestruct::Page{ 37558120: output_path=>/doc/pipeline/steps/pipeline-githubnotify-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-githubnotify-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-input-step.adoc"=>Awestruct::Page{ 29731560: output_path=>/doc/pipeline/steps/pipeline-input-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-input-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-maven.adoc"=>Awestruct::Page{ 24490220: output_path=>/doc/pipeline/steps/pipeline-maven/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-maven.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-milestone-step.adoc"=>Awestruct::Page{ 19853640: output_path=>/doc/pipeline/steps/pipeline-milestone-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-milestone-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-model-definition.adoc"=>Awestruct::Page{ 40722620: output_path=>/doc/pipeline/steps/pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-model-definition.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-stage-step.adoc"=>Awestruct::Page{ 40028440: output_path=>/doc/pipeline/steps/pipeline-stage-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-stage-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-utility-steps.adoc"=>Awestruct::Page{ 39247820: output_path=>/doc/pipeline/steps/pipeline-utility-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-utility-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/pragprog.adoc"=>Awestruct::Page{ 38449940: output_path=>/doc/pipeline/steps/pragprog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pragprog.adoc, layout=>simplepage }, "/doc/pipeline/steps/puppet-enterprise-pipeline.adoc"=>Awestruct::Page{ 38175600: output_path=>/doc/pipeline/steps/puppet-enterprise-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/puppet-enterprise-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/rocketchatnotifier.adoc"=>Awestruct::Page{ 37897320: output_path=>/doc/pipeline/steps/rocketchatnotifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/rocketchatnotifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/run-selector.adoc"=>Awestruct::Page{ 36119160: output_path=>/doc/pipeline/steps/run-selector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/run-selector.adoc, layout=>simplepage }, "/doc/pipeline/steps/sauce-ondemand.adoc"=>Awestruct::Page{ 31158560: output_path=>/doc/pipeline/steps/sauce-ondemand/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/sauce-ondemand.adoc, layout=>simplepage }, "/doc/pipeline/steps/slack.adoc"=>Awestruct::Page{ 30592360: output_path=>/doc/pipeline/steps/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/slack.adoc, layout=>simplepage }, "/doc/pipeline/steps/splunk-devops-extend.adoc"=>Awestruct::Page{ 29666760: output_path=>/doc/pipeline/steps/splunk-devops-extend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/splunk-devops-extend.adoc, layout=>simplepage }, "/doc/pipeline/steps/ssh-agent.adoc"=>Awestruct::Page{ 24478180: output_path=>/doc/pipeline/steps/ssh-agent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ssh-agent.adoc, layout=>simplepage }, "/doc/pipeline/steps/stepcounter.adoc"=>Awestruct::Page{ 19798520: output_path=>/doc/pipeline/steps/stepcounter/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/stepcounter.adoc, layout=>simplepage }, "/doc/pipeline/steps/subversion.adoc"=>Awestruct::Page{ 40700480: output_path=>/doc/pipeline/steps/subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/subversion.adoc, layout=>simplepage }, "/doc/pipeline/steps/teamconcert.adoc"=>Awestruct::Page{ 39947980: output_path=>/doc/pipeline/steps/teamconcert/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/teamconcert.adoc, layout=>simplepage }, "/doc/pipeline/steps/timestamper.adoc"=>Awestruct::Page{ 39328440: output_path=>/doc/pipeline/steps/timestamper/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/timestamper.adoc, layout=>simplepage }, "/doc/pipeline/steps/versionnumber.adoc"=>Awestruct::Page{ 38450340: output_path=>/doc/pipeline/steps/versionnumber/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/versionnumber.adoc, layout=>simplepage }, "/doc/pipeline/steps/vsphere-cloud.adoc"=>Awestruct::Page{ 38119940: output_path=>/doc/pipeline/steps/vsphere-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/vsphere-cloud.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-basic-steps.adoc"=>Awestruct::Page{ 55502260: output_path=>/doc/pipeline/steps/workflow-basic-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-basic-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps-global-lib.adoc"=>Awestruct::Page{ 55840980: output_path=>/doc/pipeline/steps/workflow-cps-global-lib/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps-global-lib.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps.adoc"=>Awestruct::Page{ 56185100: output_path=>/doc/pipeline/steps/workflow-cps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-durable-task-step.adoc"=>Awestruct::Page{ 56613480: output_path=>/doc/pipeline/steps/workflow-durable-task-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-durable-task-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-multibranch.adoc"=>Awestruct::Page{ 56210160: output_path=>/doc/pipeline/steps/workflow-multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-multibranch.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-scm-step.adoc"=>Awestruct::Page{ 65595660: output_path=>/doc/pipeline/steps/workflow-scm-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc, layout=>simplepage }, "/doc/pipeline/tour/agents.adoc"=>Awestruct::Page{ 66068000: output_path=>/doc/pipeline/tour/agents/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/agents.adoc, layout=>documentation }, "/doc/pipeline/tour/deployment.adoc"=>Awestruct::Page{ 66381860: output_path=>/doc/pipeline/tour/deployment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/deployment.adoc, layout=>documentation }, "/doc/pipeline/tour/environment.adoc"=>Awestruct::Page{ 66714860: output_path=>/doc/pipeline/tour/environment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/environment.adoc, layout=>documentation }, "/doc/pipeline/tour/hello-world.adoc"=>Awestruct::Page{ 67051140: output_path=>/doc/pipeline/tour/hello-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/hello-world.adoc, layout=>documentation }, "/doc/pipeline/tour/post.adoc"=>Awestruct::Page{ 67353460: output_path=>/doc/pipeline/tour/post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/post.adoc, layout=>documentation }, "/doc/pipeline/tour/running-multiple-steps.adoc"=>Awestruct::Page{ 67684280: output_path=>/doc/pipeline/tour/running-multiple-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/running-multiple-steps.adoc, layout=>documentation }, "/doc/pipeline/tour/tests-and-artifacts.adoc"=>Awestruct::Page{ 68023920: output_path=>/doc/pipeline/tour/tests-and-artifacts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/tests-and-artifacts.adoc, layout=>documentation }, "/doc/upgrade-guide/2.19.adoc"=>Awestruct::Page{ 68365740: output_path=>/doc/upgrade-guide/2.19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.19.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.32.adoc"=>Awestruct::Page{ 68689340: output_path=>/doc/upgrade-guide/2.32/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.32.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.7.adoc"=>Awestruct::Page{ 69007660: output_path=>/doc/upgrade-guide/2.7/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.7.adoc, layout=>simplepage }, "/doc/upgrade-guide.html.haml"=>Awestruct::Page{ 69226080: output_path=>/doc/upgrade-guide/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide.html.haml, layout=>simplepage }, "/donate.adoc"=>Awestruct::Page{ 69558200: output_path=>/donate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/donate.adoc, layout=>default }, "/download.html.haml"=>Awestruct::Page{ 69682980: output_path=>/download/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/download.html.haml, layout=>default }, "/files/2015-Jenkins-Community-Survey-Results.pdf"=>Awestruct::Page{ 69878120: output_path=>/files/2015-Jenkins-Community-Survey-Results.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2015-Jenkins-Community-Survey-Results.pdf, layout=> }, "/files/2016/jenkins-world/freestyle-to-pipelines.pdf"=>Awestruct::Page{ 69917600: output_path=>/files/2016/jenkins-world/freestyle-to-pipelines.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/freestyle-to-pipelines.pdf, layout=> }, "/files/2016/jenkins-world/jenkins-and-docker.pdf"=>Awestruct::Page{ 69934920: output_path=>/files/2016/jenkins-world/jenkins-and-docker.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/jenkins-and-docker.pdf, layout=> }, "/files/2016/jenkins-world/large-git-repos.pdf"=>Awestruct::Page{ 69927700: output_path=>/files/2016/jenkins-world/large-git-repos.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/large-git-repos.pdf, layout=> }, "/files/Jenkins-hearts-Ruby.pdf"=>Awestruct::Page{ 69945420: output_path=>/files/Jenkins-hearts-Ruby.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/Jenkins-hearts-Ruby.pdf, layout=> }, "/files/State-of-Jenkins-Infographic-2015.pdf"=>Awestruct::Page{ 69954960: output_path=>/files/State-of-Jenkins-Infographic-2015.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/State-of-Jenkins-Infographic-2015.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf"=>Awestruct::Page{ 69983660: output_path=>/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins with Azure.pdf"=>Awestruct::Page{ 69976640: output_path=>/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, layout=> }, "/fonts/FontAwesome.otf"=>Awestruct::Page{ 70013560: output_path=>/fonts/FontAwesome.otf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/FontAwesome.otf, layout=> }, "/fonts/fontawesome-webfont.eot"=>Awestruct::Page{ 70023080: output_path=>/fonts/fontawesome-webfont.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.eot, layout=> }, "/fonts/fontawesome-webfont.svg"=>Awestruct::Page{ 70040800: output_path=>/fonts/fontawesome-webfont.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.svg, layout=> }, "/fonts/fontawesome-webfont.ttf"=>Awestruct::Page{ 70033980: output_path=>/fonts/fontawesome-webfont.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.ttf, layout=> }, "/fonts/fontawesome-webfont.woff"=>Awestruct::Page{ 70043500: output_path=>/fonts/fontawesome-webfont.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff, layout=> }, "/fonts/fontawesome-webfont.woff2"=>Awestruct::Page{ 70061200: output_path=>/fonts/fontawesome-webfont.woff2, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff2, layout=> }, "/friend/index.adoc"=>Awestruct::Page{ 70088720: output_path=>/friend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/friend/index.adoc, layout=>refresh }, "/hangout.adoc"=>Awestruct::Page{ 70214280: output_path=>/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/hangout.adoc, layout=>refresh }, "/images/2.0-config-dialog.png"=>Awestruct::Page{ 70363820: output_path=>/images/2.0-config-dialog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-config-dialog.png, layout=> }, "/images/2.0-create-item.png"=>Awestruct::Page{ 70381420: output_path=>/images/2.0-create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-create-item.png, layout=> }, "/images/20-banner.jpg"=>Awestruct::Page{ 70390960: output_path=>/images/20-banner.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/20-banner.jpg, layout=> }, "/images/226px-Jenkins_logo.svg.png"=>Awestruct::Page{ 70408560: output_path=>/images/226px-Jenkins_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/226px-Jenkins_logo.svg.png, layout=> }, "/images/angry-jenkins_128.png"=>Awestruct::Page{ 70418080: output_path=>/images/angry-jenkins_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/angry-jenkins_128.png, layout=> }, "/images/award.png"=>Awestruct::Page{ 70411280: output_path=>/images/award.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award.png, layout=> }, "/images/award08.gif"=>Awestruct::Page{ 70429000: output_path=>/images/award08.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award08.gif, layout=> }, "/images/blueocean/blueocean-successful-pipeline.png"=>Awestruct::Page{ 70457600: output_path=>/images/blueocean/blueocean-successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/blueocean-successful-pipeline.png, layout=> }, "/images/blueocean/input-step.png"=>Awestruct::Page{ 70475100: output_path=>/images/blueocean/input-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/input-step.png, layout=> }, "/images/blueocean/logo-yarrr.png"=>Awestruct::Page{ 70468080: output_path=>/images/blueocean/logo-yarrr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/logo-yarrr.png, layout=> }, "/images/bottombar.png"=>Awestruct::Page{ 70477620: output_path=>/images/bottombar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bottombar.png, layout=> }, "/images/bug.gif"=>Awestruct::Page{ 70495360: output_path=>/images/bug.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug.gif, layout=> }, "/images/bug2.gif"=>Awestruct::Page{ 70513080: output_path=>/images/bug2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug2.gif, layout=> }, "/images/bullets.svg"=>Awestruct::Page{ 70522620: output_path=>/images/bullets.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bullets.svg, layout=> }, "/images/butler.png"=>Awestruct::Page{ 70540360: output_path=>/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/butler.png, layout=> }, "/images/cc-license.png"=>Awestruct::Page{ 70533560: output_path=>/images/cc-license.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/cc-license.png, layout=> }, "/images/conference.gif"=>Awestruct::Page{ 70551280: output_path=>/images/conference.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.gif, layout=> }, "/images/conference.svg"=>Awestruct::Page{ 70560820: output_path=>/images/conference.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.svg, layout=> }, "/images/conferences/125x125.png"=>Awestruct::Page{ 70589220: output_path=>/images/conferences/125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/125x125.png, layout=> }, "/images/conferences/Jenkins-World_125x125.png"=>Awestruct::Page{ 70606740: output_path=>/images/conferences/Jenkins-World_125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/Jenkins-World_125x125.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron.png"=>Awestruct::Page{ 70599720: output_path=>/images/conferences/jenkinsworld_jumbotron.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron_faded.png"=>Awestruct::Page{ 70617240: output_path=>/images/conferences/jenkinsworld_jumbotron_faded.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron_faded.png, layout=> }, "/images/conferences/scale_14x.png"=>Awestruct::Page{ 70626560: output_path=>/images/conferences/scale_14x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/scale_14x.png, layout=> }, "/images/developer.gif"=>Awestruct::Page{ 70644300: output_path=>/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.gif, layout=> }, "/images/developer.svg"=>Awestruct::Page{ 70653860: output_path=>/images/developer.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.svg, layout=> }, "/images/dir.png"=>Awestruct::Page{ 70671600: output_path=>/images/dir.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/dir.png, layout=> }, "/images/divider.png"=>Awestruct::Page{ 70664800: output_path=>/images/divider.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/divider.png, layout=> }, "/images/download.gif"=>Awestruct::Page{ 70682540: output_path=>/images/download.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.gif, layout=> }, "/images/download.png"=>Awestruct::Page{ 70692100: output_path=>/images/download.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.png, layout=> }, "/images/download.svg"=>Awestruct::Page{ 70709840: output_path=>/images/download.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.svg, layout=> }, "/images/full-pipeline.jpg"=>Awestruct::Page{ 70719360: output_path=>/images/full-pipeline.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-pipeline.jpg, layout=> }, "/images/full-whale-low.jpg"=>Awestruct::Page{ 70737080: output_path=>/images/full-whale-low.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-whale-low.jpg, layout=> }, "/images/getting-started-setup.png"=>Awestruct::Page{ 70730260: output_path=>/images/getting-started-setup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/getting-started-setup.png, layout=> }, "/images/header_logo.png"=>Awestruct::Page{ 70748000: output_path=>/images/header_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/header_logo.png, layout=> }, "/images/hello-world-pipeline.png"=>Awestruct::Page{ 70757520: output_path=>/images/hello-world-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/hello-world-pipeline.png, layout=> }, "/images/jams/OnlineMeetup/logo.png"=>Awestruct::Page{ 70788540: output_path=>/images/jams/OnlineMeetup/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo.png, layout=> }, "/images/jams/OnlineMeetup/logo_large.png"=>Awestruct::Page{ 70797660: output_path=>/images/jams/OnlineMeetup/logo_large.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo_large.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.ai"=>Awestruct::Page{ 70825760: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.ai, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.ai, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.svg"=>Awestruct::Page{ 70843060: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.svg, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png"=>Awestruct::Page{ 70852180: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_text.svg"=>Awestruct::Page{ 70844960: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, layout=> }, "/images/jams/ToulouseJam/README.asciidoc"=>Awestruct::Page{ 70915140: output_path=>/images/jams/ToulouseJam/README/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/README.asciidoc, layout=> }, "/images/jams/ToulouseJam/toulousejam-all-layers.psd"=>Awestruct::Page{ 71036560: output_path=>/images/jams/ToulouseJam/toulousejam-all-layers.psd, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-all-layers.psd, layout=> }, "/images/jams/ToulouseJam/toulousejam-original-draft.png"=>Awestruct::Page{ 71053880: output_path=>/images/jams/ToulouseJam/toulousejam-original-draft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-original-draft.png, layout=> }, "/images/jams/ToulouseJam/toulousejam.png"=>Awestruct::Page{ 71071200: output_path=>/images/jams/ToulouseJam/toulousejam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam.png, layout=> }, "/images/jams/guadalahara.jpg"=>Awestruct::Page{ 71080520: output_path=>/images/jams/guadalahara.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/guadalahara.jpg, layout=> }, "/images/jams/jenkins_revolution.png"=>Awestruct::Page{ 71098040: output_path=>/images/jams/jenkins_revolution.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/jenkins_revolution.png, layout=> }, "/images/jar.png"=>Awestruct::Page{ 71091240: output_path=>/images/jar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jar.png, layout=> }, "/images/jenkins-20-banner.png"=>Awestruct::Page{ 71100780: output_path=>/images/jenkins-20-banner.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-20-banner.png, layout=> }, "/images/jenkins-happy-new-year.png"=>Awestruct::Page{ 71118500: output_path=>/images/jenkins-happy-new-year.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-happy-new-year.png, layout=> }, "/images/jenkins_logo.png"=>Awestruct::Page{ 71136240: output_path=>/images/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins_logo.png, layout=> }, "/images/jnlp-launch.png"=>Awestruct::Page{ 71145800: output_path=>/images/jnlp-launch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jnlp-launch.png, layout=> }, "/images/logo.png"=>Awestruct::Page{ 71163540: output_path=>/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo.png, layout=> }, "/images/logo_128.png"=>Awestruct::Page{ 71156740: output_path=>/images/logo_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_128.png, layout=> }, "/images/logo_head.png"=>Awestruct::Page{ 71174480: output_path=>/images/logo_head.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_head.png, layout=> }, "/images/logo_oracle_small.gif"=>Awestruct::Page{ 71184020: output_path=>/images/logo_oracle_small.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_oracle_small.gif, layout=> }, "/images/navbar.png"=>Awestruct::Page{ 71212820: output_path=>/images/navbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/navbar.png, layout=> }, "/images/network-workgroup.png"=>Awestruct::Page{ 71206000: output_path=>/images/network-workgroup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/network-workgroup.png, layout=> }, "/images/ninja_128.png"=>Awestruct::Page{ 71223740: output_path=>/images/ninja_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/ninja_128.png, layout=> }, "/images/os/COPYING"=>Awestruct::Page{ 71249100: output_path=>/images/os/COPYING, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/COPYING, layout=> }, "/images/os/freebsd.png"=>Awestruct::Page{ 71266640: output_path=>/images/os/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/freebsd.png, layout=> }, "/images/os/opensolaris.png"=>Awestruct::Page{ 71275960: output_path=>/images/os/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensolaris.png, layout=> }, "/images/os/opensuse.png"=>Awestruct::Page{ 71293480: output_path=>/images/os/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensuse.png, layout=> }, "/images/os/os_archlinux.png"=>Awestruct::Page{ 71311000: output_path=>/images/os/os_archlinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_archlinux.png, layout=> }, "/images/os/os_debian.png"=>Awestruct::Page{ 71304000: output_path=>/images/os/os_debian.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_debian.png, layout=> }, "/images/os/os_fedora.png"=>Awestruct::Page{ 71313340: output_path=>/images/os/os_fedora.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_fedora.png, layout=> }, "/images/os/os_freebsd.png"=>Awestruct::Page{ 71330840: output_path=>/images/os/os_freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_freebsd.png, layout=> }, "/images/os/os_gentoo.png"=>Awestruct::Page{ 71340180: output_path=>/images/os/os_gentoo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_gentoo.png, layout=> }, "/images/os/os_l4.png"=>Awestruct::Page{ 71357720: output_path=>/images/os/os_l4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_l4.png, layout=> }, "/images/os/os_linux.png"=>Awestruct::Page{ 71375240: output_path=>/images/os/os_linux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_linux.png, layout=> }, "/images/os/os_macosx.png"=>Awestruct::Page{ 71384580: output_path=>/images/os/os_macosx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_macosx.png, layout=> }, "/images/os/os_mandriva.png"=>Awestruct::Page{ 71377560: output_path=>/images/os/os_mandriva.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_mandriva.png, layout=> }, "/images/os/os_netbsd.png"=>Awestruct::Page{ 71395100: output_path=>/images/os/os_netbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netbsd.png, layout=> }, "/images/os/os_netware.png"=>Awestruct::Page{ 71404420: output_path=>/images/os/os_netware.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netware.png, layout=> }, "/images/os/os_openbsd.png"=>Awestruct::Page{ 71421940: output_path=>/images/os/os_openbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_openbsd.png, layout=> }, "/images/os/os_opensuse.png"=>Awestruct::Page{ 71439460: output_path=>/images/os/os_opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_opensuse.png, layout=> }, "/images/os/os_oracle.png"=>Awestruct::Page{ 71448800: output_path=>/images/os/os_oracle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oracle.png, layout=> }, "/images/os/os_oraclesolaris.png"=>Awestruct::Page{ 71466320: output_path=>/images/os/os_oraclesolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oraclesolaris.png, layout=> }, "/images/os/os_os2_other.png"=>Awestruct::Page{ 71459300: output_path=>/images/os/os_os2_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2_other.png, layout=> }, "/images/os/os_os2ecs.png"=>Awestruct::Page{ 71468660: output_path=>/images/os/os_os2ecs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2ecs.png, layout=> }, "/images/os/os_os2warp3.png"=>Awestruct::Page{ 71486180: output_path=>/images/os/os_os2warp3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp3.png, layout=> }, "/images/os/os_os2warp4.png"=>Awestruct::Page{ 71503700: output_path=>/images/os/os_os2warp4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp4.png, layout=> }, "/images/os/os_os2warp45.png"=>Awestruct::Page{ 71513040: output_path=>/images/os/os_os2warp45.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp45.png, layout=> }, "/images/os/os_other.png"=>Awestruct::Page{ 71530580: output_path=>/images/os/os_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_other.png, layout=> }, "/images/os/os_qnx.png"=>Awestruct::Page{ 71539920: output_path=>/images/os/os_qnx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_qnx.png, layout=> }, "/images/os/os_redhat.png"=>Awestruct::Page{ 71532920: output_path=>/images/os/os_redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_redhat.png, layout=> }, "/images/os/os_solaris.png"=>Awestruct::Page{ 71550440: output_path=>/images/os/os_solaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_solaris.png, layout=> }, "/images/os/os_turbolinux.png"=>Awestruct::Page{ 71567960: output_path=>/images/os/os_turbolinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_turbolinux.png, layout=> }, "/images/os/os_ubuntu.png"=>Awestruct::Page{ 71577300: output_path=>/images/os/os_ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_ubuntu.png, layout=> }, "/images/os/os_win_other.png"=>Awestruct::Page{ 71594820: output_path=>/images/os/os_win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_win_other.png, layout=> }, "/images/os/os_xandros.png"=>Awestruct::Page{ 71612340: output_path=>/images/os/os_xandros.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_xandros.png, layout=> }, "/images/os/other.png"=>Awestruct::Page{ 71621680: output_path=>/images/os/other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/other.png, layout=> }, "/images/os/readme.txt"=>Awestruct::Page{ 71614680: output_path=>/images/os/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/readme.txt, layout=> }, "/images/os/redhat.png"=>Awestruct::Page{ 71632220: output_path=>/images/os/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/redhat.png, layout=> }, "/images/os/ubuntu.png"=>Awestruct::Page{ 71641560: output_path=>/images/os/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/ubuntu.png, layout=> }, "/images/os/win_other.png"=>Awestruct::Page{ 71659080: output_path=>/images/os/win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/win_other.png, layout=> }, "/images/patrons/cloudbees-certification.png"=>Awestruct::Page{ 71687380: output_path=>/images/patrons/cloudbees-certification.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-certification.png, layout=> }, "/images/patrons/cloudbees-jenkins-world-2016.png"=>Awestruct::Page{ 71680360: output_path=>/images/patrons/cloudbees-jenkins-world-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-jenkins-world-2016.png, layout=> }, "/images/patrons/cloudbees.png"=>Awestruct::Page{ 71697860: output_path=>/images/patrons/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees.png, layout=> }, "/images/patrons/jfrog.png"=>Awestruct::Page{ 71707180: output_path=>/images/patrons/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/jfrog.png, layout=> }, "/images/patrons/xebialabs.png"=>Awestruct::Page{ 71724700: output_path=>/images/patrons/xebialabs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs.png, layout=> }, "/images/patrons/xebialabs2.png"=>Awestruct::Page{ 71742200: output_path=>/images/patrons/xebialabs2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs2.png, layout=> }, "/images/pipeline/jenkins-workflow.png"=>Awestruct::Page{ 71746060: output_path=>/images/pipeline/jenkins-workflow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/jenkins-workflow.png, layout=> }, "/images/pipeline/pipeline-editor.png"=>Awestruct::Page{ 71763580: output_path=>/images/pipeline/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-editor.png, layout=> }, "/images/pipeline/pipeline-sample.png"=>Awestruct::Page{ 71772900: output_path=>/images/pipeline/pipeline-sample.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-sample.png, layout=> }, "/images/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 71790420: output_path=>/images/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/realworld-pipeline-flow.png, layout=> }, "/images/pipeline/snippet-generator.png"=>Awestruct::Page{ 71807940: output_path=>/images/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/snippet-generator.png, layout=> }, "/images/pipeline-stage-view.png"=>Awestruct::Page{ 71817460: output_path=>/images/pipeline-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline-stage-view.png, layout=> }, "/images/plugin.png"=>Awestruct::Page{ 71835200: output_path=>/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/plugin.png, layout=> }, "/images/pom.png"=>Awestruct::Page{ 71828400: output_path=>/images/pom.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pom.png, layout=> }, "/images/post-images/1pear.png"=>Awestruct::Page{ 71868700: output_path=>/images/post-images/1pear.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/1pear.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-bb8.png"=>Awestruct::Page{ 71888800: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png"=>Awestruct::Page{ 71897920: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, layout=> }, "/images/post-images/2016-06-16/serial-vs-parallel.png"=>Awestruct::Page{ 71909860: output_path=>/images/post-images/2016-06-16/serial-vs-parallel.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial-vs-parallel.png, layout=> }, "/images/post-images/2016-06-16/serial.png"=>Awestruct::Page{ 71919000: output_path=>/images/post-images/2016-06-16/serial.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial.png, layout=> }, "/images/post-images/2016-06-30/rcov.png"=>Awestruct::Page{ 71946980: output_path=>/images/post-images/2016-06-30/rcov.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/rcov.png, layout=> }, "/images/post-images/2016-06-30/run-1.png"=>Awestruct::Page{ 71964300: output_path=>/images/post-images/2016-06-30/run-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-1.png, layout=> }, "/images/post-images/2016-06-30/run-2.png"=>Awestruct::Page{ 71981620: output_path=>/images/post-images/2016-06-30/run-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-2.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-1.png"=>Awestruct::Page{ 72015320: output_path=>/images/post-images/2016-06-30/snippet-generator-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-1.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-2.png"=>Awestruct::Page{ 72008100: output_path=>/images/post-images/2016-06-30/snippet-generator-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-2.png, layout=> }, "/images/post-images/2016-07-15/email-config.png"=>Awestruct::Page{ 72027580: output_path=>/images/post-images/2016-07-15/email-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/email-config.png, layout=> }, "/images/post-images/2016-07-15/final.png"=>Awestruct::Page{ 72036700: output_path=>/images/post-images/2016-07-15/final.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/final.png, layout=> }, "/images/post-images/2016-07-15/hipchat-config.png"=>Awestruct::Page{ 72045840: output_path=>/images/post-images/2016-07-15/hipchat-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/hipchat-config.png, layout=> }, "/images/post-images/2016-07-15/notify-failed.png"=>Awestruct::Page{ 72063160: output_path=>/images/post-images/2016-07-15/notify-failed.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-failed.png, layout=> }, "/images/post-images/2016-07-15/notify-started-email.png"=>Awestruct::Page{ 72080480: output_path=>/images/post-images/2016-07-15/notify-started-email.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started-email.png, layout=> }, "/images/post-images/2016-07-15/notify-started.png"=>Awestruct::Page{ 72073260: output_path=>/images/post-images/2016-07-15/notify-started.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started.png, layout=> }, "/images/post-images/2016-07-15/notify-successful.png"=>Awestruct::Page{ 72082400: output_path=>/images/post-images/2016-07-15/notify-successful.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-successful.png, layout=> }, "/images/post-images/2016-07-15/slack-config.png"=>Awestruct::Page{ 72099720: output_path=>/images/post-images/2016-07-15/slack-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/slack-config.png, layout=> }, "/images/post-images/2016-08-03/JDL_pipeline.png"=>Awestruct::Page{ 72128020: output_path=>/images/post-images/2016-08-03/JDL_pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/JDL_pipeline.png, layout=> }, "/images/post-images/2016-08-03/environment_jenkinsfile.png"=>Awestruct::Page{ 72145340: output_path=>/images/post-images/2016-08-03/environment_jenkinsfile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/environment_jenkinsfile.png, layout=> }, "/images/post-images/2016-08-29/freestyle-1.png"=>Awestruct::Page{ 72148380: output_path=>/images/post-images/2016-08-29/freestyle-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-1.png, layout=> }, "/images/post-images/2016-08-29/freestyle-2.png"=>Awestruct::Page{ 72165700: output_path=>/images/post-images/2016-08-29/freestyle-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-2.png, layout=> }, "/images/post-images/2016-08-29/freestyle-3.png"=>Awestruct::Page{ 72183020: output_path=>/images/post-images/2016-08-29/freestyle-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-3.png, layout=> }, "/images/post-images/2016-08-29/pipeline-report.png"=>Awestruct::Page{ 72192140: output_path=>/images/post-images/2016-08-29/pipeline-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-report.png, layout=> }, "/images/post-images/2016-08-29/pipeline-results.png"=>Awestruct::Page{ 72209460: output_path=>/images/post-images/2016-08-29/pipeline-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-results.png, layout=> }, "/images/post-images/2016-08-29/platforms-report.png"=>Awestruct::Page{ 72218580: output_path=>/images/post-images/2016-08-29/platforms-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-report.png, layout=> }, "/images/post-images/2016-08-29/platforms-results.png"=>Awestruct::Page{ 72235880: output_path=>/images/post-images/2016-08-29/platforms-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-results.png, layout=> }, "/images/post-images/2016-08-29/sauce-details.png"=>Awestruct::Page{ 72253200: output_path=>/images/post-images/2016-08-29/sauce-details.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/sauce-details.png, layout=> }, "/images/post-images/2016-08-29/tests-report.png"=>Awestruct::Page{ 72245980: output_path=>/images/post-images/2016-08-29/tests-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/tests-report.png, layout=> }, "/images/post-images/2016-10-27/job-10-summary.png"=>Awestruct::Page{ 72289540: output_path=>/images/post-images/2016-10-27/job-10-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-10-summary.png, layout=> }, "/images/post-images/2016-10-27/job-12-summary.png"=>Awestruct::Page{ 72298660: output_path=>/images/post-images/2016-10-27/job-12-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-12-summary.png, layout=> }, "/images/post-images/2016-10-27/job-17-summary.png"=>Awestruct::Page{ 72307780: output_path=>/images/post-images/2016-10-27/job-17-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-17-summary.png, layout=> }, "/images/post-images/2016-10-27/job-18-report.png"=>Awestruct::Page{ 72316900: output_path=>/images/post-images/2016-10-27/job-18-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-18-report.png, layout=> }, "/images/post-images/2016-10-27/job-19-summary.png"=>Awestruct::Page{ 72326020: output_path=>/images/post-images/2016-10-27/job-19-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-19-summary.png, layout=> }, "/images/post-images/2016-10-27/job-7-console.png"=>Awestruct::Page{ 72343340: output_path=>/images/post-images/2016-10-27/job-7-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-console.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome-test1.png"=>Awestruct::Page{ 72336120: output_path=>/images/post-images/2016-10-27/job-7-report-chrome-test1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome-test1.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome.png"=>Awestruct::Page{ 72353420: output_path=>/images/post-images/2016-10-27/job-7-report-chrome.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome.png, layout=> }, "/images/post-images/2016-10-27/job-7-report.png"=>Awestruct::Page{ 72362540: output_path=>/images/post-images/2016-10-27/job-7-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report.png, layout=> }, "/images/post-images/2016-10-27/job-7-summary.png"=>Awestruct::Page{ 72379860: output_path=>/images/post-images/2016-10-27/job-7-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-summary.png, layout=> }, "/images/post-images/2016-10-27/job-8-console.png"=>Awestruct::Page{ 72388980: output_path=>/images/post-images/2016-10-27/job-8-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-console.png, layout=> }, "/images/post-images/2016-10-27/job-8-summary.png"=>Awestruct::Page{ 72406300: output_path=>/images/post-images/2016-10-27/job-8-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-summary.png, layout=> }, "/images/post-images/2016-10-27/job-9-summary.png"=>Awestruct::Page{ 72423620: output_path=>/images/post-images/2016-10-27/job-9-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-9-summary.png, layout=> }, "/images/post-images/2016-in-review/jam-worldwide-2016.png"=>Awestruct::Page{ 72427460: output_path=>/images/post-images/2016-in-review/jam-worldwide-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-in-review/jam-worldwide-2016.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/android-pipeline.png"=>Awestruct::Page{ 72454460: output_path=>/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg"=>Awestruct::Page{ 72471780: output_path=>/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/contributors.jpg"=>Awestruct::Page{ 72489100: output_path=>/images/post-images/2016-jenkins-world-wrap/contributors.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/contributors.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png"=>Awestruct::Page{ 72498240: output_path=>/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg"=>Awestruct::Page{ 72491020: output_path=>/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-0.jpg"=>Awestruct::Page{ 72508340: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-1.jpg"=>Awestruct::Page{ 72517460: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-2.jpg"=>Awestruct::Page{ 72534780: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-3.jpg"=>Awestruct::Page{ 72552100: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-4.jpg"=>Awestruct::Page{ 72561220: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png"=>Awestruct::Page{ 72578540: output_path=>/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png"=>Awestruct::Page{ 72595860: output_path=>/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg"=>Awestruct::Page{ 72604980: output_path=>/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg"=>Awestruct::Page{ 72597760: output_path=>/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/mural-end.jpg"=>Awestruct::Page{ 72615080: output_path=>/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png"=>Awestruct::Page{ 72659740: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png"=>Awestruct::Page{ 72668740: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, layout=> }, "/images/post-images/2017-01-02/plugin-configuration.png"=>Awestruct::Page{ 72672580: output_path=>/images/post-images/2017-01-02/plugin-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-02/plugin-configuration.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-config.png"=>Awestruct::Page{ 72692560: output_path=>/images/post-images/2017-01-19/freestyle-conditional-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-config.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-long-full.png"=>Awestruct::Page{ 72709880: output_path=>/images/post-images/2017-01-19/freestyle-conditional-long-full.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-long-full.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-param.png"=>Awestruct::Page{ 72727180: output_path=>/images/post-images/2017-01-19/freestyle-conditional-param.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-param.png, layout=> }, "/images/post-images/5pears.png"=>Awestruct::Page{ 72736500: output_path=>/images/post-images/5pears.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/5pears.png, layout=> }, "/images/post-images/95th-percentile.png"=>Awestruct::Page{ 72729480: output_path=>/images/post-images/95th-percentile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/95th-percentile.png, layout=> }, "/images/post-images/Jenkins-World-logo.png"=>Awestruct::Page{ 72747000: output_path=>/images/post-images/Jenkins-World-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Jenkins-World-logo.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png"=>Awestruct::Page{ 72764260: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png"=>Awestruct::Page{ 72773340: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png"=>Awestruct::Page{ 72790620: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png"=>Awestruct::Page{ 72799700: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png"=>Awestruct::Page{ 72816980: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png"=>Awestruct::Page{ 72834260: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png"=>Awestruct::Page{ 72827000: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png"=>Awestruct::Page{ 72836080: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, layout=> }, "/images/post-images/alpha3/alpha3_adminuser.png"=>Awestruct::Page{ 72872260: output_path=>/images/post-images/alpha3/alpha3_adminuser.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_adminuser.png, layout=> }, "/images/post-images/alpha3/alpha3_complete.png"=>Awestruct::Page{ 72881380: output_path=>/images/post-images/alpha3/alpha3_complete.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_complete.png, layout=> }, "/images/post-images/alpha3/alpha3_configuration.png"=>Awestruct::Page{ 72898700: output_path=>/images/post-images/alpha3/alpha3_configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_configuration.png, layout=> }, "/images/post-images/alpha3/alpha3_suggested_plugins.png"=>Awestruct::Page{ 72907840: output_path=>/images/post-images/alpha3/alpha3_suggested_plugins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_suggested_plugins.png, layout=> }, "/images/post-images/alpha3/alpha3_unlock.png"=>Awestruct::Page{ 72900620: output_path=>/images/post-images/alpha3/alpha3_unlock.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_unlock.png, layout=> }, "/images/post-images/aws/EuPvQdU.jpg"=>Awestruct::Page{ 72936420: output_path=>/images/post-images/aws/EuPvQdU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/EuPvQdU.jpg, layout=> }, "/images/post-images/aws/Mh9TabQ.jpg"=>Awestruct::Page{ 72945560: output_path=>/images/post-images/aws/Mh9TabQ.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/Mh9TabQ.jpg, layout=> }, "/images/post-images/aws/MtvaRLU.jpg"=>Awestruct::Page{ 72962880: output_path=>/images/post-images/aws/MtvaRLU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/MtvaRLU.jpg, layout=> }, "/images/post-images/aws/P2eIB08.jpg"=>Awestruct::Page{ 72972000: output_path=>/images/post-images/aws/P2eIB08.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/P2eIB08.jpg, layout=> }, "/images/post-images/aws/bidadvisor.png"=>Awestruct::Page{ 72989320: output_path=>/images/post-images/aws/bidadvisor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/bidadvisor.png, layout=> }, "/images/post-images/aws/fk65vh7.jpg"=>Awestruct::Page{ 73006640: output_path=>/images/post-images/aws/fk65vh7.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/fk65vh7.jpg, layout=> }, "/images/post-images/aws/iOfvSD8.jpg"=>Awestruct::Page{ 72999420: output_path=>/images/post-images/aws/iOfvSD8.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/iOfvSD8.jpg, layout=> }, "/images/post-images/aws/oCkHRu5.jpg"=>Awestruct::Page{ 73008540: output_path=>/images/post-images/aws/oCkHRu5.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/oCkHRu5.jpg, layout=> }, "/images/post-images/aws/wDW63sm.jpg"=>Awestruct::Page{ 73025860: output_path=>/images/post-images/aws/wDW63sm.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/wDW63sm.jpg, layout=> }, "/images/post-images/blue-ocean-girl.png"=>Awestruct::Page{ 73035180: output_path=>/images/post-images/blue-ocean-girl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blue-ocean-girl.png, layout=> }, "/images/post-images/blueocean/failing-pipeline.png"=>Awestruct::Page{ 73070640: output_path=>/images/post-images/blueocean/failing-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/failing-pipeline.png, layout=> }, "/images/post-images/blueocean/github-pipeline-status.png"=>Awestruct::Page{ 73079760: output_path=>/images/post-images/blueocean/github-pipeline-status.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/github-pipeline-status.png, layout=> }, "/images/post-images/blueocean/jdl.png"=>Awestruct::Page{ 73097060: output_path=>/images/post-images/blueocean/jdl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/jdl.png, layout=> }, "/images/post-images/blueocean/personalized-dashboard.png"=>Awestruct::Page{ 73089840: output_path=>/images/post-images/blueocean/personalized-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/personalized-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-activity.png"=>Awestruct::Page{ 73107160: output_path=>/images/post-images/blueocean/pipeline-activity.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-activity.png, layout=> }, "/images/post-images/blueocean/pipeline-branches.png"=>Awestruct::Page{ 73116280: output_path=>/images/post-images/blueocean/pipeline-branches.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-branches.png, layout=> }, "/images/post-images/blueocean/pipeline-dashboard.png"=>Awestruct::Page{ 73133580: output_path=>/images/post-images/blueocean/pipeline-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-editor.png"=>Awestruct::Page{ 73142700: output_path=>/images/post-images/blueocean/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-editor.png, layout=> }, "/images/post-images/blueocean/pipeline-run.png"=>Awestruct::Page{ 73160020: output_path=>/images/post-images/blueocean/pipeline-run.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-run.png, layout=> }, "/images/post-images/blueocean/pr-view.png"=>Awestruct::Page{ 73177320: output_path=>/images/post-images/blueocean/pr-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pr-view.png, layout=> }, "/images/post-images/blueocean/successful-pipeline.png"=>Awestruct::Page{ 73186440: output_path=>/images/post-images/blueocean/successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/successful-pipeline.png, layout=> }, "/images/post-images/blueocean/weather-icons.png"=>Awestruct::Page{ 73179220: output_path=>/images/post-images/blueocean/weather-icons.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/weather-icons.png, layout=> }, "/images/post-images/blueocean-dev-log/gui-editor.png"=>Awestruct::Page{ 73207500: output_path=>/images/post-images/blueocean-dev-log/gui-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/gui-editor.png, layout=> }, "/images/post-images/blueocean-dev-log/start-with-parameters.png"=>Awestruct::Page{ 73224820: output_path=>/images/post-images/blueocean-dev-log/start-with-parameters.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/start-with-parameters.png, layout=> }, "/images/post-images/dhc/dhc-1-interface-big.png"=>Awestruct::Page{ 73252320: output_path=>/images/post-images/dhc/dhc-1-interface-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface-big.png, layout=> }, "/images/post-images/dhc/dhc-1-interface.png"=>Awestruct::Page{ 73245100: output_path=>/images/post-images/dhc/dhc-1-interface.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions-big.png"=>Awestruct::Page{ 73262420: output_path=>/images/post-images/dhc/dhc-2-assertions-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions-big.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions.png"=>Awestruct::Page{ 73279740: output_path=>/images/post-images/dhc/dhc-2-assertions.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions.png, layout=> }, "/images/post-images/dhc/dhc-3-export-big.png"=>Awestruct::Page{ 73288860: output_path=>/images/post-images/dhc/dhc-3-export-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export-big.png, layout=> }, "/images/post-images/dhc/dhc-3-export.png"=>Awestruct::Page{ 73306180: output_path=>/images/post-images/dhc/dhc-3-export.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario-big.png"=>Awestruct::Page{ 73315320: output_path=>/images/post-images/dhc/dhc-4-scenario-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario-big.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario.png"=>Awestruct::Page{ 73332640: output_path=>/images/post-images/dhc/dhc-4-scenario.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report-big.png"=>Awestruct::Page{ 73349960: output_path=>/images/post-images/dhc/dhc-5-jenkins-report-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report-big.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report.png"=>Awestruct::Page{ 73359100: output_path=>/images/post-images/dhc/dhc-5-jenkins-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report.png, layout=> }, "/images/post-images/ewm/ewm-config.png"=>Awestruct::Page{ 73387140: output_path=>/images/post-images/ewm/ewm-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/ewm-config.png, layout=> }, "/images/post-images/ewm/global-custom-workspace-path.png"=>Awestruct::Page{ 73396280: output_path=>/images/post-images/ewm/global-custom-workspace-path.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-custom-workspace-path.png, layout=> }, "/images/post-images/ewm/global-disk-allocation-strategy.png"=>Awestruct::Page{ 73405400: output_path=>/images/post-images/ewm/global-disk-allocation-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-disk-allocation-strategy.png, layout=> }, "/images/post-images/ewm/restriction-by-job-name.png"=>Awestruct::Page{ 73414520: output_path=>/images/post-images/ewm/restriction-by-job-name.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-job-name.png, layout=> }, "/images/post-images/ewm/restriction-by-user.png"=>Awestruct::Page{ 73423640: output_path=>/images/post-images/ewm/restriction-by-user.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-user.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png"=>Awestruct::Page{ 73451960: output_path=>/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png"=>Awestruct::Page{ 73461080: output_path=>/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, layout=> }, "/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 73480180: output_path=>/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 73489300: output_path=>/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png"=>Awestruct::Page{ 73506600: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png"=>Awestruct::Page{ 73499380: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1.png"=>Awestruct::Page{ 73516700: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 73525820: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1.png"=>Awestruct::Page{ 73543120: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 73560440: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png"=>Awestruct::Page{ 73569560: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 73586860: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png"=>Awestruct::Page{ 73604180: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 73596960: output_path=>/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gsoc-job-config/changing-help.gif"=>Awestruct::Page{ 73641320: output_path=>/images/post-images/gsoc-job-config/changing-help.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/changing-help.gif, layout=> }, "/images/post-images/gsoc-job-config/credentials-grouping.jpg"=>Awestruct::Page{ 73650440: output_path=>/images/post-images/gsoc-job-config/credentials-grouping.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/credentials-grouping.jpg, layout=> }, "/images/post-images/gsoc-job-config/current-popup.gif"=>Awestruct::Page{ 73659560: output_path=>/images/post-images/gsoc-job-config/current-popup.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/current-popup.gif, layout=> }, "/images/post-images/gsoc-job-config/popup-window.gif"=>Awestruct::Page{ 73668680: output_path=>/images/post-images/gsoc-job-config/popup-window.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/popup-window.gif, layout=> }, "/images/post-images/gsoc-job-config/removing-views.jpg"=>Awestruct::Page{ 73677800: output_path=>/images/post-images/gsoc-job-config/removing-views.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/removing-views.jpg, layout=> }, "/images/post-images/gsoc-support-core-plugin/config.png"=>Awestruct::Page{ 73705920: output_path=>/images/post-images/gsoc-support-core-plugin/config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/config.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/downloadBundles.png"=>Awestruct::Page{ 73715040: output_path=>/images/post-images/gsoc-support-core-plugin/downloadBundles.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/downloadBundles.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/generate-bundle.png"=>Awestruct::Page{ 73724180: output_path=>/images/post-images/gsoc-support-core-plugin/generate-bundle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/generate-bundle.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/home.png"=>Awestruct::Page{ 73733300: output_path=>/images/post-images/gsoc-support-core-plugin/home.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/home.png, layout=> }, "/images/post-images/jenkins-master.png"=>Awestruct::Page{ 73742620: output_path=>/images/post-images/jenkins-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-master.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/hooks.png"=>Awestruct::Page{ 73753860: output_path=>/images/post-images/jenkins-pipeline-scalability/hooks.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/hooks.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/jobs.png"=>Awestruct::Page{ 73771180: output_path=>/images/post-images/jenkins-pipeline-scalability/jobs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/jobs.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/journey.png"=>Awestruct::Page{ 73780300: output_path=>/images/post-images/jenkins-pipeline-scalability/journey.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/journey.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/modes.png"=>Awestruct::Page{ 73797620: output_path=>/images/post-images/jenkins-pipeline-scalability/modes.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/modes.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/properties.png"=>Awestruct::Page{ 73814940: output_path=>/images/post-images/jenkins-pipeline-scalability/properties.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/properties.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/responsibilities.png"=>Awestruct::Page{ 73824060: output_path=>/images/post-images/jenkins-pipeline-scalability/responsibilities.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/responsibilities.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-now.png"=>Awestruct::Page{ 73841380: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-now.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png"=>Awestruct::Page{ 73850520: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/thousands.png"=>Awestruct::Page{ 73843300: output_path=>/images/post-images/jenkins-pipeline-scalability/thousands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/thousands.png, layout=> }, "/images/post-images/jenkins-run-python.png"=>Awestruct::Page{ 73860820: output_path=>/images/post-images/jenkins-run-python.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-run-python.png, layout=> }, "/images/post-images/jenkins2-snippetizer-demo.png"=>Awestruct::Page{ 73878340: output_path=>/images/post-images/jenkins2-snippetizer-demo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins2-snippetizer-demo.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png"=>Awestruct::Page{ 73922720: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png"=>Awestruct::Page{ 73931860: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png"=>Awestruct::Page{ 73924640: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png"=>Awestruct::Page{ 73933760: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png"=>Awestruct::Page{ 73942880: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins1.png"=>Awestruct::Page{ 73987540: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins2.png"=>Awestruct::Page{ 73996660: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, layout=> }, "/images/post-images/kj187_Dashboard_2_i4wkw6.png"=>Awestruct::Page{ 74005980: output_path=>/images/post-images/kj187_Dashboard_2_i4wkw6.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/kj187_Dashboard_2_i4wkw6.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG"=>Awestruct::Page{ 74009440: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG"=>Awestruct::Page{ 74018560: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/melbourne.png"=>Awestruct::Page{ 74035860: output_path=>/images/post-images/monthly-jam-nov-2016/melbourne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/melbourne.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-jam.png"=>Awestruct::Page{ 74053180: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-jam.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-prep.png"=>Awestruct::Page{ 74062300: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-prep.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-prep.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow-small.png"=>Awestruct::Page{ 74090420: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow.png"=>Awestruct::Page{ 74099540: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow-small.png"=>Awestruct::Page{ 74108660: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow.png"=>Awestruct::Page{ 74117780: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow.png, layout=> }, "/images/post-images/pipeline-as-code-for-hardware/connectBoard.png"=>Awestruct::Page{ 74121620: output_path=>/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/aquilent.png"=>Awestruct::Page{ 74157780: output_path=>/images/post-images/pipeline-at-jenkinsworld/aquilent.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/aquilent.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/jfrog.png"=>Awestruct::Page{ 74166900: output_path=>/images/post-images/pipeline-at-jenkinsworld/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/jfrog.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg"=>Awestruct::Page{ 74184220: output_path=>/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/perforce.png"=>Awestruct::Page{ 74193340: output_path=>/images/post-images/pipeline-at-jenkinsworld/perforce.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/perforce.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/redhat.png"=>Awestruct::Page{ 74210660: output_path=>/images/post-images/pipeline-at-jenkinsworld/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/redhat.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png"=>Awestruct::Page{ 74238780: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png"=>Awestruct::Page{ 74247900: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png"=>Awestruct::Page{ 74257040: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-tests.png"=>Awestruct::Page{ 74266160: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png"=>Awestruct::Page{ 74269380: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png"=>Awestruct::Page{ 74286580: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png"=>Awestruct::Page{ 74295720: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png"=>Awestruct::Page{ 74312920: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png"=>Awestruct::Page{ 74330240: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif"=>Awestruct::Page{ 74339380: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, layout=> }, "/images/post-images/state-of-jam-2016/JAM-map.png"=>Awestruct::Page{ 74350820: output_path=>/images/post-images/state-of-jam-2016/JAM-map.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAM-map.png, layout=> }, "/images/post-images/state-of-jam-2016/JAMs-over-time.png"=>Awestruct::Page{ 74359940: output_path=>/images/post-images/state-of-jam-2016/JAMs-over-time.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAMs-over-time.png, layout=> }, "/images/post-images/state-of-jam-2016/barcelona-jam.png"=>Awestruct::Page{ 74377260: output_path=>/images/post-images/state-of-jam-2016/barcelona-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/barcelona-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/peru-jam.png"=>Awestruct::Page{ 74394580: output_path=>/images/post-images/state-of-jam-2016/peru-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/peru-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/seville-jam.png"=>Awestruct::Page{ 74403700: output_path=>/images/post-images/state-of-jam-2016/seville-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/seville-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam-2.png"=>Awestruct::Page{ 74421020: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam-2.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam.png"=>Awestruct::Page{ 74438340: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png"=>Awestruct::Page{ 74441780: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png"=>Awestruct::Page{ 74459100: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png"=>Awestruct::Page{ 74468220: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png"=>Awestruct::Page{ 74485520: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png"=>Awestruct::Page{ 74502840: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, layout=> }, "/images/protect.gif"=>Awestruct::Page{ 74512380: output_path=>/images/protect.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/protect.gif, layout=> }, "/images/railyard.jpg"=>Awestruct::Page{ 74530100: output_path=>/images/railyard.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/railyard.jpg, layout=> }, "/images/rfe.gif"=>Awestruct::Page{ 74523300: output_path=>/images/rfe.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe.gif, layout=> }, "/images/rfe2.gif"=>Awestruct::Page{ 74541040: output_path=>/images/rfe2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe2.gif, layout=> }, "/images/solution-images/jenkins-chart-nosetests.png"=>Awestruct::Page{ 74585520: output_path=>/images/solution-images/jenkins-chart-nosetests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-nosetests.png, layout=> }, "/images/solution-images/jenkins-chart-pylint.png"=>Awestruct::Page{ 74594840: output_path=>/images/solution-images/jenkins-chart-pylint.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-pylint.png, layout=> }, "/images/solution-images/jenkins-github-oauth-enable.png"=>Awestruct::Page{ 74604160: output_path=>/images/solution-images/jenkins-github-oauth-enable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-oauth-enable.png, layout=> }, "/images/solution-images/jenkins-github-services.png"=>Awestruct::Page{ 74597140: output_path=>/images/solution-images/jenkins-github-services.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-services.png, layout=> }, "/images/solution-images/jenkins-gradle-step.png"=>Awestruct::Page{ 74606460: output_path=>/images/solution-images/jenkins-gradle-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-gradle-step.png, layout=> }, "/images/solution-images/jenkins-maven-step.png"=>Awestruct::Page{ 74615780: output_path=>/images/solution-images/jenkins-maven-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-maven-step.png, layout=> }, "/images/solution-images/junit-rspec-postbuild-action.png"=>Awestruct::Page{ 74633300: output_path=>/images/solution-images/junit-rspec-postbuild-action.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-postbuild-action.png, layout=> }, "/images/solution-images/junit-rspec-trend.png"=>Awestruct::Page{ 74650800: output_path=>/images/solution-images/junit-rspec-trend.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-trend.png, layout=> }, "/images/sponsors/cloudbees.png"=>Awestruct::Page{ 74654660: output_path=>/images/sponsors/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/cloudbees.png, layout=> }, "/images/sponsors/microsoft.png"=>Awestruct::Page{ 74672180: output_path=>/images/sponsors/microsoft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/microsoft.png, layout=> }, "/images/sponsors/osuosl.png"=>Awestruct::Page{ 74681500: output_path=>/images/sponsors/osuosl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/osuosl.png, layout=> }, "/images/sponsors/rackspace.png"=>Awestruct::Page{ 74699020: output_path=>/images/sponsors/rackspace.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/rackspace.png, layout=> }, "/images/sponsors/redhat.png"=>Awestruct::Page{ 74716540: output_path=>/images/sponsors/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/redhat.png, layout=> }, "/images/sub.png"=>Awestruct::Page{ 74726080: output_path=>/images/sub.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sub.png, layout=> }, "/images/sun_small_bw.gif"=>Awestruct::Page{ 74719280: output_path=>/images/sun_small_bw.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sun_small_bw.gif, layout=> }, "/images/sunnyblueocean.png"=>Awestruct::Page{ 74737000: output_path=>/images/sunnyblueocean.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sunnyblueocean.png, layout=> }, "/images/user.gif"=>Awestruct::Page{ 74746560: output_path=>/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.gif, layout=> }, "/images/user.svg"=>Awestruct::Page{ 74764300: output_path=>/images/user.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.svg, layout=> }, "/images/visitor.gif"=>Awestruct::Page{ 74782040: output_path=>/images/visitor.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.gif, layout=> }, "/images/visitor.svg"=>Awestruct::Page{ 74791600: output_path=>/images/visitor.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.svg, layout=> }, "/images/webstart.gif"=>Awestruct::Page{ 74784800: output_path=>/images/webstart.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/webstart.gif, layout=> }, "/images/whale_1030x500.jpg"=>Awestruct::Page{ 74802520: output_path=>/images/whale_1030x500.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/whale_1030x500.jpg, layout=> }, "/images/xml.png"=>Awestruct::Page{ 74812060: output_path=>/images/xml.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/xml.png, layout=> }, "/index.html.haml"=>Awestruct::Page{ 74830140: output_path=>/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/index.html.haml, layout=>default }, "/infra/ci-redirects.adoc"=>Awestruct::Page{ 75095460: output_path=>/infra/ci-redirects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/infra/ci-redirects.adoc, layout=>simplepage }, "/jenkins.jnlp"=>Awestruct::Page{ 75305860: output_path=>/jenkins.jnlp, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/jenkins.jnlp, layout=> }, "/js/cjp-grid.js"=>Awestruct::Page{ 75310960: output_path=>/js/cjp-grid.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/cjp-grid.js, layout=> }, "/js/featured-service.json"=>Awestruct::Page{ 75465640: output_path=>/js/featured-service.json, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/featured-service.json, layout=> }, "/js/plguinlist-service.js"=>Awestruct::Page{ 75483980: output_path=>/js/plguinlist-service.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/plguinlist-service.js, layout=> }, "/license/index.md"=>Awestruct::Page{ 75550740: output_path=>/license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/license/index.md, layout=>post }, "/maven.jenkins-ci.org-logo.png"=>Awestruct::Page{ 75788520: output_path=>/maven.jenkins-ci.org-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/maven.jenkins-ci.org-logo.png, layout=> }, "/meetings/index.md"=>Awestruct::Page{ 75801320: output_path=>/meetings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/meetings/index.md, layout=>post }, "/mit-license/index.md"=>Awestruct::Page{ 76050940: output_path=>/mit-license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/mit-license/index.md, layout=>refresh }, "/node/1/index.md"=>Awestruct::Page{ 76247460: output_path=>/node/1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/1/index.md, layout=>refresh }, "/node/13/index.md"=>Awestruct::Page{ 76378940: output_path=>/node/13/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/13/index.md, layout=>refresh }, "/node/146/index.md"=>Awestruct::Page{ 76502260: output_path=>/node/146/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/146/index.md, layout=>refresh }, "/node/147/index.md"=>Awestruct::Page{ 76625560: output_path=>/node/147/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/147/index.md, layout=>refresh }, "/node/148/index.md"=>Awestruct::Page{ 76757080: output_path=>/node/148/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/148/index.md, layout=>refresh }, "/node/149/index.md"=>Awestruct::Page{ 76880380: output_path=>/node/149/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/149/index.md, layout=>refresh }, "/node/150/index.md"=>Awestruct::Page{ 77003700: output_path=>/node/150/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/150/index.md, layout=>refresh }, "/node/151/index.md"=>Awestruct::Page{ 77135180: output_path=>/node/151/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/151/index.md, layout=>refresh }, "/node/152/index.md"=>Awestruct::Page{ 77258500: output_path=>/node/152/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/152/index.md, layout=>refresh }, "/node/154/index.md"=>Awestruct::Page{ 77365460: output_path=>/node/154/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/154/index.md, layout=>refresh }, "/node/156/index.md"=>Awestruct::Page{ 77488780: output_path=>/node/156/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/156/index.md, layout=>refresh }, "/node/158/index.md"=>Awestruct::Page{ 77620260: output_path=>/node/158/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/158/index.md, layout=>refresh }, "/node/159/index.md"=>Awestruct::Page{ 77743560: output_path=>/node/159/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/159/index.md, layout=>refresh }, "/node/160/index.md"=>Awestruct::Page{ 77891440: output_path=>/node/160/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/160/index.md, layout=>refresh }, "/node/161/index.md"=>Awestruct::Page{ 77998400: output_path=>/node/161/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/161/index.md, layout=>refresh }, "/node/162/index.md"=>Awestruct::Page{ 78121680: output_path=>/node/162/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/162/index.md, layout=>refresh }, "/node/163/index.md"=>Awestruct::Page{ 78253180: output_path=>/node/163/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/163/index.md, layout=>refresh }, "/node/164/index.md"=>Awestruct::Page{ 78376480: output_path=>/node/164/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/164/index.md, layout=>refresh }, "/node/165/index.md"=>Awestruct::Page{ 78499800: output_path=>/node/165/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/165/index.md, layout=>refresh }, "/node/166/index.md"=>Awestruct::Page{ 78631280: output_path=>/node/166/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/166/index.md, layout=>refresh }, "/node/167/index.md"=>Awestruct::Page{ 78754580: output_path=>/node/167/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/167/index.md, layout=>refresh }, "/node/168/index.md"=>Awestruct::Page{ 78877860: output_path=>/node/168/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/168/index.md, layout=>refresh }, "/node/169/index.md"=>Awestruct::Page{ 79009380: output_path=>/node/169/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/169/index.md, layout=>refresh }, "/node/170/index.md"=>Awestruct::Page{ 79132680: output_path=>/node/170/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/170/index.md, layout=>refresh }, "/node/171/index.md"=>Awestruct::Page{ 79264160: output_path=>/node/171/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/171/index.md, layout=>refresh }, "/node/172/index.md"=>Awestruct::Page{ 79387440: output_path=>/node/172/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/172/index.md, layout=>refresh }, "/node/173/index.md"=>Awestruct::Page{ 79510760: output_path=>/node/173/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/173/index.md, layout=>refresh }, "/node/174/index.md"=>Awestruct::Page{ 79370940: output_path=>/node/174/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/174/index.md, layout=>refresh }, "/node/175/index.md"=>Awestruct::Page{ 78937120: output_path=>/node/175/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/175/index.md, layout=>refresh }, "/node/176/index.md"=>Awestruct::Page{ 78495100: output_path=>/node/176/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/176/index.md, layout=>refresh }, "/node/177/index.md"=>Awestruct::Page{ 78053060: output_path=>/node/177/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/177/index.md, layout=>refresh }, "/node/178/index.md"=>Awestruct::Page{ 77561020: output_path=>/node/178/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/178/index.md, layout=>refresh }, "/node/179/index.md"=>Awestruct::Page{ 77118240: output_path=>/node/179/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/179/index.md, layout=>refresh }, "/node/180/index.md"=>Awestruct::Page{ 76684420: output_path=>/node/180/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/180/index.md, layout=>refresh }, "/node/181/index.md"=>Awestruct::Page{ 76242440: output_path=>/node/181/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/181/index.md, layout=>refresh }, "/node/182/index.md"=>Awestruct::Page{ 75813340: output_path=>/node/182/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/182/index.md, layout=>refresh }, "/node/183/index.md"=>Awestruct::Page{ 75444340: output_path=>/node/183/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/183/index.md, layout=>refresh }, "/node/184/index.md"=>Awestruct::Page{ 75026260: output_path=>/node/184/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/184/index.md, layout=>refresh }, "/node/185/index.md"=>Awestruct::Page{ 74738460: output_path=>/node/185/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/185/index.md, layout=>refresh }, "/node/186/index.md"=>Awestruct::Page{ 74548440: output_path=>/node/186/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/186/index.md, layout=>refresh }, "/node/187/index.md"=>Awestruct::Page{ 74341760: output_path=>/node/187/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/187/index.md, layout=>refresh }, "/node/188/index.md"=>Awestruct::Page{ 74160020: output_path=>/node/188/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/188/index.md, layout=>refresh }, "/node/189/index.md"=>Awestruct::Page{ 73986180: output_path=>/node/189/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/189/index.md, layout=>refresh }, "/node/190/index.md"=>Awestruct::Page{ 73780040: output_path=>/node/190/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/190/index.md, layout=>refresh }, "/node/191/index.md"=>Awestruct::Page{ 73598280: output_path=>/node/191/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/191/index.md, layout=>refresh }, "/node/192/index.md"=>Awestruct::Page{ 73400240: output_path=>/node/192/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/192/index.md, layout=>refresh }, "/node/193/index.md"=>Awestruct::Page{ 73201780: output_path=>/node/193/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/193/index.md, layout=>refresh }, "/node/194/index.md"=>Awestruct::Page{ 73011780: output_path=>/node/194/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/194/index.md, layout=>refresh }, "/node/195/index.md"=>Awestruct::Page{ 72829960: output_path=>/node/195/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/195/index.md, layout=>refresh }, "/node/196/index.md"=>Awestruct::Page{ 72656200: output_path=>/node/196/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/196/index.md, layout=>refresh }, "/node/197/index.md"=>Awestruct::Page{ 72433280: output_path=>/node/197/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/197/index.md, layout=>refresh }, "/node/198/index.md"=>Awestruct::Page{ 72251260: output_path=>/node/198/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/198/index.md, layout=>refresh }, "/node/199/index.md"=>Awestruct::Page{ 72061200: output_path=>/node/199/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/199/index.md, layout=>refresh }, "/node/2/index.md"=>Awestruct::Page{ 71880040: output_path=>/node/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/2/index.md, layout=>refresh }, "/node/200/index.md"=>Awestruct::Page{ 71673660: output_path=>/node/200/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/200/index.md, layout=>refresh }, "/node/201/index.md"=>Awestruct::Page{ 71466760: output_path=>/node/201/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/201/index.md, layout=>refresh }, "/node/202/index.md"=>Awestruct::Page{ 71275760: output_path=>/node/202/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/202/index.md, layout=>refresh }, "/node/203/index.md"=>Awestruct::Page{ 71094260: output_path=>/node/203/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/203/index.md, layout=>refresh }, "/node/204/index.md"=>Awestruct::Page{ 70797300: output_path=>/node/204/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/204/index.md, layout=>refresh }, "/node/208/index.md"=>Awestruct::Page{ 70598680: output_path=>/node/208/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/208/index.md, layout=>refresh }, "/node/212/index.md"=>Awestruct::Page{ 70392240: output_path=>/node/212/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/212/index.md, layout=>refresh }, "/node/213/index.md"=>Awestruct::Page{ 70022720: output_path=>/node/213/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/213/index.md, layout=>refresh }, "/node/214/index.md"=>Awestruct::Page{ 69760000: output_path=>/node/214/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/214/index.md, layout=>refresh }, "/node/216/index.md"=>Awestruct::Page{ 69341960: output_path=>/node/216/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/216/index.md, layout=>refresh }, "/node/217/index.md"=>Awestruct::Page{ 68891640: output_path=>/node/217/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/217/index.md, layout=>refresh }, "/node/218/index.md"=>Awestruct::Page{ 68473980: output_path=>/node/218/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/218/index.md, layout=>refresh }, "/node/219/index.md"=>Awestruct::Page{ 68048180: output_path=>/node/219/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/219/index.md, layout=>refresh }, "/node/220/index.md"=>Awestruct::Page{ 67581000: output_path=>/node/220/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/220/index.md, layout=>refresh }, "/node/221/index.md"=>Awestruct::Page{ 67130720: output_path=>/node/221/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/221/index.md, layout=>refresh }, "/node/223/index.md"=>Awestruct::Page{ 66680360: output_path=>/node/223/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/223/index.md, layout=>refresh }, "/node/224/index.md"=>Awestruct::Page{ 66221580: output_path=>/node/224/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/224/index.md, layout=>refresh }, "/node/225/index.md"=>Awestruct::Page{ 65779300: output_path=>/node/225/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/225/index.md, layout=>refresh }, "/node/227/index.md"=>Awestruct::Page{ 65067000: output_path=>/node/227/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/227/index.md, layout=>refresh }, "/node/228/index.md"=>Awestruct::Page{ 64485780: output_path=>/node/228/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/228/index.md, layout=>refresh }, "/node/229/index.md"=>Awestruct::Page{ 64060220: output_path=>/node/229/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/229/index.md, layout=>refresh }, "/node/230/index.md"=>Awestruct::Page{ 63626440: output_path=>/node/230/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/230/index.md, layout=>refresh }, "/node/231/index.md"=>Awestruct::Page{ 59987740: output_path=>/node/231/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/231/index.md, layout=>refresh }, "/node/232/index.md"=>Awestruct::Page{ 58259680: output_path=>/node/232/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/232/index.md, layout=>refresh }, "/node/233/index.md"=>Awestruct::Page{ 55687860: output_path=>/node/233/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/233/index.md, layout=>refresh }, "/node/234/index.md"=>Awestruct::Page{ 56531760: output_path=>/node/234/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/234/index.md, layout=>refresh }, "/node/235/index.md"=>Awestruct::Page{ 55826380: output_path=>/node/235/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/235/index.md, layout=>refresh }, "/node/236/index.md"=>Awestruct::Page{ 40550140: output_path=>/node/236/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/236/index.md, layout=>refresh }, "/node/237/index.md"=>Awestruct::Page{ 39673600: output_path=>/node/237/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/237/index.md, layout=>refresh }, "/node/238/index.md"=>Awestruct::Page{ 38778900: output_path=>/node/238/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/238/index.md, layout=>refresh }, "/node/239/index.md"=>Awestruct::Page{ 38179500: output_path=>/node/239/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/239/index.md, layout=>refresh }, "/node/240/index.md"=>Awestruct::Page{ 37829680: output_path=>/node/240/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/240/index.md, layout=>refresh }, "/node/241/index.md"=>Awestruct::Page{ 37595420: output_path=>/node/241/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/241/index.md, layout=>refresh }, "/node/242/index.md"=>Awestruct::Page{ 37257800: output_path=>/node/242/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/242/index.md, layout=>refresh }, "/node/243/index.md"=>Awestruct::Page{ 36488220: output_path=>/node/243/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/243/index.md, layout=>refresh }, "/node/244/index.md"=>Awestruct::Page{ 35703820: output_path=>/node/244/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/244/index.md, layout=>refresh }, "/node/245/index.md"=>Awestruct::Page{ 31154180: output_path=>/node/245/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/245/index.md, layout=>refresh }, "/node/246/index.md"=>Awestruct::Page{ 30861800: output_path=>/node/246/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/246/index.md, layout=>refresh }, "/node/247/index.md"=>Awestruct::Page{ 30097060: output_path=>/node/247/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/247/index.md, layout=>refresh }, "/node/251/index.md"=>Awestruct::Page{ 29645540: output_path=>/node/251/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/251/index.md, layout=>refresh }, "/node/252/index.md"=>Awestruct::Page{ 28665260: output_path=>/node/252/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/252/index.md, layout=>refresh }, "/node/253/index.md"=>Awestruct::Page{ 23927220: output_path=>/node/253/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/253/index.md, layout=>refresh }, "/node/254/index.md"=>Awestruct::Page{ 20776880: output_path=>/node/254/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/254/index.md, layout=>refresh }, "/node/255/index.md"=>Awestruct::Page{ 24486700: output_path=>/node/255/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/255/index.md, layout=>refresh }, "/node/256/index.md"=>Awestruct::Page{ 29158460: output_path=>/node/256/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/256/index.md, layout=>refresh }, "/node/257/index.md"=>Awestruct::Page{ 29856820: output_path=>/node/257/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/257/index.md, layout=>refresh }, "/node/258/index.md"=>Awestruct::Page{ 30138540: output_path=>/node/258/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/258/index.md, layout=>refresh }, "/node/259/index.md"=>Awestruct::Page{ 30873020: output_path=>/node/259/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/259/index.md, layout=>refresh }, "/node/260/index.md"=>Awestruct::Page{ 31180700: output_path=>/node/260/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/260/index.md, layout=>refresh }, "/node/264/index.md"=>Awestruct::Page{ 35517040: output_path=>/node/264/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/264/index.md, layout=>refresh }, "/node/266/index.md"=>Awestruct::Page{ 36317160: output_path=>/node/266/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/266/index.md, layout=>refresh }, "/node/267/index.md"=>Awestruct::Page{ 37205820: output_path=>/node/267/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/267/index.md, layout=>refresh }, "/node/268/index.md"=>Awestruct::Page{ 37546380: output_path=>/node/268/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/268/index.md, layout=>refresh }, "/node/269/index.md"=>Awestruct::Page{ 37770380: output_path=>/node/269/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/269/index.md, layout=>refresh }, "/node/270/index.md"=>Awestruct::Page{ 38063460: output_path=>/node/270/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/270/index.md, layout=>refresh }, "/node/272/index.md"=>Awestruct::Page{ 38420920: output_path=>/node/272/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/272/index.md, layout=>refresh }, "/node/273/index.md"=>Awestruct::Page{ 39346200: output_path=>/node/273/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/273/index.md, layout=>refresh }, "/node/274/index.md"=>Awestruct::Page{ 40283000: output_path=>/node/274/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/274/index.md, layout=>refresh }, "/node/275/index.md"=>Awestruct::Page{ 55664040: output_path=>/node/275/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/275/index.md, layout=>refresh }, "/node/276/index.md"=>Awestruct::Page{ 56614120: output_path=>/node/276/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/276/index.md, layout=>refresh }, "/node/277/index.md"=>Awestruct::Page{ 59210340: output_path=>/node/277/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/277/index.md, layout=>refresh }, "/node/278/index.md"=>Awestruct::Page{ 58039280: output_path=>/node/278/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/278/index.md, layout=>refresh }, "/node/279/index.md"=>Awestruct::Page{ 60054940: output_path=>/node/279/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/279/index.md, layout=>refresh }, "/node/280/index.md"=>Awestruct::Page{ 63642380: output_path=>/node/280/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/280/index.md, layout=>refresh }, "/node/281/index.md"=>Awestruct::Page{ 64011400: output_path=>/node/281/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/281/index.md, layout=>refresh }, "/node/282/index.md"=>Awestruct::Page{ 64495160: output_path=>/node/282/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/282/index.md, layout=>refresh }, "/node/294/index.md"=>Awestruct::Page{ 65036140: output_path=>/node/294/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/294/index.md, layout=>refresh }, "/node/295/index.md"=>Awestruct::Page{ 65462580: output_path=>/node/295/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/295/index.md, layout=>refresh }, "/node/296/index.md"=>Awestruct::Page{ 66232240: output_path=>/node/296/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/296/index.md, layout=>refresh }, "/node/297/index.md"=>Awestruct::Page{ 66715540: output_path=>/node/297/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/297/index.md, layout=>refresh }, "/node/298/index.md"=>Awestruct::Page{ 67051300: output_path=>/node/298/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/298/index.md, layout=>refresh }, "/node/299/index.md"=>Awestruct::Page{ 67468860: output_path=>/node/299/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/299/index.md, layout=>refresh }, "/node/3/index.md"=>Awestruct::Page{ 67935700: output_path=>/node/3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/3/index.md, layout=>refresh }, "/node/300/index.md"=>Awestruct::Page{ 68370040: output_path=>/node/300/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/300/index.md, layout=>refresh }, "/node/302/index.md"=>Awestruct::Page{ 68844940: output_path=>/node/302/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/302/index.md, layout=>refresh }, "/node/303/index.md"=>Awestruct::Page{ 69229980: output_path=>/node/303/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/303/index.md, layout=>refresh }, "/node/304/index.md"=>Awestruct::Page{ 69770140: output_path=>/node/304/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/304/index.md, layout=>refresh }, "/node/305/index.md"=>Awestruct::Page{ 69982140: output_path=>/node/305/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/305/index.md, layout=>refresh }, "/node/309/index.md"=>Awestruct::Page{ 70406220: output_path=>/node/309/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/309/index.md, layout=>refresh }, "/node/311/index.md"=>Awestruct::Page{ 70535740: output_path=>/node/311/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/311/index.md, layout=>refresh }, "/node/312/index.md"=>Awestruct::Page{ 70787600: output_path=>/node/312/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/312/index.md, layout=>refresh }, "/node/313/index.md"=>Awestruct::Page{ 71106500: output_path=>/node/313/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/313/index.md, layout=>refresh }, "/node/314/index.md"=>Awestruct::Page{ 71243720: output_path=>/node/314/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/314/index.md, layout=>refresh }, "/node/315/index.md"=>Awestruct::Page{ 71471740: output_path=>/node/315/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/315/index.md, layout=>refresh }, "/node/319/index.md"=>Awestruct::Page{ 71609180: output_path=>/node/319/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/319/index.md, layout=>refresh }, "/node/320/index.md"=>Awestruct::Page{ 71869780: output_path=>/node/320/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/320/index.md, layout=>refresh }, "/node/322/index.md"=>Awestruct::Page{ 72080940: output_path=>/node/322/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/322/index.md, layout=>refresh }, "/node/323/index.md"=>Awestruct::Page{ 72210360: output_path=>/node/323/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/323/index.md, layout=>refresh }, "/node/328/index.md"=>Awestruct::Page{ 72446360: output_path=>/node/328/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/328/index.md, layout=>refresh }, "/node/329/index.md"=>Awestruct::Page{ 72550960: output_path=>/node/329/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/329/index.md, layout=>refresh }, "/node/330/index.md"=>Awestruct::Page{ 72836560: output_path=>/node/330/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/330/index.md, layout=>refresh }, "/node/331/index.md"=>Awestruct::Page{ 72949240: output_path=>/node/331/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/331/index.md, layout=>refresh }, "/node/336/index.md"=>Awestruct::Page{ 73242820: output_path=>/node/336/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/336/index.md, layout=>refresh }, "/node/337/index.md"=>Awestruct::Page{ 73388840: output_path=>/node/337/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/337/index.md, layout=>refresh }, "/node/338/index.md"=>Awestruct::Page{ 73501720: output_path=>/node/338/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/338/index.md, layout=>refresh }, "/node/339/index.md"=>Awestruct::Page{ 73794880: output_path=>/node/339/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/339/index.md, layout=>refresh }, "/node/340/index.md"=>Awestruct::Page{ 73924260: output_path=>/node/340/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/340/index.md, layout=>refresh }, "/node/341/index.md"=>Awestruct::Page{ 74192800: output_path=>/node/341/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/341/index.md, layout=>refresh }, "/node/342/index.md"=>Awestruct::Page{ 74331060: output_path=>/node/342/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/342/index.md, layout=>refresh }, "/node/343/index.md"=>Awestruct::Page{ 74460600: output_path=>/node/343/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/343/index.md, layout=>refresh }, "/node/344/index.md"=>Awestruct::Page{ 74745260: output_path=>/node/344/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/344/index.md, layout=>refresh }, "/node/345/index.md"=>Awestruct::Page{ 74899340: output_path=>/node/345/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/345/index.md, layout=>refresh }, "/node/346/index.md"=>Awestruct::Page{ 75366340: output_path=>/node/346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/346/index.md, layout=>refresh }, "/node/351/index.md"=>Awestruct::Page{ 75931020: output_path=>/node/351/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/351/index.md, layout=>refresh }, "/node/353/index.md"=>Awestruct::Page{ 76148140: output_path=>/node/353/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/353/index.md, layout=>refresh }, "/node/356/index.md"=>Awestruct::Page{ 76564500: output_path=>/node/356/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/356/index.md, layout=>refresh }, "/node/357/index.md"=>Awestruct::Page{ 77063240: output_path=>/node/357/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/357/index.md, layout=>refresh }, "/node/360/index.md"=>Awestruct::Page{ 77439460: output_path=>/node/360/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/360/index.md, layout=>refresh }, "/node/361/index.md"=>Awestruct::Page{ 78126980: output_path=>/node/361/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/361/index.md, layout=>refresh }, "/node/362/index.md"=>Awestruct::Page{ 78633900: output_path=>/node/362/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/362/index.md, layout=>refresh }, "/node/363/index.md"=>Awestruct::Page{ 79009000: output_path=>/node/363/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/363/index.md, layout=>refresh }, "/node/364/index.md"=>Awestruct::Page{ 79261840: output_path=>/node/364/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/364/index.md, layout=>refresh }, "/node/366/index.md"=>Awestruct::Page{ 57348260: output_path=>/node/366/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/366/index.md, layout=>refresh }, "/node/367/index.md"=>Awestruct::Page{ 59355700: output_path=>/node/367/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/367/index.md, layout=>refresh }, "/node/368/index.md"=>Awestruct::Page{ 56013760: output_path=>/node/368/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/368/index.md, layout=>refresh }, "/node/370/index.md"=>Awestruct::Page{ 57054560: output_path=>/node/370/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/370/index.md, layout=>refresh }, "/node/371/index.md"=>Awestruct::Page{ 57833240: output_path=>/node/371/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/371/index.md, layout=>refresh }, "/node/372/index.md"=>Awestruct::Page{ 57628860: output_path=>/node/372/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/372/index.md, layout=>refresh }, "/node/373/index.md"=>Awestruct::Page{ 58874460: output_path=>/node/373/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/373/index.md, layout=>refresh }, "/node/374/index.md"=>Awestruct::Page{ 59571220: output_path=>/node/374/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/374/index.md, layout=>refresh }, "/node/375/index.md"=>Awestruct::Page{ 60153280: output_path=>/node/375/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/375/index.md, layout=>refresh }, "/node/376/index.md"=>Awestruct::Page{ 55926640: output_path=>/node/376/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/376/index.md, layout=>refresh }, "/node/377/index.md"=>Awestruct::Page{ 63439180: output_path=>/node/377/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/377/index.md, layout=>refresh }, "/node/378/index.md"=>Awestruct::Page{ 63677160: output_path=>/node/378/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/378/index.md, layout=>refresh }, "/node/380/index.md"=>Awestruct::Page{ 63833240: output_path=>/node/380/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/380/index.md, layout=>refresh }, "/node/381/index.md"=>Awestruct::Page{ 63981140: output_path=>/node/381/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/381/index.md, layout=>refresh }, "/node/382/index.md"=>Awestruct::Page{ 64096260: output_path=>/node/382/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/382/index.md, layout=>refresh }, "/node/383/index.md"=>Awestruct::Page{ 64293300: output_path=>/node/383/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/383/index.md, layout=>refresh }, "/node/386/index.md"=>Awestruct::Page{ 64408400: output_path=>/node/386/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/386/index.md, layout=>refresh }, "/node/387/index.md"=>Awestruct::Page{ 64523540: output_path=>/node/387/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/387/index.md, layout=>refresh }, "/node/388/index.md"=>Awestruct::Page{ 64827100: output_path=>/node/388/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/388/index.md, layout=>refresh }, "/node/389/index.md"=>Awestruct::Page{ 64975040: output_path=>/node/389/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/389/index.md, layout=>refresh }, "/node/390/index.md"=>Awestruct::Page{ 65213020: output_path=>/node/390/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/390/index.md, layout=>refresh }, "/node/391/index.md"=>Awestruct::Page{ 65360880: output_path=>/node/391/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/391/index.md, layout=>refresh }, "/node/392/index.md"=>Awestruct::Page{ 65484160: output_path=>/node/392/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/392/index.md, layout=>refresh }, "/node/393/index.md"=>Awestruct::Page{ 65828640: output_path=>/node/393/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/393/index.md, layout=>refresh }, "/node/395/index.md"=>Awestruct::Page{ 66050220: output_path=>/node/395/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/395/index.md, layout=>refresh }, "/node/397/index.md"=>Awestruct::Page{ 66206300: output_path=>/node/397/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/397/index.md, layout=>refresh }, "/node/400/index.md"=>Awestruct::Page{ 66452500: output_path=>/node/400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/400/index.md, layout=>refresh }, "/node/401/index.md"=>Awestruct::Page{ 66584000: output_path=>/node/401/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/401/index.md, layout=>refresh }, "/node/402/index.md"=>Awestruct::Page{ 66805620: output_path=>/node/402/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/402/index.md, layout=>refresh }, "/node/403/index.md"=>Awestruct::Page{ 66912560: output_path=>/node/403/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/403/index.md, layout=>refresh }, "/node/404/index.md"=>Awestruct::Page{ 67166940: output_path=>/node/404/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/404/index.md, layout=>refresh }, "/node/406/index.md"=>Awestruct::Page{ 67380360: output_path=>/node/406/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/406/index.md, layout=>refresh }, "/node/407/index.md"=>Awestruct::Page{ 67528220: output_path=>/node/407/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/407/index.md, layout=>refresh }, "/node/408/index.md"=>Awestruct::Page{ 67766220: output_path=>/node/408/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/408/index.md, layout=>refresh }, "/node/409/index.md"=>Awestruct::Page{ 67905920: output_path=>/node/409/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/409/index.md, layout=>refresh }, "/node/410/index.md"=>Awestruct::Page{ 68152100: output_path=>/node/410/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/410/index.md, layout=>refresh }, "/node/411/index.md"=>Awestruct::Page{ 68439260: output_path=>/node/411/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/411/index.md, layout=>refresh }, "/node/413/index.md"=>Awestruct::Page{ 68570740: output_path=>/node/413/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/413/index.md, layout=>refresh }, "/node/414/index.md"=>Awestruct::Page{ 68808740: output_path=>/node/414/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/414/index.md, layout=>refresh }, "/node/415/index.md"=>Awestruct::Page{ 69054900: output_path=>/node/415/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/415/index.md, layout=>refresh }, "/node/416/index.md"=>Awestruct::Page{ 69186420: output_path=>/node/416/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/416/index.md, layout=>refresh }, "/node/417/index.md"=>Awestruct::Page{ 69391620: output_path=>/node/417/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/417/index.md, layout=>refresh }, "/node/418/index.md"=>Awestruct::Page{ 69645960: output_path=>/node/418/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/418/index.md, layout=>refresh }, "/node/419/index.md"=>Awestruct::Page{ 69843040: output_path=>/node/419/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/419/index.md, layout=>refresh }, "/node/420/index.md"=>Awestruct::Page{ 70203900: output_path=>/node/420/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/420/index.md, layout=>refresh }, "/node/421/index.md"=>Awestruct::Page{ 71015340: output_path=>/node/421/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/421/index.md, layout=>refresh }, "/node/422/index.md"=>Awestruct::Page{ 75144540: output_path=>/node/422/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/422/index.md, layout=>refresh }, "/node/423/index.md"=>Awestruct::Page{ 75267840: output_path=>/node/423/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/423/index.md, layout=>refresh }, "/node/424/index.md"=>Awestruct::Page{ 75456720: output_path=>/node/424/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/424/index.md, layout=>refresh }, "/node/425/index.md"=>Awestruct::Page{ 75702900: output_path=>/node/425/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/425/index.md, layout=>refresh }, "/node/426/index.md"=>Awestruct::Page{ 75899900: output_path=>/node/426/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/426/index.md, layout=>refresh }, "/node/427/index.md"=>Awestruct::Page{ 76105100: output_path=>/node/427/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/427/index.md, layout=>refresh }, "/node/428/index.md"=>Awestruct::Page{ 76449540: output_path=>/node/428/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/428/index.md, layout=>refresh }, "/node/429/index.md"=>Awestruct::Page{ 76712100: output_path=>/node/429/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/429/index.md, layout=>refresh }, "/node/430/index.md"=>Awestruct::Page{ 76974680: output_path=>/node/430/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/430/index.md, layout=>refresh }, "/node/431/index.md"=>Awestruct::Page{ 77335540: output_path=>/node/431/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/431/index.md, layout=>refresh }, "/node/432/index.md"=>Awestruct::Page{ 77598100: output_path=>/node/432/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/432/index.md, layout=>refresh }, "/node/433/index.md"=>Awestruct::Page{ 77852500: output_path=>/node/433/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/433/index.md, layout=>refresh }, "/node/435/index.md"=>Awestruct::Page{ 78098680: output_path=>/node/435/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/435/index.md, layout=>refresh }, "/node/436/index.md"=>Awestruct::Page{ 78451400: output_path=>/node/436/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/436/index.md, layout=>refresh }, "/node/437/index.md"=>Awestruct::Page{ 78582220: output_path=>/node/437/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/437/index.md, layout=>refresh }, "/node/439/index.md"=>Awestruct::Page{ 78728220: output_path=>/node/439/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/439/index.md, layout=>refresh }, "/node/440/index.md"=>Awestruct::Page{ 78227320: output_path=>/node/440/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/440/index.md, layout=>refresh }, "/node/441/index.md"=>Awestruct::Page{ 79077740: output_path=>/node/441/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/441/index.md, layout=>refresh }, "/node/442/index.md"=>Awestruct::Page{ 79224020: output_path=>/node/442/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/442/index.md, layout=>refresh }, "/node/444/index.md"=>Awestruct::Page{ 77838200: output_path=>/node/444/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/444/index.md, layout=>refresh }, "/node/445/index.md"=>Awestruct::Page{ 77714160: output_path=>/node/445/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/445/index.md, layout=>refresh }, "/node/446/index.md"=>Awestruct::Page{ 77358440: output_path=>/node/446/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/446/index.md, layout=>refresh }, "/node/447/index.md"=>Awestruct::Page{ 77084640: output_path=>/node/447/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/447/index.md, layout=>refresh }, "/node/448/index.md"=>Awestruct::Page{ 76729000: output_path=>/node/448/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/448/index.md, layout=>refresh }, "/node/449/index.md"=>Awestruct::Page{ 76454720: output_path=>/node/449/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/449/index.md, layout=>refresh }, "/node/450/index.md"=>Awestruct::Page{ 76107400: output_path=>/node/450/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/450/index.md, layout=>refresh }, "/node/452/index.md"=>Awestruct::Page{ 75899180: output_path=>/node/452/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/452/index.md, layout=>refresh }, "/node/453/index.md"=>Awestruct::Page{ 75691240: output_path=>/node/453/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/453/index.md, layout=>refresh }, "/node/454/index.md"=>Awestruct::Page{ 75450800: output_path=>/node/454/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/454/index.md, layout=>refresh }, "/node/455/index.md"=>Awestruct::Page{ 75218480: output_path=>/node/455/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/455/index.md, layout=>refresh }, "/node/456/index.md"=>Awestruct::Page{ 74961380: output_path=>/node/456/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/456/index.md, layout=>refresh }, "/node/457/index.md"=>Awestruct::Page{ 70321820: output_path=>/node/457/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/457/index.md, layout=>refresh }, "/node/459/index.md"=>Awestruct::Page{ 70146800: output_path=>/node/459/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/459/index.md, layout=>refresh }, "/node/460/index.md"=>Awestruct::Page{ 69783400: output_path=>/node/460/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/460/index.md, layout=>refresh }, "/node/461/index.md"=>Awestruct::Page{ 69444520: output_path=>/node/461/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/461/index.md, layout=>refresh }, "/node/462/index.md"=>Awestruct::Page{ 69302280: output_path=>/node/462/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/462/index.md, layout=>refresh }, "/node/465/index.md"=>Awestruct::Page{ 69077880: output_path=>/node/465/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/465/index.md, layout=>refresh }, "/node/466/index.md"=>Awestruct::Page{ 68853800: output_path=>/node/466/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/466/index.md, layout=>refresh }, "/node/467/index.md"=>Awestruct::Page{ 68580680: output_path=>/node/467/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/467/index.md, layout=>refresh }, "/node/468/index.md"=>Awestruct::Page{ 68446600: output_path=>/node/468/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/468/index.md, layout=>refresh }, "/node/469/index.md"=>Awestruct::Page{ 68156440: output_path=>/node/469/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/469/index.md, layout=>refresh }, "/node/470/index.md"=>Awestruct::Page{ 67907740: output_path=>/node/470/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/470/index.md, layout=>refresh }, "/node/471/index.md"=>Awestruct::Page{ 67764780: output_path=>/node/471/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/471/index.md, layout=>refresh }, "/node/473/index.md"=>Awestruct::Page{ 67507340: output_path=>/node/473/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/473/index.md, layout=>refresh }, "/node/475/index.md"=>Awestruct::Page{ 67365080: output_path=>/node/475/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/475/index.md, layout=>refresh }, "/node/476/index.md"=>Awestruct::Page{ 67124160: output_path=>/node/476/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/476/index.md, layout=>refresh }, "/node/477/index.md"=>Awestruct::Page{ 66891680: output_path=>/node/477/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/477/index.md, layout=>refresh }, "/node/478/index.md"=>Awestruct::Page{ 66741420: output_path=>/node/478/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/478/index.md, layout=>refresh }, "/node/480/index.md"=>Awestruct::Page{ 66508660: output_path=>/node/480/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/480/index.md, layout=>refresh }, "/node/483/index.md"=>Awestruct::Page{ 66267940: output_path=>/node/483/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/483/index.md, layout=>refresh }, "/node/484/index.md"=>Awestruct::Page{ 66125600: output_path=>/node/484/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/484/index.md, layout=>refresh }, "/node/485/index.md"=>Awestruct::Page{ 65876960: output_path=>/node/485/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/485/index.md, layout=>refresh }, "/node/486/index.md"=>Awestruct::Page{ 65734960: output_path=>/node/486/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/486/index.md, layout=>refresh }, "/node/487/index.md"=>Awestruct::Page{ 65379400: output_path=>/node/487/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/487/index.md, layout=>refresh }, "/node/488/index.md"=>Awestruct::Page{ 65237420: output_path=>/node/488/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/488/index.md, layout=>refresh }, "/node/489/index.md"=>Awestruct::Page{ 64898780: output_path=>/node/489/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/489/index.md, layout=>refresh }, "/node/490/index.md"=>Awestruct::Page{ 64830100: output_path=>/node/490/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/490/index.md, layout=>refresh }, "/node/491/index.md"=>Awestruct::Page{ 64523680: output_path=>/node/491/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/491/index.md, layout=>refresh }, "/node/492/index.md"=>Awestruct::Page{ 64396800: output_path=>/node/492/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/492/index.md, layout=>refresh }, "/node/493/index.md"=>Awestruct::Page{ 64270640: output_path=>/node/493/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/493/index.md, layout=>refresh }, "/node/494/index.md"=>Awestruct::Page{ 64087380: output_path=>/node/494/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/494/index.md, layout=>refresh }, "/node/496/index.md"=>Awestruct::Page{ 63952880: output_path=>/node/496/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/496/index.md, layout=>refresh }, "/node/497/index.md"=>Awestruct::Page{ 63794180: output_path=>/node/497/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/497/index.md, layout=>refresh }, "/node/501/index.md"=>Awestruct::Page{ 63618820: output_path=>/node/501/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/501/index.md, layout=>refresh }, "/node/502/index.md"=>Awestruct::Page{ 55554600: output_path=>/node/502/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/502/index.md, layout=>refresh }, "/node/503/index.md"=>Awestruct::Page{ 60368660: output_path=>/node/503/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/503/index.md, layout=>refresh }, "/node/504/index.md"=>Awestruct::Page{ 59668800: output_path=>/node/504/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/504/index.md, layout=>refresh }, "/node/505/index.md"=>Awestruct::Page{ 59084080: output_path=>/node/505/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/505/index.md, layout=>refresh }, "/node/506/index.md"=>Awestruct::Page{ 58491160: output_path=>/node/506/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/506/index.md, layout=>refresh }, "/node/507/index.md"=>Awestruct::Page{ 57882320: output_path=>/node/507/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/507/index.md, layout=>refresh }, "/node/508/index.md"=>Awestruct::Page{ 57199760: output_path=>/node/508/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/508/index.md, layout=>refresh }, "/node/510/index.md"=>Awestruct::Page{ 56058560: output_path=>/node/510/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/510/index.md, layout=>refresh }, "/node/511/index.md"=>Awestruct::Page{ 59356880: output_path=>/node/511/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/511/index.md, layout=>refresh }, "/node/512/index.md"=>Awestruct::Page{ 57346440: output_path=>/node/512/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/512/index.md, layout=>refresh }, "/node/513/index.md"=>Awestruct::Page{ 79388620: output_path=>/node/513/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/513/index.md, layout=>refresh }, "/node/514/index.md"=>Awestruct::Page{ 79008780: output_path=>/node/514/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/514/index.md, layout=>refresh }, "/node/515/index.md"=>Awestruct::Page{ 78745260: output_path=>/node/515/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/515/index.md, layout=>refresh }, "/node/516/index.md"=>Awestruct::Page{ 78358220: output_path=>/node/516/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/516/index.md, layout=>refresh }, "/node/517/index.md"=>Awestruct::Page{ 77987580: output_path=>/node/517/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/517/index.md, layout=>refresh }, "/node/518/index.md"=>Awestruct::Page{ 77626140: output_path=>/node/518/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/518/index.md, layout=>refresh }, "/node/519/index.md"=>Awestruct::Page{ 77255340: output_path=>/node/519/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/519/index.md, layout=>refresh }, "/node/520/index.md"=>Awestruct::Page{ 76991500: output_path=>/node/520/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/520/index.md, layout=>refresh }, "/node/524/index.md"=>Awestruct::Page{ 76613100: output_path=>/node/524/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/524/index.md, layout=>refresh }, "/node/525/index.md"=>Awestruct::Page{ 76243000: output_path=>/node/525/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/525/index.md, layout=>refresh }, "/node/526/index.md"=>Awestruct::Page{ 76040520: output_path=>/node/526/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/526/index.md, layout=>refresh }, "/node/527/index.md"=>Awestruct::Page{ 75678600: output_path=>/node/527/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/527/index.md, layout=>refresh }, "/node/528/index.md"=>Awestruct::Page{ 75365520: output_path=>/node/528/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/528/index.md, layout=>refresh }, "/node/529/index.md"=>Awestruct::Page{ 75078080: output_path=>/node/529/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/529/index.md, layout=>refresh }, "/node/532/index.md"=>Awestruct::Page{ 74814200: output_path=>/node/532/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/532/index.md, layout=>refresh }, "/node/535/index.md"=>Awestruct::Page{ 74720860: output_path=>/node/535/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/535/index.md, layout=>refresh }, "/node/536/index.md"=>Awestruct::Page{ 74620840: output_path=>/node/536/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/536/index.md, layout=>refresh }, "/node/538/index.md"=>Awestruct::Page{ 74528360: output_path=>/node/538/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/538/index.md, layout=>refresh }, "/node/540/index.md"=>Awestruct::Page{ 74435880: output_path=>/node/540/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/540/index.md, layout=>refresh }, "/node/541/index.md"=>Awestruct::Page{ 74335520: output_path=>/node/541/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/541/index.md, layout=>refresh }, "/node/544/index.md"=>Awestruct::Page{ 74251580: output_path=>/node/544/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/544/index.md, layout=>refresh }, "/node/546/index.md"=>Awestruct::Page{ 74142540: output_path=>/node/546/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/546/index.md, layout=>refresh }, "/node/548/index.md"=>Awestruct::Page{ 74050820: output_path=>/node/548/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/548/index.md, layout=>refresh }, "/node/550/index.md"=>Awestruct::Page{ 73950700: output_path=>/node/550/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/550/index.md, layout=>refresh }, "/node/552/index.md"=>Awestruct::Page{ 73850080: output_path=>/node/552/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/552/index.md, layout=>refresh }, "/node/557/index.md"=>Awestruct::Page{ 73757400: output_path=>/node/557/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/557/index.md, layout=>refresh }, "/node/560/index.md"=>Awestruct::Page{ 73665480: output_path=>/node/560/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/560/index.md, layout=>refresh }, "/node/562/index.md"=>Awestruct::Page{ 73565120: output_path=>/node/562/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/562/index.md, layout=>refresh }, "/node/564/index.md"=>Awestruct::Page{ 73472580: output_path=>/node/564/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/564/index.md, layout=>refresh }, "/node/566/index.md"=>Awestruct::Page{ 73388500: output_path=>/node/566/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/566/index.md, layout=>refresh }, "/node/568/index.md"=>Awestruct::Page{ 73280380: output_path=>/node/568/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/568/index.md, layout=>refresh }, "/node/570/index.md"=>Awestruct::Page{ 73179440: output_path=>/node/570/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/570/index.md, layout=>refresh }, "/node/573/index.md"=>Awestruct::Page{ 73078760: output_path=>/node/573/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/573/index.md, layout=>refresh }, "/node/574/index.md"=>Awestruct::Page{ 72986560: output_path=>/node/574/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/574/index.md, layout=>refresh }, "/node/575/index.md"=>Awestruct::Page{ 72894420: output_path=>/node/575/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/575/index.md, layout=>refresh }, "/node/583/index.md"=>Awestruct::Page{ 72793540: output_path=>/node/583/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/583/index.md, layout=>refresh }, "/node/585/index.md"=>Awestruct::Page{ 72693360: output_path=>/node/585/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/585/index.md, layout=>refresh }, "/node/588/index.md"=>Awestruct::Page{ 72601460: output_path=>/node/588/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/588/index.md, layout=>refresh }, "/node/589/index.md"=>Awestruct::Page{ 72509080: output_path=>/node/589/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/589/index.md, layout=>refresh }, "/node/590/index.md"=>Awestruct::Page{ 72408200: output_path=>/node/590/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/590/index.md, layout=>refresh }, "/node/592/index.md"=>Awestruct::Page{ 72315580: output_path=>/node/592/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/592/index.md, layout=>refresh }, "/node/594/index.md"=>Awestruct::Page{ 72215180: output_path=>/node/594/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/594/index.md, layout=>refresh }, "/node/595/index.md"=>Awestruct::Page{ 72123040: output_path=>/node/595/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/595/index.md, layout=>refresh }, "/node/596/index.md"=>Awestruct::Page{ 72030420: output_path=>/node/596/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/596/index.md, layout=>refresh }, "/node/597/index.md"=>Awestruct::Page{ 71922580: output_path=>/node/597/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/597/index.md, layout=>refresh }, "/node/599/index.md"=>Awestruct::Page{ 71813320: output_path=>/node/599/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/599/index.md, layout=>refresh }, "/node/600/index.md"=>Awestruct::Page{ 71721640: output_path=>/node/600/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/600/index.md, layout=>refresh }, "/node/601/index.md"=>Awestruct::Page{ 71620920: output_path=>/node/601/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/601/index.md, layout=>refresh }, "/node/603/index.md"=>Awestruct::Page{ 71528240: output_path=>/node/603/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/603/index.md, layout=>refresh }, "/node/605/index.md"=>Awestruct::Page{ 71435380: output_path=>/node/605/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/605/index.md, layout=>refresh }, "/node/606/index.md"=>Awestruct::Page{ 71335180: output_path=>/node/606/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/606/index.md, layout=>refresh }, "/node/608/index.md"=>Awestruct::Page{ 71242300: output_path=>/node/608/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/608/index.md, layout=>refresh }, "/node/609/index.md"=>Awestruct::Page{ 71142140: output_path=>/node/609/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/609/index.md, layout=>refresh }, "/node/612/index.md"=>Awestruct::Page{ 71049380: output_path=>/node/612/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/612/index.md, layout=>refresh }, "/node/615/index.md"=>Awestruct::Page{ 70843400: output_path=>/node/615/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/615/index.md, layout=>refresh }, "/node/620/index.md"=>Awestruct::Page{ 70734340: output_path=>/node/620/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/620/index.md, layout=>refresh }, "/node/621/index.md"=>Awestruct::Page{ 70642180: output_path=>/node/621/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/621/index.md, layout=>refresh }, "/node/622/index.md"=>Awestruct::Page{ 70550000: output_path=>/node/622/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/622/index.md, layout=>refresh }, "/node/623/index.md"=>Awestruct::Page{ 70449060: output_path=>/node/623/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/623/index.md, layout=>refresh }, "/node/625/index.md"=>Awestruct::Page{ 70348220: output_path=>/node/625/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/625/index.md, layout=>refresh }, "/node/626/index.md"=>Awestruct::Page{ 70035340: output_path=>/node/626/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/626/index.md, layout=>refresh }, "/node/627/index.md"=>Awestruct::Page{ 69934240: output_path=>/node/627/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/627/index.md, layout=>refresh }, "/node/629/index.md"=>Awestruct::Page{ 69703380: output_path=>/node/629/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/629/index.md, layout=>refresh }, "/node/631/index.md"=>Awestruct::Page{ 69399600: output_path=>/node/631/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/631/index.md, layout=>refresh }, "/node/632/index.md"=>Awestruct::Page{ 69005040: output_path=>/node/632/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/632/index.md, layout=>refresh }, "/node/634/index.md"=>Awestruct::Page{ 68659800: output_path=>/node/634/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/634/index.md, layout=>refresh }, "/node/635/index.md"=>Awestruct::Page{ 68347300: output_path=>/node/635/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/635/index.md, layout=>refresh }, "/node/636/index.md"=>Awestruct::Page{ 68018960: output_path=>/node/636/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/636/index.md, layout=>refresh }, "/node/637/index.md"=>Awestruct::Page{ 67583880: output_path=>/node/637/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/637/index.md, layout=>refresh }, "/node/638/index.md"=>Awestruct::Page{ 67197480: output_path=>/node/638/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/638/index.md, layout=>refresh }, "/node/639/index.md"=>Awestruct::Page{ 66926020: output_path=>/node/639/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/639/index.md, layout=>refresh }, "/node/640/index.md"=>Awestruct::Page{ 66498940: output_path=>/node/640/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/640/index.md, layout=>refresh }, "/node/641/index.md"=>Awestruct::Page{ 66096400: output_path=>/node/641/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/641/index.md, layout=>refresh }, "/node/642/index.md"=>Awestruct::Page{ 65775860: output_path=>/node/642/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/642/index.md, layout=>refresh }, "/node/643/index.md"=>Awestruct::Page{ 65062320: output_path=>/node/643/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/643/index.md, layout=>refresh }, "/node/644/index.md"=>Awestruct::Page{ 64479500: output_path=>/node/644/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/644/index.md, layout=>refresh }, "/node/645/index.md"=>Awestruct::Page{ 63831720: output_path=>/node/645/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/645/index.md, layout=>refresh }, "/node/647/index.md"=>Awestruct::Page{ 55548840: output_path=>/node/647/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/647/index.md, layout=>refresh }, "/node/648/index.md"=>Awestruct::Page{ 60463940: output_path=>/node/648/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/648/index.md, layout=>refresh }, "/node/649/index.md"=>Awestruct::Page{ 59972820: output_path=>/node/649/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/649/index.md, layout=>refresh }, "/node/651/index.md"=>Awestruct::Page{ 59473540: output_path=>/node/651/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/651/index.md, layout=>refresh }, "/node/652/index.md"=>Awestruct::Page{ 59048000: output_path=>/node/652/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/652/index.md, layout=>refresh }, "/node/653/index.md"=>Awestruct::Page{ 58532360: output_path=>/node/653/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/653/index.md, layout=>refresh }, "/node/654/index.md"=>Awestruct::Page{ 58180500: output_path=>/node/654/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/654/index.md, layout=>refresh }, "/node/655/index.md"=>Awestruct::Page{ 57222440: output_path=>/node/655/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/655/index.md, layout=>refresh }, "/node/656/index.md"=>Awestruct::Page{ 57083580: output_path=>/node/656/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/656/index.md, layout=>refresh }, "/node/658/index.md"=>Awestruct::Page{ 56289420: output_path=>/node/658/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/658/index.md, layout=>refresh }, "/node/660/index.md"=>Awestruct::Page{ 60033580: output_path=>/node/660/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/660/index.md, layout=>refresh }, "/node/661/index.md"=>Awestruct::Page{ 58518460: output_path=>/node/661/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/661/index.md, layout=>refresh }, "/node/663/index.md"=>Awestruct::Page{ 57077100: output_path=>/node/663/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/663/index.md, layout=>refresh }, "/participate/code.adoc"=>Awestruct::Page{ 57745040: output_path=>/participate/code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/code.adoc, layout=>simplepage }, "/participate/index.html.haml"=>Awestruct::Page{ 55838360: output_path=>/participate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/index.html.haml, layout=>simplepage }, "/pipeline/getting-started-pipelines.adoc"=>Awestruct::Page{ 54702980: output_path=>/pipeline/getting-started-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/pipeline/getting-started-pipelines.adoc, layout=>simplepage }, "/plugins.html.haml"=>Awestruct::Page{ 52610620: output_path=>/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/plugins.html.haml, layout=>default }, "/podcast.xml"=>Awestruct::Page{ 40892180: output_path=>/podcast.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/podcast.xml, layout=> }, "/press.adoc"=>Awestruct::Page{ 40780060: output_path=>/press/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/press.adoc, layout=>simplepage }, "/projects/blueocean.adoc"=>Awestruct::Page{ 40033080: output_path=>/projects/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/blueocean.adoc, layout=>project }, "/projects/gsoc.adoc"=>Awestruct::Page{ 39444200: output_path=>/projects/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/gsoc.adoc, layout=>project }, "/projects/index.adoc"=>Awestruct::Page{ 38787300: output_path=>/projects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/index.adoc, layout=>project }, "/projects/infrastructure/ircbot.adoc"=>Awestruct::Page{ 38275060: output_path=>/projects/infrastructure/ircbot/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure/ircbot.adoc, layout=>simplepage }, "/projects/infrastructure.adoc"=>Awestruct::Page{ 38011660: output_path=>/projects/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure.adoc, layout=>project }, "/projects/jam/suggest.html.haml"=>Awestruct::Page{ 37771280: output_path=>/projects/jam/suggest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam/suggest.html.haml, layout=>simplepage }, "/projects/jam.adoc"=>Awestruct::Page{ 37376420: output_path=>/projects/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam.adoc, layout=>project }, "/rc/index.md"=>Awestruct::Page{ 36515700: output_path=>/rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/rc/index.md, layout=>refresh }, "/redirect/find-jenkins-logs.adoc"=>Awestruct::Page{ 36146980: output_path=>/redirect/find-jenkins-logs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/find-jenkins-logs.adoc, layout=>refresh }, "/redirect/hangout.adoc"=>Awestruct::Page{ 35729660: output_path=>/redirect/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/hangout.adoc, layout=>refresh }, "/redirect/securing-jenkins.adoc"=>Awestruct::Page{ 35298160: output_path=>/redirect/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/securing-jenkins.adoc, layout=>refresh }, "/redirect/security-144.adoc"=>Awestruct::Page{ 31140700: output_path=>/redirect/security-144/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/security-144.adoc, layout=>refresh }, "/security.adoc"=>Awestruct::Page{ 30939220: output_path=>/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/security.adoc, layout=>simplepage }, "/sites/default/files/.htaccess"=>Awestruct::Page{ 30075100: output_path=>/sites/default/files/.htaccess, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/.htaccess, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png"=>Awestruct::Page{ 29996620: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar.png"=>Awestruct::Page{ 29980220: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-footer.png"=>Awestruct::Page{ 29955840: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-footer.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-footer.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-header.png"=>Awestruct::Page{ 29940360: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png"=>Awestruct::Page{ 29911960: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar.png"=>Awestruct::Page{ 29890740: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-menu.png"=>Awestruct::Page{ 29863960: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-menu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-menu.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-title.png"=>Awestruct::Page{ 29839020: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-title.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-title.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-wall.png"=>Awestruct::Page{ 29795620: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-wall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-wall.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-bl.png"=>Awestruct::Page{ 29751760: output_path=>/sites/default/files/color/pixture-8dd9a227/block-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-br.png"=>Awestruct::Page{ 29730800: output_path=>/sites/default/files/color/pixture-8dd9a227/block-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tl.png"=>Awestruct::Page{ 29700560: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tr.png"=>Awestruct::Page{ 29668980: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button-o.gif"=>Awestruct::Page{ 29605120: output_path=>/sites/default/files/color/pixture-8dd9a227/button-o.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button-o.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button.gif"=>Awestruct::Page{ 29540480: output_path=>/sites/default/files/color/pixture-8dd9a227/button.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/header.png"=>Awestruct::Page{ 29480040: output_path=>/sites/default/files/color/pixture-8dd9a227/header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/logo.png"=>Awestruct::Page{ 29433160: output_path=>/sites/default/files/color/pixture-8dd9a227/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/logo.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif"=>Awestruct::Page{ 29367680: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif"=>Awestruct::Page{ 29305340: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif"=>Awestruct::Page{ 29231500: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/screenshot.png"=>Awestruct::Page{ 29169100: output_path=>/sites/default/files/color/pixture-8dd9a227/screenshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/screenshot.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-bl.png"=>Awestruct::Page{ 29120800: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-br.png"=>Awestruct::Page{ 29026400: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tl.png"=>Awestruct::Page{ 28994280: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tr.png"=>Awestruct::Page{ 28861160: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/style.css"=>Awestruct::Page{ 28759900: output_path=>/sites/default/files/color/pixture-8dd9a227/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/style.css, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif"=>Awestruct::Page{ 28726780: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif"=>Awestruct::Page{ 28674440: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-br.gif"=>Awestruct::Page{ 28596500: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif"=>Awestruct::Page{ 28576860: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif"=>Awestruct::Page{ 28556500: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif"=>Awestruct::Page{ 24945740: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif"=>Awestruct::Page{ 24701800: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif"=>Awestruct::Page{ 24639720: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, layout=> }, "/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css"=>Awestruct::Page{ 24488280: output_path=>/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, layout=> }, "/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css"=>Awestruct::Page{ 24431180: output_path=>/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, layout=> }, "/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css"=>Awestruct::Page{ 24370300: output_path=>/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, layout=> }, "/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css"=>Awestruct::Page{ 24234120: output_path=>/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, layout=> }, "/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css"=>Awestruct::Page{ 24208300: output_path=>/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, layout=> }, "/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css"=>Awestruct::Page{ 24125880: output_path=>/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, layout=> }, "/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css"=>Awestruct::Page{ 23989680: output_path=>/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, layout=> }, "/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css"=>Awestruct::Page{ 23880720: output_path=>/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, layout=> }, "/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css"=>Awestruct::Page{ 23715720: output_path=>/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, layout=> }, "/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css"=>Awestruct::Page{ 23656320: output_path=>/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, layout=> }, "/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css"=>Awestruct::Page{ 23565140: output_path=>/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, layout=> }, "/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css"=>Awestruct::Page{ 23478120: output_path=>/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, layout=> }, "/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css"=>Awestruct::Page{ 23372320: output_path=>/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, layout=> }, "/sites/default/files/favicon.png"=>Awestruct::Page{ 23235000: output_path=>/sites/default/files/favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/favicon.png, layout=> }, "/sites/default/files/gift.png"=>Awestruct::Page{ 23043740: output_path=>/sites/default/files/gift.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gift.png, layout=> }, "/sites/default/files/gliffy.png"=>Awestruct::Page{ 21536960: output_path=>/sites/default/files/gliffy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gliffy.png, layout=> }, "/sites/default/files/googleanalytics/ga.js"=>Awestruct::Page{ 21302680: output_path=>/sites/default/files/googleanalytics/ga.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/googleanalytics/ga.js, layout=> }, "/sites/default/files/hudson-mobi-appstore1.png"=>Awestruct::Page{ 20585280: output_path=>/sites/default/files/hudson-mobi-appstore1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudson-mobi-appstore1.png, layout=> }, "/sites/default/files/hudsonmobi-joblist.png"=>Awestruct::Page{ 20018700: output_path=>/sites/default/files/hudsonmobi-joblist.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-joblist.png, layout=> }, "/sites/default/files/hudsonmobi-qr.png"=>Awestruct::Page{ 19857980: output_path=>/sites/default/files/hudsonmobi-qr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr.png, layout=> }, "/sites/default/files/hudsonmobi-qr_0.png"=>Awestruct::Page{ 19793920: output_path=>/sites/default/files/hudsonmobi-qr_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr_0.png, layout=> }, "/sites/default/files/hudsonmobi-v2-0-android1.png"=>Awestruct::Page{ 19738280: output_path=>/sites/default/files/hudsonmobi-v2-0-android1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-v2-0-android1.png, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.jpg"=>Awestruct::Page{ 19253420: output_path=>/sites/default/files/images/01-01-1130-phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.jpg, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg"=>Awestruct::Page{ 18353460: output_path=>/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.jpg"=>Awestruct::Page{ 18227320: output_path=>/sites/default/files/images/01-01-1400-vilim_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg"=>Awestruct::Page{ 51055720: output_path=>/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.jpg"=>Awestruct::Page{ 53677880: output_path=>/sites/default/files/images/01-01-1600-soula_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg"=>Awestruct::Page{ 53334420: output_path=>/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.jpg"=>Awestruct::Page{ 53711980: output_path=>/sites/default/files/images/01-02-1030-dang_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg"=>Awestruct::Page{ 53565140: output_path=>/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.png"=>Awestruct::Page{ 52754880: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.png, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png"=>Awestruct::Page{ 51780640: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.jpg"=>Awestruct::Page{ 52100860: output_path=>/sites/default/files/images/01-02-1615-hobson_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.jpg, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg"=>Awestruct::Page{ 52093320: output_path=>/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.jpg"=>Awestruct::Page{ 53372000: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg"=>Awestruct::Page{ 53257920: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/DSC00105.JPG"=>Awestruct::Page{ 53750180: output_path=>/sites/default/files/images/DSC00105.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.JPG, layout=> }, "/sites/default/files/images/DSC00105.preview.JPG"=>Awestruct::Page{ 54070280: output_path=>/sites/default/files/images/DSC00105.preview.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.preview.JPG, layout=> }, "/sites/default/files/images/DSC00105.thumbnail.JPG"=>Awestruct::Page{ 53636700: output_path=>/sites/default/files/images/DSC00105.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.thumbnail.JPG, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.jpg"=>Awestruct::Page{ 52171060: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.jpg, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg"=>Awestruct::Page{ 53441440: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.png"=>Awestruct::Page{ 53458560: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.png, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png"=>Awestruct::Page{ 51960020: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, layout=> }, "/sites/default/files/images/Forest_Handford.jpg"=>Awestruct::Page{ 51977140: output_path=>/sites/default/files/images/Forest_Handford.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.preview.jpg"=>Awestruct::Page{ 53198360: output_path=>/sites/default/files/images/Forest_Handford.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.thumbnail.jpg"=>Awestruct::Page{ 53190820: output_path=>/sites/default/files/images/Forest_Handford.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.thumbnail.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.jpg"=>Awestruct::Page{ 53199760: output_path=>/sites/default/files/images/Forest_Handford_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.preview.jpg"=>Awestruct::Page{ 54633980: output_path=>/sites/default/files/images/Forest_Handford_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.thumbnail.jpg"=>Awestruct::Page{ 54642780: output_path=>/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Hudson_coatofarms.gif"=>Awestruct::Page{ 51571500: output_path=>/sites/default/files/images/Hudson_coatofarms.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.gif, layout=> }, "/sites/default/files/images/Hudson_coatofarms.thumbnail.gif"=>Awestruct::Page{ 51588480: output_path=>/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, layout=> }, "/sites/default/files/images/IMAG0786.jpg"=>Awestruct::Page{ 51597400: output_path=>/sites/default/files/images/IMAG0786.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.jpg, layout=> }, "/sites/default/files/images/IMAG0786.thumbnail.jpg"=>Awestruct::Page{ 51606220: output_path=>/sites/default/files/images/IMAG0786.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.thumbnail.jpg, layout=> }, "/sites/default/files/images/IMG_0199.JPG"=>Awestruct::Page{ 53982640: output_path=>/sites/default/files/images/IMG_0199.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.JPG, layout=> }, "/sites/default/files/images/IMG_0199.thumbnail.JPG"=>Awestruct::Page{ 53991440: output_path=>/sites/default/files/images/IMG_0199.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.thumbnail.JPG, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.png"=>Awestruct::Page{ 54000360: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.png, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png"=>Awestruct::Page{ 54017360: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.jpg"=>Awestruct::Page{ 54009940: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg"=>Awestruct::Page{ 54018760: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg"=>Awestruct::Page{ 54027560: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.png"=>Awestruct::Page{ 54323200: output_path=>/sites/default/files/images/JUC-boston-sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.preview.png"=>Awestruct::Page{ 54332000: output_path=>/sites/default/files/images/JUC-boston-sponsors.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.preview.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.thumbnail.png"=>Awestruct::Page{ 54340800: output_path=>/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png"=>Awestruct::Page{ 54357920: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png"=>Awestruct::Page{ 54366720: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png"=>Awestruct::Page{ 54375520: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-updated.jpg"=>Awestruct::Page{ 54392640: output_path=>/sites/default/files/images/JUC_940-updated.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.preview.jpg"=>Awestruct::Page{ 54401440: output_path=>/sites/default/files/images/JUC_940-updated.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.preview.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.thumbnail.jpg"=>Awestruct::Page{ 54410240: output_path=>/sites/default/files/images/JUC_940-updated.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.thumbnail.jpg, layout=> }, "/sites/default/files/images/JavaOne.png"=>Awestruct::Page{ 53878500: output_path=>/sites/default/files/images/JavaOne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.png, layout=> }, "/sites/default/files/images/JavaOne.thumbnail.png"=>Awestruct::Page{ 53870960: output_path=>/sites/default/files/images/JavaOne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.thumbnail.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.png"=>Awestruct::Page{ 53879880: output_path=>/sites/default/files/images/Jenkins_Butler_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.thumbnail.png"=>Awestruct::Page{ 53888680: output_path=>/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, layout=> }, "/sites/default/files/images/Kandler_0.jpg"=>Awestruct::Page{ 53905800: output_path=>/sites/default/files/images/Kandler_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.jpg, layout=> }, "/sites/default/files/images/Kandler_0.thumbnail.jpg"=>Awestruct::Page{ 53914600: output_path=>/sites/default/files/images/Kandler_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/OMeara_0.jpg"=>Awestruct::Page{ 53923520: output_path=>/sites/default/files/images/OMeara_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.jpg, layout=> }, "/sites/default/files/images/OMeara_0.thumbnail.jpg"=>Awestruct::Page{ 53940520: output_path=>/sites/default/files/images/OMeara_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.jpg"=>Awestruct::Page{ 53949440: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg"=>Awestruct::Page{ 54998620: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png"=>Awestruct::Page{ 55015500: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png"=>Awestruct::Page{ 55024080: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.png"=>Awestruct::Page{ 55033000: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png"=>Awestruct::Page{ 55050000: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.png"=>Awestruct::Page{ 55042580: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png"=>Awestruct::Page{ 55051380: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, layout=> }, "/sites/default/files/images/alyssa.jpg"=>Awestruct::Page{ 55060300: output_path=>/sites/default/files/images/alyssa.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.jpg, layout=> }, "/sites/default/files/images/alyssa.thumbnail.jpg"=>Awestruct::Page{ 55077300: output_path=>/sites/default/files/images/alyssa.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.thumbnail.jpg, layout=> }, "/sites/default/files/images/banner940.jpg"=>Awestruct::Page{ 55086240: output_path=>/sites/default/files/images/banner940.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.jpg, layout=> }, "/sites/default/files/images/banner940.preview.jpg"=>Awestruct::Page{ 54693640: output_path=>/sites/default/files/images/banner940.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.preview.jpg, layout=> }, "/sites/default/files/images/banner940.thumbnail.jpg"=>Awestruct::Page{ 54710640: output_path=>/sites/default/files/images/banner940.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.thumbnail.jpg, layout=> }, "/sites/default/files/images/bitExpert-logo_0.png"=>Awestruct::Page{ 54719580: output_path=>/sites/default/files/images/bitExpert-logo_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.png, layout=> }, "/sites/default/files/images/bitExpert-logo_0.thumbnail.png"=>Awestruct::Page{ 54728380: output_path=>/sites/default/files/images/bitExpert-logo_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.thumbnail.png, layout=> }, "/sites/default/files/images/butler-kk-gk_0.jpg"=>Awestruct::Page{ 54745480: output_path=>/sites/default/files/images/butler-kk-gk_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.jpg, layout=> }, "/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg"=>Awestruct::Page{ 54754280: output_path=>/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/butler.png"=>Awestruct::Page{ 54763220: output_path=>/sites/default/files/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler.png, layout=> }, "/sites/default/files/images/butler_tiny.png"=>Awestruct::Page{ 54755800: output_path=>/sites/default/files/images/butler_tiny.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler_tiny.png, layout=> }, "/sites/default/files/images/cadet_0.jpg"=>Awestruct::Page{ 54772920: output_path=>/sites/default/files/images/cadet_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.jpg, layout=> }, "/sites/default/files/images/cadet_0.thumbnail.jpg"=>Awestruct::Page{ 54781720: output_path=>/sites/default/files/images/cadet_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cb_0.png"=>Awestruct::Page{ 54790640: output_path=>/sites/default/files/images/cb_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.png, layout=> }, "/sites/default/files/images/cb_0.thumbnail.png"=>Awestruct::Page{ 54840420: output_path=>/sites/default/files/images/cb_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.thumbnail.png, layout=> }, "/sites/default/files/images/christou.jpg"=>Awestruct::Page{ 54849340: output_path=>/sites/default/files/images/christou.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.jpg, layout=> }, "/sites/default/files/images/christou.thumbnail.jpg"=>Awestruct::Page{ 54858140: output_path=>/sites/default/files/images/christou.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.thumbnail.jpg, layout=> }, "/sites/default/files/images/chrome_extension_success.png"=>Awestruct::Page{ 54875260: output_path=>/sites/default/files/images/chrome_extension_success.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.png, layout=> }, "/sites/default/files/images/chrome_extension_success.thumbnail.png"=>Awestruct::Page{ 54884080: output_path=>/sites/default/files/images/chrome_extension_success.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.thumbnail.png, layout=> }, "/sites/default/files/images/cisneros_0.jpg"=>Awestruct::Page{ 54893000: output_path=>/sites/default/files/images/cisneros_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.jpg, layout=> }, "/sites/default/files/images/cisneros_0.preview.jpg"=>Awestruct::Page{ 54909980: output_path=>/sites/default/files/images/cisneros_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.preview.jpg, layout=> }, "/sites/default/files/images/cisneros_0.thumbnail.jpg"=>Awestruct::Page{ 54918780: output_path=>/sites/default/files/images/cisneros_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cph2015.jpeg"=>Awestruct::Page{ 54911360: output_path=>/sites/default/files/images/cph2015.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.jpeg, layout=> }, "/sites/default/files/images/cph2015.preview.jpeg"=>Awestruct::Page{ 54920180: output_path=>/sites/default/files/images/cph2015.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.preview.jpeg, layout=> }, "/sites/default/files/images/cph2015.thumbnail.jpeg"=>Awestruct::Page{ 54937180: output_path=>/sites/default/files/images/cph2015.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.thumbnail.jpeg, layout=> }, "/sites/default/files/images/create-item.png"=>Awestruct::Page{ 54946100: output_path=>/sites/default/files/images/create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.png, layout=> }, "/sites/default/files/images/create-item.preview.png"=>Awestruct::Page{ 54954900: output_path=>/sites/default/files/images/create-item.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.preview.png, layout=> }, "/sites/default/files/images/create-item.thumbnail.png"=>Awestruct::Page{ 54119940: output_path=>/sites/default/files/images/create-item.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.thumbnail.png, layout=> }, "/sites/default/files/images/create-item_580.jpg"=>Awestruct::Page{ 54128860: output_path=>/sites/default/files/images/create-item_580.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.jpg, layout=> }, "/sites/default/files/images/create-item_580.thumbnail.jpg"=>Awestruct::Page{ 54137660: output_path=>/sites/default/files/images/create-item_580.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.thumbnail.jpg, layout=> }, "/sites/default/files/images/current.png"=>Awestruct::Page{ 54154780: output_path=>/sites/default/files/images/current.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.png, layout=> }, "/sites/default/files/images/current.preview.png"=>Awestruct::Page{ 54163580: output_path=>/sites/default/files/images/current.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.preview.png, layout=> }, "/sites/default/files/images/current.thumbnail.png"=>Awestruct::Page{ 54172380: output_path=>/sites/default/files/images/current.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.thumbnail.png, layout=> }, "/sites/default/files/images/dc_0.jpg"=>Awestruct::Page{ 54189500: output_path=>/sites/default/files/images/dc_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.jpg, layout=> }, "/sites/default/files/images/dc_0.thumbnail.jpg"=>Awestruct::Page{ 54181960: output_path=>/sites/default/files/images/dc_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.jpg"=>Awestruct::Page{ 54190880: output_path=>/sites/default/files/images/dcoraboeuf_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.preview.jpg"=>Awestruct::Page{ 54199680: output_path=>/sites/default/files/images/dcoraboeuf_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.preview.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg"=>Awestruct::Page{ 54216680: output_path=>/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/delphix_logo_color_0.png"=>Awestruct::Page{ 54225620: output_path=>/sites/default/files/images/delphix_logo_color_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.png, layout=> }, "/sites/default/files/images/delphix_logo_color_0.thumbnail.png"=>Awestruct::Page{ 54234420: output_path=>/sites/default/files/images/delphix_logo_color_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.thumbnail.png, layout=> }, "/sites/default/files/images/developer.gif"=>Awestruct::Page{ 54251520: output_path=>/sites/default/files/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/developer.gif, layout=> }, "/sites/default/files/images/digg-logo.png"=>Awestruct::Page{ 54260440: output_path=>/sites/default/files/images/digg-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.png, layout=> }, "/sites/default/files/images/digg-logo.thumbnail.png"=>Awestruct::Page{ 54269260: output_path=>/sites/default/files/images/digg-logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.thumbnail.png, layout=> }, "/sites/default/files/images/docker-hack-day_0.jpg"=>Awestruct::Page{ 54286380: output_path=>/sites/default/files/images/docker-hack-day_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.preview.jpg"=>Awestruct::Page{ 54295180: output_path=>/sites/default/files/images/docker-hack-day_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.preview.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.thumbnail.jpg"=>Awestruct::Page{ 54303980: output_path=>/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/fosdem.png"=>Awestruct::Page{ 55132120: output_path=>/sites/default/files/images/fosdem.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.png, layout=> }, "/sites/default/files/images/fosdem.thumbnail.png"=>Awestruct::Page{ 55124580: output_path=>/sites/default/files/images/fosdem.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.thumbnail.png, layout=> }, "/sites/default/files/images/freebsd.png"=>Awestruct::Page{ 55133500: output_path=>/sites/default/files/images/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/freebsd.png, layout=> }, "/sites/default/files/images/gradle_logo.gif"=>Awestruct::Page{ 55142420: output_path=>/sites/default/files/images/gradle_logo.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.gif, layout=> }, "/sites/default/files/images/gradle_logo.thumbnail.gif"=>Awestruct::Page{ 55159420: output_path=>/sites/default/files/images/gradle_logo.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.thumbnail.gif, layout=> }, "/sites/default/files/images/headshot.png"=>Awestruct::Page{ 55168360: output_path=>/sites/default/files/images/headshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/headshot.png, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.jpg"=>Awestruct::Page{ 55177280: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg"=>Awestruct::Page{ 55194260: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg"=>Awestruct::Page{ 55203060: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.jpg"=>Awestruct::Page{ 55212000: output_path=>/sites/default/files/images/history-jenkins_590.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.thumbnail.jpg"=>Awestruct::Page{ 55229000: output_path=>/sites/default/files/images/history-jenkins_590.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.thumbnail.jpg, layout=> }, "/sites/default/files/images/hudson.gif"=>Awestruct::Page{ 55237920: output_path=>/sites/default/files/images/hudson.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.gif, layout=> }, "/sites/default/files/images/hudson.thumbnail.gif"=>Awestruct::Page{ 55246720: output_path=>/sites/default/files/images/hudson.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.thumbnail.gif, layout=> }, "/sites/default/files/images/infoq.png"=>Awestruct::Page{ 55239300: output_path=>/sites/default/files/images/infoq.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.png, layout=> }, "/sites/default/files/images/infoq.preview.png"=>Awestruct::Page{ 55256300: output_path=>/sites/default/files/images/infoq.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.preview.png, layout=> }, "/sites/default/files/images/infoq.thumbnail.png"=>Awestruct::Page{ 55265100: output_path=>/sites/default/files/images/infoq.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.thumbnail.png, layout=> }, "/sites/default/files/images/infradna_black.png"=>Awestruct::Page{ 55274020: output_path=>/sites/default/files/images/infradna_black.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.png, layout=> }, "/sites/default/files/images/infradna_black.thumbnail.png"=>Awestruct::Page{ 55291020: output_path=>/sites/default/files/images/infradna_black.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.jpg"=>Awestruct::Page{ 55299940: output_path=>/sites/default/files/images/jenkins-100k-profile_4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.jpg, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg"=>Awestruct::Page{ 55308740: output_path=>/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, layout=> }, "/sites/default/files/images/jenkins100k_1.jpeg"=>Awestruct::Page{ 55325860: output_path=>/sites/default/files/images/jenkins100k_1.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.preview.jpeg"=>Awestruct::Page{ 55334680: output_path=>/sites/default/files/images/jenkins100k_1.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.preview.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.thumbnail.jpeg"=>Awestruct::Page{ 55343480: output_path=>/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.png"=>Awestruct::Page{ 56826960: output_path=>/sites/default/files/images/jenkins_adrian_moya.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.preview.png"=>Awestruct::Page{ 57507520: output_path=>/sites/default/files/images/jenkins_adrian_moya.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.preview.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.thumbnail.png"=>Awestruct::Page{ 57499980: output_path=>/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.png"=>Awestruct::Page{ 58369060: output_path=>/sites/default/files/images/jenkins_akiko_takano.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.thumbnail.png"=>Awestruct::Page{ 58402440: output_path=>/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.png"=>Awestruct::Page{ 59033960: output_path=>/sites/default/files/images/jenkins_ben_minne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.thumbnail.png"=>Awestruct::Page{ 59845580: output_path=>/sites/default/files/images/jenkins_ben_minne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.png"=>Awestruct::Page{ 55725720: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.preview.png"=>Awestruct::Page{ 56742140: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.preview.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png"=>Awestruct::Page{ 56800100: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.png"=>Awestruct::Page{ 57095760: output_path=>/sites/default/files/images/jenkins_emily_bertelson.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.preview.png"=>Awestruct::Page{ 57399480: output_path=>/sites/default/files/images/jenkins_emily_bertelson.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.preview.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png"=>Awestruct::Page{ 57449240: output_path=>/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.png"=>Awestruct::Page{ 57261560: output_path=>/sites/default/files/images/jenkins_frontside_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.preview.png"=>Awestruct::Page{ 57254020: output_path=>/sites/default/files/images/jenkins_frontside_1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.preview.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.thumbnail.png"=>Awestruct::Page{ 57983720: output_path=>/sites/default/files/images/jenkins_frontside_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.png"=>Awestruct::Page{ 58303940: output_path=>/sites/default/files/images/jenkins_frontside_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.thumbnail.png"=>Awestruct::Page{ 58443820: output_path=>/sites/default/files/images/jenkins_frontside_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.png"=>Awestruct::Page{ 58657540: output_path=>/sites/default/files/images/jenkins_jeremy_murray.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png"=>Awestruct::Page{ 58928480: output_path=>/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.png"=>Awestruct::Page{ 58978380: output_path=>/sites/default/files/images/jenkins_matthias_cullman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.preview.png"=>Awestruct::Page{ 59200180: output_path=>/sites/default/files/images/jenkins_matthias_cullman.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.preview.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png"=>Awestruct::Page{ 59512100: output_path=>/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.png"=>Awestruct::Page{ 59734020: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.preview.png"=>Awestruct::Page{ 59783780: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.preview.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png"=>Awestruct::Page{ 55680200: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.png"=>Awestruct::Page{ 55713700: output_path=>/sites/default/files/images/jenkins_vimil_saju.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.preview.png"=>Awestruct::Page{ 55706160: output_path=>/sites/default/files/images/jenkins_vimil_saju.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.preview.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.thumbnail.png"=>Awestruct::Page{ 55739540: output_path=>/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, layout=> }, "/sites/default/files/images/jfrog-logo.jpg"=>Awestruct::Page{ 56051560: output_path=>/sites/default/files/images/jfrog-logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.jpg, layout=> }, "/sites/default/files/images/jfrog-logo.thumbnail.jpg"=>Awestruct::Page{ 56084940: output_path=>/sites/default/files/images/jfrog-logo.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.thumbnail.jpg, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.png"=>Awestruct::Page{ 56356020: output_path=>/sites/default/files/images/juc-video-thumbnail_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.png, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png"=>Awestruct::Page{ 56422160: output_path=>/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, layout=> }, "/sites/default/files/images/juc2013.jpeg"=>Awestruct::Page{ 56701420: output_path=>/sites/default/files/images/juc2013.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.jpeg, layout=> }, "/sites/default/files/images/juc2013.thumbnail.jpeg"=>Awestruct::Page{ 56734800: output_path=>/sites/default/files/images/juc2013.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.thumbnail.jpeg, layout=> }, "/sites/default/files/images/juc2014-banner-left.png"=>Awestruct::Page{ 56874780: output_path=>/sites/default/files/images/juc2014-banner-left.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.preview.png"=>Awestruct::Page{ 56932740: output_path=>/sites/default/files/images/juc2014-banner-left.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.thumbnail.png"=>Awestruct::Page{ 57048040: output_path=>/sites/default/files/images/juc2014-banner-left.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.png"=>Awestruct::Page{ 57114320: output_path=>/sites/default/files/images/juc2014-banner-left_4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.preview.png"=>Awestruct::Page{ 57106780: output_path=>/sites/default/files/images/juc2014-banner-left_4.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.thumbnail.png"=>Awestruct::Page{ 57189320: output_path=>/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-right.png"=>Awestruct::Page{ 57280160: output_path=>/sites/default/files/images/juc2014-banner-right.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-right.png, layout=> }, "/sites/default/files/images/juc2014.png"=>Awestruct::Page{ 57387380: output_path=>/sites/default/files/images/juc2014.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.png, layout=> }, "/sites/default/files/images/juc2014.preview.png"=>Awestruct::Page{ 57420760: output_path=>/sites/default/files/images/juc2014.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.preview.png, layout=> }, "/sites/default/files/images/juc2014.thumbnail.png"=>Awestruct::Page{ 57462340: output_path=>/sites/default/files/images/juc2014.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.thumbnail.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.png"=>Awestruct::Page{ 57585960: output_path=>/sites/default/files/images/juc2015banner-varlength.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.preview.png"=>Awestruct::Page{ 57234320: output_path=>/sites/default/files/images/juc2015banner-varlength.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.preview.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.thumbnail.png"=>Awestruct::Page{ 57775600: output_path=>/sites/default/files/images/juc2015banner-varlength.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.thumbnail.png, layout=> }, "/sites/default/files/images/jues_0.png"=>Awestruct::Page{ 57850060: output_path=>/sites/default/files/images/jues_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.png, layout=> }, "/sites/default/files/images/jues_0.thumbnail.png"=>Awestruct::Page{ 57932600: output_path=>/sites/default/files/images/jues_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.thumbnail.png, layout=> }, "/sites/default/files/images/loaderio.png"=>Awestruct::Page{ 57974300: output_path=>/sites/default/files/images/loaderio.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.png, layout=> }, "/sites/default/files/images/loaderio.thumbnail.png"=>Awestruct::Page{ 57966760: output_path=>/sites/default/files/images/loaderio.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.thumbnail.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.png"=>Awestruct::Page{ 58090380: output_path=>/sites/default/files/images/logo+title (wob)_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.thumbnail.png"=>Awestruct::Page{ 58123760: output_path=>/sites/default/files/images/logo+title (wob)_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.thumbnail.png, layout=> }, "/sites/default/files/images/logo.png"=>Awestruct::Page{ 58165440: output_path=>/sites/default/files/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.png, layout=> }, "/sites/default/files/images/logo.thumbnail.png"=>Awestruct::Page{ 58288920: output_path=>/sites/default/files/images/logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.thumbnail.png, layout=> }, "/sites/default/files/images/london_0.jpg"=>Awestruct::Page{ 58330600: output_path=>/sites/default/files/images/london_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.jpg, layout=> }, "/sites/default/files/images/london_0.thumbnail.jpg"=>Awestruct::Page{ 57618500: output_path=>/sites/default/files/images/london_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/new.png"=>Awestruct::Page{ 57692960: output_path=>/sites/default/files/images/new.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.png, layout=> }, "/sites/default/files/images/new.preview.png"=>Awestruct::Page{ 58439040: output_path=>/sites/default/files/images/new.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.preview.png, layout=> }, "/sites/default/files/images/new.thumbnail.png"=>Awestruct::Page{ 58480620: output_path=>/sites/default/files/images/new.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.thumbnail.png, layout=> }, "/sites/default/files/images/newjuc2_1.png"=>Awestruct::Page{ 58604240: output_path=>/sites/default/files/images/newjuc2_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.png, layout=> }, "/sites/default/files/images/newjuc2_1.thumbnail.png"=>Awestruct::Page{ 58645820: output_path=>/sites/default/files/images/newjuc2_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.thumbnail.png, layout=> }, "/sites/default/files/images/omeara-pic_0.png"=>Awestruct::Page{ 58638400: output_path=>/sites/default/files/images/omeara-pic_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.png, layout=> }, "/sites/default/files/images/omeara-pic_0.thumbnail.png"=>Awestruct::Page{ 58671780: output_path=>/sites/default/files/images/omeara-pic_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.thumbnail.png, layout=> }, "/sites/default/files/images/opensolaris.png"=>Awestruct::Page{ 58795380: output_path=>/sites/default/files/images/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensolaris.png, layout=> }, "/sites/default/files/images/opensuse.png"=>Awestruct::Page{ 58837060: output_path=>/sites/default/files/images/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensuse.png, layout=> }, "/sites/default/files/images/personal-appeal.png"=>Awestruct::Page{ 58919700: output_path=>/sites/default/files/images/personal-appeal.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.png, layout=> }, "/sites/default/files/images/personal-appeal.thumbnail.png"=>Awestruct::Page{ 58994040: output_path=>/sites/default/files/images/personal-appeal.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.thumbnail.png, layout=> }, "/sites/default/files/images/peru-butler_0.jpeg"=>Awestruct::Page{ 59076700: output_path=>/sites/default/files/images/peru-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/peru-butler_0.jpeg, layout=> }, "/sites/default/files/images/phillips_0.jpg"=>Awestruct::Page{ 59118400: output_path=>/sites/default/files/images/phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.jpg, layout=> }, "/sites/default/files/images/phillips_0.thumbnail.jpg"=>Awestruct::Page{ 59241900: output_path=>/sites/default/files/images/phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/plugin.png"=>Awestruct::Page{ 59283600: output_path=>/sites/default/files/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/plugin.png, layout=> }, "/sites/default/files/images/redhat.png"=>Awestruct::Page{ 59317100: output_path=>/sites/default/files/images/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/redhat.png, layout=> }, "/sites/default/files/images/scientist.gif"=>Awestruct::Page{ 59440700: output_path=>/sites/default/files/images/scientist.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.gif, layout=> }, "/sites/default/files/images/scientist.thumbnail.gif"=>Awestruct::Page{ 59433160: output_path=>/sites/default/files/images/scientist.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.thumbnail.gif, layout=> }, "/sites/default/files/images/smallerme.jpeg"=>Awestruct::Page{ 59474840: output_path=>/sites/default/files/images/smallerme.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.jpeg, layout=> }, "/sites/default/files/images/smallerme.thumbnail.jpeg"=>Awestruct::Page{ 59557360: output_path=>/sites/default/files/images/smallerme.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.thumbnail.jpeg, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.png"=>Awestruct::Page{ 59640000: output_path=>/sites/default/files/images/sponsors-06032015-02_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.png, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png"=>Awestruct::Page{ 59714340: output_path=>/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors2_0.png"=>Awestruct::Page{ 59756040: output_path=>/sites/default/files/images/sponsors2_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.png, layout=> }, "/sites/default/files/images/sponsors2_0.thumbnail.png"=>Awestruct::Page{ 59879540: output_path=>/sites/default/files/images/sponsors2_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors_0.png"=>Awestruct::Page{ 59921240: output_path=>/sites/default/files/images/sponsors_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.png, layout=> }, "/sites/default/files/images/sponsors_0.thumbnail.png"=>Awestruct::Page{ 59962820: output_path=>/sites/default/files/images/sponsors_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.thumbnail.png, layout=> }, "/sites/default/files/images/stpetersburg-butler_0.jpeg"=>Awestruct::Page{ 60078240: output_path=>/sites/default/files/images/stpetersburg-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/stpetersburg-butler_0.jpeg, layout=> }, "/sites/default/files/images/toulouse-jam_0.jpeg"=>Awestruct::Page{ 60119940: output_path=>/sites/default/files/images/toulouse-jam_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/toulouse-jam_0.jpeg, layout=> }, "/sites/default/files/images/ubuntu.png"=>Awestruct::Page{ 60202600: output_path=>/sites/default/files/images/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/ubuntu.png, layout=> }, "/sites/default/files/images/user.gif"=>Awestruct::Page{ 60195180: output_path=>/sites/default/files/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/user.gif, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png"=>Awestruct::Page{ 60277840: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png"=>Awestruct::Page{ 60352180: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.png"=>Awestruct::Page{ 60393860: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png"=>Awestruct::Page{ 55626720: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png"=>Awestruct::Page{ 55643700: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.png"=>Awestruct::Page{ 55669000: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png"=>Awestruct::Page{ 55702380: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.png"=>Awestruct::Page{ 55719500: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png"=>Awestruct::Page{ 55736500: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, layout=> }, "/sites/default/files/images/volume9_0.png"=>Awestruct::Page{ 55761820: output_path=>/sites/default/files/images/volume9_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.png, layout=> }, "/sites/default/files/images/volume9_0.preview.png"=>Awestruct::Page{ 55950860: output_path=>/sites/default/files/images/volume9_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.preview.png, layout=> }, "/sites/default/files/images/volume9_0.thumbnail.png"=>Awestruct::Page{ 55943320: output_path=>/sites/default/files/images/volume9_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.thumbnail.png, layout=> }, "/sites/default/files/jenkins_favicon.ico"=>Awestruct::Page{ 55960640: output_path=>/sites/default/files/jenkins_favicon.ico, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_favicon.ico, layout=> }, "/sites/default/files/jenkins_logo.png"=>Awestruct::Page{ 56027120: output_path=>/sites/default/files/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_logo.png, layout=> }, "/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js"=>Awestruct::Page{ 56046240: output_path=>/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, layout=> }, "/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js"=>Awestruct::Page{ 56414660: output_path=>/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, layout=> }, "/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js"=>Awestruct::Page{ 56804920: output_path=>/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, layout=> }, "/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js"=>Awestruct::Page{ 57071940: output_path=>/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, layout=> }, "/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js"=>Awestruct::Page{ 57294240: output_path=>/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, layout=> }, "/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js"=>Awestruct::Page{ 57438440: output_path=>/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, layout=> }, "/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js"=>Awestruct::Page{ 57594240: output_path=>/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, layout=> }, "/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js"=>Awestruct::Page{ 57838540: output_path=>/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, layout=> }, "/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js"=>Awestruct::Page{ 58381980: output_path=>/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, layout=> }, "/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js"=>Awestruct::Page{ 58623540: output_path=>/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, layout=> }, "/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js"=>Awestruct::Page{ 58788200: output_path=>/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, layout=> }, "/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js"=>Awestruct::Page{ 58944700: output_path=>/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, layout=> }, "/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js"=>Awestruct::Page{ 59186860: output_path=>/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, layout=> }, "/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js"=>Awestruct::Page{ 59697580: output_path=>/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, layout=> }, "/sites/default/files/logo.png"=>Awestruct::Page{ 59871420: output_path=>/sites/default/files/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/logo.png, layout=> }, "/sites/default/files/master/master.css"=>Awestruct::Page{ 59931960: output_path=>/sites/default/files/master/master.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.css, layout=> }, "/sites/default/files/master/master.js"=>Awestruct::Page{ 59925160: output_path=>/sites/default/files/master/master.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.js, layout=> }, "/sites/default/files/master/readme.txt"=>Awestruct::Page{ 60081480: output_path=>/sites/default/files/master/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/readme.txt, layout=> }, "/sites/default/files/mood_widget-good.png"=>Awestruct::Page{ 60123380: output_path=>/sites/default/files/mood_widget-good.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-good.png, layout=> }, "/sites/default/files/mood_widget-settings.png"=>Awestruct::Page{ 60140700: output_path=>/sites/default/files/mood_widget-settings.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-settings.png, layout=> }, "/sites/default/files/octocat.png"=>Awestruct::Page{ 60166220: output_path=>/sites/default/files/octocat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/octocat.png, layout=> }, "/sites/default/files/pixture_favicon.png"=>Awestruct::Page{ 60191720: output_path=>/sites/default/files/pixture_favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_favicon.png, layout=> }, "/sites/default/files/pixture_logo.png"=>Awestruct::Page{ 60217220: output_path=>/sites/default/files/pixture_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_logo.png, layout=> }, "/sites/default/files/taperecorder.jpg"=>Awestruct::Page{ 60234520: output_path=>/sites/default/files/taperecorder.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/taperecorder.jpg, layout=> }, "/sites/default/files/usage-stats.gif"=>Awestruct::Page{ 60268220: output_path=>/sites/default/files/usage-stats.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/usage-stats.gif, layout=> }, "/solutions/android.adoc"=>Awestruct::Page{ 67409180: output_path=>/s/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/solutions/c.adoc"=>Awestruct::Page{ 56341260: output_path=>/s/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/solutions/docker.adoc"=>Awestruct::Page{ 56093300: output_path=>/s/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/solutions/embedded.adoc"=>Awestruct::Page{ 58431760: output_path=>/s/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/solutions/github.adoc"=>Awestruct::Page{ 57639980: output_path=>/s/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/solutions/java.adoc"=>Awestruct::Page{ 67202580: output_path=>/s/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/solutions/pipeline.adoc"=>Awestruct::Page{ 59808560: output_path=>/s/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/solutions/python.adoc"=>Awestruct::Page{ 58276020: output_path=>/s/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/solutions/ruby.adoc"=>Awestruct::Page{ 79458880: output_path=>/s/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }, "/stable-rc/index.html"=>Awestruct::Page{ 77692020: output_path=>/stable-rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/stable-rc/index.html, layout=>post }, "/welcome/index.html"=>Awestruct::Page{ 79199220: output_path=>/welcome/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/welcome/index.html, layout=>post }, "/../../../../../.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml"=>Awestruct::Page{ 69274060: output_path=>sitemap.xml, source_path=>/home/tyler/.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml, layout=> }, "/node/index.html.haml"=>Awestruct::Page{ 71292740: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/_ext/atom.xml.haml"=>Awestruct::Page{ 67767320: output_path=>/rss.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_ext/atom.xml.haml, layout=> }, "/_layouts/chapter.html.haml"=>Awestruct::Page{ 23690040: output_path=>/_layouts/chapter.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/chapter.html.haml, layout=>documentation }, "/_layouts/default.html.haml"=>Awestruct::Page{ 24012020: output_path=>/_layouts/default.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/default.html.haml, layout=>frame }, "/_layouts/documentation.html.haml"=>Awestruct::Page{ 24197600: output_path=>/_layouts/documentation.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/documentation.html.haml, layout=>default }, "/_layouts/frame.html.haml"=>Awestruct::Page{ 24111180: output_path=>/_layouts/frame.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/frame.html.haml, layout=> }, "/_layouts/post.html.haml"=>Awestruct::Page{ 24230380: output_path=>/_layouts/post.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/post.html.haml, layout=>default }, "/_layouts/project.html.haml"=>Awestruct::Page{ 24470360: output_path=>/_layouts/project.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/project.html.haml, layout=>default }, "/_layouts/refresh.html.haml"=>Awestruct::Page{ 24606340: output_path=>/_layouts/refresh.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/refresh.html.haml, layout=> }, "/_layouts/section.html.haml"=>Awestruct::Page{ 24489160: output_path=>/_layouts/section.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/section.html.haml, layout=>documentation }, "/_layouts/simplepage.html.haml"=>Awestruct::Page{ 24644020: output_path=>/_layouts/simplepage.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/simplepage.html.haml, layout=>default }, "/_layouts/solution.html.haml"=>Awestruct::Page{ 25029920: output_path=>/_layouts/solution.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/solution.html.haml, layout=>frame }}>, :pages_by_output_path=>AStruct<{"/100k/index.html"=>Awestruct::Page{ 36553860: output_path=>/100k/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/100k.html.haml, layout=>refresh }, "/2.0/index.html"=>Awestruct::Page{ 37200280: output_path=>/2.0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/2.0.html.haml, layout=>simplepage }, "/account/index.html"=>Awestruct::Page{ 37737180: output_path=>/account/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/account.adoc, layout=>refresh }, "/assets/bower/bootstrap/css/bootstrap.css"=>Awestruct::Page{ 37954300: output_path=>/assets/bower/bootstrap/css/bootstrap.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.css.map"=>Awestruct::Page{ 37937380: output_path=>/assets/bower/bootstrap/css/bootstrap.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css.map, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css"=>Awestruct::Page{ 37988360: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css.map"=>Awestruct::Page{ 37976160: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css.map, layout=> }, "/assets/bower/bootstrap/js/bootstrap.js"=>Awestruct::Page{ 38003900: output_path=>/assets/bower/bootstrap/js/bootstrap.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.js, layout=> }, "/assets/bower/bootstrap/js/bootstrap.min.js"=>Awestruct::Page{ 38855460: output_path=>/assets/bower/bootstrap/js/bootstrap.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.min.js, layout=> }, "/assets/bower/bootstrap/js/npm.js"=>Awestruct::Page{ 39160900: output_path=>/assets/bower/bootstrap/js/npm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/npm.js, layout=> }, "/assets/bower/bootstrap/js/umd/alert.js"=>Awestruct::Page{ 39410660: output_path=>/assets/bower/bootstrap/js/umd/alert.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/alert.js, layout=> }, "/assets/bower/bootstrap/js/umd/button.js"=>Awestruct::Page{ 39575260: output_path=>/assets/bower/bootstrap/js/umd/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/button.js, layout=> }, "/assets/bower/bootstrap/js/umd/carousel.js"=>Awestruct::Page{ 39812940: output_path=>/assets/bower/bootstrap/js/umd/carousel.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/carousel.js, layout=> }, "/assets/bower/bootstrap/js/umd/collapse.js"=>Awestruct::Page{ 40142500: output_path=>/assets/bower/bootstrap/js/umd/collapse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/collapse.js, layout=> }, "/assets/bower/bootstrap/js/umd/dropdown.js"=>Awestruct::Page{ 40591940: output_path=>/assets/bower/bootstrap/js/umd/dropdown.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/dropdown.js, layout=> }, "/assets/bower/bootstrap/js/umd/modal.js"=>Awestruct::Page{ 40888920: output_path=>/assets/bower/bootstrap/js/umd/modal.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/modal.js, layout=> }, "/assets/bower/bootstrap/js/umd/popover.js"=>Awestruct::Page{ 37410780: output_path=>/assets/bower/bootstrap/js/umd/popover.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/popover.js, layout=> }, "/assets/bower/bootstrap/js/umd/scrollspy.js"=>Awestruct::Page{ 40986500: output_path=>/assets/bower/bootstrap/js/umd/scrollspy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/scrollspy.js, layout=> }, "/assets/bower/bootstrap/js/umd/tab.js"=>Awestruct::Page{ 40821380: output_path=>/assets/bower/bootstrap/js/umd/tab.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tab.js, layout=> }, "/assets/bower/bootstrap/js/umd/tooltip.js"=>Awestruct::Page{ 40679300: output_path=>/assets/bower/bootstrap/js/umd/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tooltip.js, layout=> }, "/assets/bower/bootstrap/js/umd/util.js"=>Awestruct::Page{ 40478360: output_path=>/assets/bower/bootstrap/js/umd/util.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/util.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.css"=>Awestruct::Page{ 40320500: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.js"=>Awestruct::Page{ 40303360: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.css"=>Awestruct::Page{ 40143760: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.js"=>Awestruct::Page{ 40109900: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.js, layout=> }, "/assets/bower/jquery/jquery.js"=>Awestruct::Page{ 40009980: output_path=>/assets/bower/jquery/jquery.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.js, layout=> }, "/assets/bower/jquery/jquery.min.js"=>Awestruct::Page{ 38257760: output_path=>/assets/bower/jquery/jquery.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.js, layout=> }, "/assets/bower/jquery/jquery.min.map"=>Awestruct::Page{ 38218100: output_path=>/assets/bower/jquery/jquery.min.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.map, layout=> }, "/assets/bower/jquery-ui/jquery-ui.js"=>Awestruct::Page{ 38203920: output_path=>/assets/bower/jquery-ui/jquery-ui.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.js, layout=> }, "/assets/bower/jquery-ui/jquery-ui.min.js"=>Awestruct::Page{ 28981140: output_path=>/assets/bower/jquery-ui/jquery-ui.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.min.js, layout=> }, "/assets/bower/jquery-ui/themes/base/accordion.css"=>Awestruct::Page{ 31129060: output_path=>/assets/bower/jquery-ui/themes/base/accordion.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/accordion.css, layout=> }, "/assets/bower/jquery-ui/themes/base/all.css"=>Awestruct::Page{ 31115020: output_path=>/assets/bower/jquery-ui/themes/base/all.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/all.css, layout=> }, "/assets/bower/jquery-ui/themes/base/autocomplete.css"=>Awestruct::Page{ 31100920: output_path=>/assets/bower/jquery-ui/themes/base/autocomplete.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/autocomplete.css, layout=> }, "/assets/bower/jquery-ui/themes/base/base.css"=>Awestruct::Page{ 31086080: output_path=>/assets/bower/jquery-ui/themes/base/base.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/base.css, layout=> }, "/assets/bower/jquery-ui/themes/base/button.css"=>Awestruct::Page{ 31071000: output_path=>/assets/bower/jquery-ui/themes/base/button.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/button.css, layout=> }, "/assets/bower/jquery-ui/themes/base/core.css"=>Awestruct::Page{ 31056020: output_path=>/assets/bower/jquery-ui/themes/base/core.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/core.css, layout=> }, "/assets/bower/jquery-ui/themes/base/datepicker.css"=>Awestruct::Page{ 31040860: output_path=>/assets/bower/jquery-ui/themes/base/datepicker.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/datepicker.css, layout=> }, "/assets/bower/jquery-ui/themes/base/dialog.css"=>Awestruct::Page{ 31026040: output_path=>/assets/bower/jquery-ui/themes/base/dialog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/dialog.css, layout=> }, "/assets/bower/jquery-ui/themes/base/draggable.css"=>Awestruct::Page{ 31011220: output_path=>/assets/bower/jquery-ui/themes/base/draggable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/draggable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png"=>Awestruct::Page{ 30981020: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png"=>Awestruct::Page{ 30966000: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png"=>Awestruct::Page{ 30950780: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png"=>Awestruct::Page{ 30935900: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png"=>Awestruct::Page{ 30920500: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png"=>Awestruct::Page{ 30905320: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png"=>Awestruct::Page{ 30889720: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png"=>Awestruct::Page{ 30874080: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png"=>Awestruct::Page{ 30859200: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png"=>Awestruct::Page{ 30846380: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png"=>Awestruct::Page{ 30828240: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png"=>Awestruct::Page{ 30527900: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png"=>Awestruct::Page{ 30515360: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png"=>Awestruct::Page{ 30479240: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png"=>Awestruct::Page{ 30444720: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png"=>Awestruct::Page{ 30399880: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png"=>Awestruct::Page{ 30371220: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png"=>Awestruct::Page{ 30620980: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"=>Awestruct::Page{ 30600640: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.css"=>Awestruct::Page{ 30318420: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.css, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.min.css"=>Awestruct::Page{ 30705480: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, layout=> }, "/assets/bower/jquery-ui/themes/base/menu.css"=>Awestruct::Page{ 30664260: output_path=>/assets/bower/jquery-ui/themes/base/menu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/menu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/progressbar.css"=>Awestruct::Page{ 30264260: output_path=>/assets/bower/jquery-ui/themes/base/progressbar.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/progressbar.css, layout=> }, "/assets/bower/jquery-ui/themes/base/resizable.css"=>Awestruct::Page{ 30204460: output_path=>/assets/bower/jquery-ui/themes/base/resizable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/resizable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectable.css"=>Awestruct::Page{ 30187320: output_path=>/assets/bower/jquery-ui/themes/base/selectable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectmenu.css"=>Awestruct::Page{ 30161340: output_path=>/assets/bower/jquery-ui/themes/base/selectmenu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectmenu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/slider.css"=>Awestruct::Page{ 30147440: output_path=>/assets/bower/jquery-ui/themes/base/slider.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/slider.css, layout=> }, "/assets/bower/jquery-ui/themes/base/sortable.css"=>Awestruct::Page{ 30135540: output_path=>/assets/bower/jquery-ui/themes/base/sortable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/sortable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/spinner.css"=>Awestruct::Page{ 30113100: output_path=>/assets/bower/jquery-ui/themes/base/spinner.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/spinner.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tabs.css"=>Awestruct::Page{ 30098680: output_path=>/assets/bower/jquery-ui/themes/base/tabs.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tabs.css, layout=> }, "/assets/bower/jquery-ui/themes/base/theme.css"=>Awestruct::Page{ 30074420: output_path=>/assets/bower/jquery-ui/themes/base/theme.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/theme.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tooltip.css"=>Awestruct::Page{ 30059960: output_path=>/assets/bower/jquery-ui/themes/base/tooltip.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tooltip.css, layout=> }, "/assets/bower/jquery-ui/ui/accordion.js"=>Awestruct::Page{ 30001720: output_path=>/assets/bower/jquery-ui/ui/accordion.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/accordion.js, layout=> }, "/assets/bower/jquery-ui/ui/autocomplete.js"=>Awestruct::Page{ 29838440: output_path=>/assets/bower/jquery-ui/ui/autocomplete.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/autocomplete.js, layout=> }, "/assets/bower/jquery-ui/ui/button.js"=>Awestruct::Page{ 29545720: output_path=>/assets/bower/jquery-ui/ui/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/button.js, layout=> }, "/assets/bower/jquery-ui/ui/core.js"=>Awestruct::Page{ 29179480: output_path=>/assets/bower/jquery-ui/ui/core.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/core.js, layout=> }, "/assets/bower/jquery-ui/ui/datepicker.js"=>Awestruct::Page{ 28815620: output_path=>/assets/bower/jquery-ui/ui/datepicker.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/datepicker.js, layout=> }, "/assets/bower/jquery-ui/ui/dialog.js"=>Awestruct::Page{ 23945140: output_path=>/assets/bower/jquery-ui/ui/dialog.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/dialog.js, layout=> }, "/assets/bower/jquery-ui/ui/draggable.js"=>Awestruct::Page{ 21229920: output_path=>/assets/bower/jquery-ui/ui/draggable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/draggable.js, layout=> }, "/assets/bower/jquery-ui/ui/droppable.js"=>Awestruct::Page{ 19125660: output_path=>/assets/bower/jquery-ui/ui/droppable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/droppable.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-blind.js"=>Awestruct::Page{ 41025960: output_path=>/assets/bower/jquery-ui/ui/effect-blind.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-blind.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-bounce.js"=>Awestruct::Page{ 40905000: output_path=>/assets/bower/jquery-ui/ui/effect-bounce.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-bounce.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-clip.js"=>Awestruct::Page{ 40780640: output_path=>/assets/bower/jquery-ui/ui/effect-clip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-clip.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-drop.js"=>Awestruct::Page{ 40678760: output_path=>/assets/bower/jquery-ui/ui/effect-drop.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-drop.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-explode.js"=>Awestruct::Page{ 40591440: output_path=>/assets/bower/jquery-ui/ui/effect-explode.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-explode.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fade.js"=>Awestruct::Page{ 40454740: output_path=>/assets/bower/jquery-ui/ui/effect-fade.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fade.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fold.js"=>Awestruct::Page{ 40355220: output_path=>/assets/bower/jquery-ui/ui/effect-fold.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fold.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-highlight.js"=>Awestruct::Page{ 40240840: output_path=>/assets/bower/jquery-ui/ui/effect-highlight.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-highlight.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-puff.js"=>Awestruct::Page{ 40112200: output_path=>/assets/bower/jquery-ui/ui/effect-puff.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-puff.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-pulsate.js"=>Awestruct::Page{ 40011920: output_path=>/assets/bower/jquery-ui/ui/effect-pulsate.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-pulsate.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-scale.js"=>Awestruct::Page{ 39883680: output_path=>/assets/bower/jquery-ui/ui/effect-scale.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-scale.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-shake.js"=>Awestruct::Page{ 39771480: output_path=>/assets/bower/jquery-ui/ui/effect-shake.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-shake.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-size.js"=>Awestruct::Page{ 39669500: output_path=>/assets/bower/jquery-ui/ui/effect-size.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-size.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-slide.js"=>Awestruct::Page{ 39511540: output_path=>/assets/bower/jquery-ui/ui/effect-slide.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-slide.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-transfer.js"=>Awestruct::Page{ 39443040: output_path=>/assets/bower/jquery-ui/ui/effect-transfer.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-transfer.js, layout=> }, "/assets/bower/jquery-ui/ui/effect.js"=>Awestruct::Page{ 39350080: output_path=>/assets/bower/jquery-ui/ui/effect.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-af.js"=>Awestruct::Page{ 38957700: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js"=>Awestruct::Page{ 38854820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js"=>Awestruct::Page{ 38742960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-az.js"=>Awestruct::Page{ 38467280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-be.js"=>Awestruct::Page{ 38421920: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js"=>Awestruct::Page{ 38376840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js"=>Awestruct::Page{ 38331260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js"=>Awestruct::Page{ 38287260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js"=>Awestruct::Page{ 38243080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js"=>Awestruct::Page{ 38198380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-da.js"=>Awestruct::Page{ 38154360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-de.js"=>Awestruct::Page{ 38104240: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-el.js"=>Awestruct::Page{ 38056420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js"=>Awestruct::Page{ 38011340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js"=>Awestruct::Page{ 37965040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js"=>Awestruct::Page{ 37919880: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js"=>Awestruct::Page{ 37873340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-es.js"=>Awestruct::Page{ 37820760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-et.js"=>Awestruct::Page{ 37774360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js"=>Awestruct::Page{ 37727300: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js"=>Awestruct::Page{ 37665380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js"=>Awestruct::Page{ 37610500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js"=>Awestruct::Page{ 37546900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js"=>Awestruct::Page{ 37483860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js"=>Awestruct::Page{ 37373320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js"=>Awestruct::Page{ 37265500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js"=>Awestruct::Page{ 37147660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-he.js"=>Awestruct::Page{ 36850140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js"=>Awestruct::Page{ 36684060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js"=>Awestruct::Page{ 36493420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js"=>Awestruct::Page{ 36298400: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js"=>Awestruct::Page{ 36119020: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-id.js"=>Awestruct::Page{ 35910660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-is.js"=>Awestruct::Page{ 35708760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js"=>Awestruct::Page{ 35516480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it.js"=>Awestruct::Page{ 35323200: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js"=>Awestruct::Page{ 30359740: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js"=>Awestruct::Page{ 31163620: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js"=>Awestruct::Page{ 31091440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-km.js"=>Awestruct::Page{ 31015080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js"=>Awestruct::Page{ 30939760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js"=>Awestruct::Page{ 30863340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js"=>Awestruct::Page{ 30481520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js"=>Awestruct::Page{ 30604040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js"=>Awestruct::Page{ 30209160: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js"=>Awestruct::Page{ 30114060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js"=>Awestruct::Page{ 30002040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js"=>Awestruct::Page{ 29914720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js"=>Awestruct::Page{ 29821480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js"=>Awestruct::Page{ 29701560: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js"=>Awestruct::Page{ 29482680: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js"=>Awestruct::Page{ 29255520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-no.js"=>Awestruct::Page{ 29019340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js"=>Awestruct::Page{ 28736060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js"=>Awestruct::Page{ 28570960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js"=>Awestruct::Page{ 24622620: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js"=>Awestruct::Page{ 24348820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js"=>Awestruct::Page{ 23990460: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js"=>Awestruct::Page{ 23567080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js"=>Awestruct::Page{ 23028840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js"=>Awestruct::Page{ 20959060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js"=>Awestruct::Page{ 20584860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js"=>Awestruct::Page{ 19721080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js"=>Awestruct::Page{ 19276760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js"=>Awestruct::Page{ 37409480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js"=>Awestruct::Page{ 41014300: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-th.js"=>Awestruct::Page{ 40903360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js"=>Awestruct::Page{ 40782920: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js"=>Awestruct::Page{ 40699520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js"=>Awestruct::Page{ 40595560: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js"=>Awestruct::Page{ 40478600: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js"=>Awestruct::Page{ 40360280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js"=>Awestruct::Page{ 40247900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js"=>Awestruct::Page{ 40144380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, layout=> }, "/assets/bower/jquery-ui/ui/menu.js"=>Awestruct::Page{ 40017660: output_path=>/assets/bower/jquery-ui/ui/menu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/menu.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/accordion.min.js"=>Awestruct::Page{ 39771860: output_path=>/assets/bower/jquery-ui/ui/minified/accordion.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/accordion.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/autocomplete.min.js"=>Awestruct::Page{ 39698540: output_path=>/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/button.min.js"=>Awestruct::Page{ 39571620: output_path=>/assets/bower/jquery-ui/ui/minified/button.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/button.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/core.min.js"=>Awestruct::Page{ 39489180: output_path=>/assets/bower/jquery-ui/ui/minified/core.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/core.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/datepicker.min.js"=>Awestruct::Page{ 39405560: output_path=>/assets/bower/jquery-ui/ui/minified/datepicker.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/datepicker.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/dialog.min.js"=>Awestruct::Page{ 39298660: output_path=>/assets/bower/jquery-ui/ui/minified/dialog.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/dialog.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/draggable.min.js"=>Awestruct::Page{ 39208460: output_path=>/assets/bower/jquery-ui/ui/minified/draggable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/draggable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/droppable.min.js"=>Awestruct::Page{ 39092080: output_path=>/assets/bower/jquery-ui/ui/minified/droppable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/droppable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-blind.min.js"=>Awestruct::Page{ 38958420: output_path=>/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js"=>Awestruct::Page{ 38857340: output_path=>/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-clip.min.js"=>Awestruct::Page{ 38746700: output_path=>/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-drop.min.js"=>Awestruct::Page{ 38473480: output_path=>/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-explode.min.js"=>Awestruct::Page{ 38430220: output_path=>/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fade.min.js"=>Awestruct::Page{ 38386440: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fold.min.js"=>Awestruct::Page{ 38343220: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js"=>Awestruct::Page{ 38300420: output_path=>/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-puff.min.js"=>Awestruct::Page{ 38258460: output_path=>/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js"=>Awestruct::Page{ 38215620: output_path=>/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-scale.min.js"=>Awestruct::Page{ 38172880: output_path=>/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-shake.min.js"=>Awestruct::Page{ 38130120: output_path=>/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-size.min.js"=>Awestruct::Page{ 38079520: output_path=>/assets/bower/jquery-ui/ui/minified/effect-size.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-size.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-slide.min.js"=>Awestruct::Page{ 38036240: output_path=>/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js"=>Awestruct::Page{ 37991860: output_path=>/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect.min.js"=>Awestruct::Page{ 37947200: output_path=>/assets/bower/jquery-ui/ui/minified/effect.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js"=>Awestruct::Page{ 37887600: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js"=>Awestruct::Page{ 37834500: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js"=>Awestruct::Page{ 37790940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js"=>Awestruct::Page{ 37743300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js"=>Awestruct::Page{ 37688880: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js"=>Awestruct::Page{ 37628160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js"=>Awestruct::Page{ 37573640: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js"=>Awestruct::Page{ 37510460: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js"=>Awestruct::Page{ 37423800: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js"=>Awestruct::Page{ 37291920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js"=>Awestruct::Page{ 37234020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js"=>Awestruct::Page{ 37106020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js"=>Awestruct::Page{ 36748380: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js"=>Awestruct::Page{ 36583420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js"=>Awestruct::Page{ 36391920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js"=>Awestruct::Page{ 36197800: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js"=>Awestruct::Page{ 36001820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js"=>Awestruct::Page{ 35811580: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js"=>Awestruct::Page{ 35620500: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js"=>Awestruct::Page{ 35413240: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js"=>Awestruct::Page{ 35232080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js"=>Awestruct::Page{ 31205340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js"=>Awestruct::Page{ 31130660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js"=>Awestruct::Page{ 31056680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js"=>Awestruct::Page{ 30981280: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js"=>Awestruct::Page{ 30906140: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js"=>Awestruct::Page{ 30830080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js"=>Awestruct::Page{ 30418200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js"=>Awestruct::Page{ 30711300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js"=>Awestruct::Page{ 30162740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js"=>Awestruct::Page{ 30074680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js"=>Awestruct::Page{ 29974680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js"=>Awestruct::Page{ 29887380: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js"=>Awestruct::Page{ 29769920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js"=>Awestruct::Page{ 29643000: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js"=>Awestruct::Page{ 29429120: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js"=>Awestruct::Page{ 29174060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js"=>Awestruct::Page{ 28949800: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js"=>Awestruct::Page{ 28699280: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js"=>Awestruct::Page{ 25036900: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js"=>Awestruct::Page{ 24552780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js"=>Awestruct::Page{ 24227560: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js"=>Awestruct::Page{ 23838020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js"=>Awestruct::Page{ 23429800: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js"=>Awestruct::Page{ 21402840: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js"=>Awestruct::Page{ 20867080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js"=>Awestruct::Page{ 20014520: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js"=>Awestruct::Page{ 19420260: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js"=>Awestruct::Page{ 19241080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js"=>Awestruct::Page{ 41070560: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js"=>Awestruct::Page{ 40987780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js"=>Awestruct::Page{ 40877480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js"=>Awestruct::Page{ 40766340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js"=>Awestruct::Page{ 40655060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js"=>Awestruct::Page{ 40545300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js"=>Awestruct::Page{ 40453660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js"=>Awestruct::Page{ 40336500: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js"=>Awestruct::Page{ 40240080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js"=>Awestruct::Page{ 40111420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js"=>Awestruct::Page{ 40011480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js"=>Awestruct::Page{ 39885360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js"=>Awestruct::Page{ 39782960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js"=>Awestruct::Page{ 39699660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js"=>Awestruct::Page{ 39570680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js"=>Awestruct::Page{ 39467960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js"=>Awestruct::Page{ 39384700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js"=>Awestruct::Page{ 39274960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js"=>Awestruct::Page{ 39183040: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js"=>Awestruct::Page{ 39073460: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js"=>Awestruct::Page{ 38929240: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js"=>Awestruct::Page{ 38782760: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js"=>Awestruct::Page{ 38713980: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js"=>Awestruct::Page{ 38454220: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js"=>Awestruct::Page{ 38408140: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/menu.min.js"=>Awestruct::Page{ 38363960: output_path=>/assets/bower/jquery-ui/ui/minified/menu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/menu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/mouse.min.js"=>Awestruct::Page{ 38319740: output_path=>/assets/bower/jquery-ui/ui/minified/mouse.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/mouse.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/position.min.js"=>Awestruct::Page{ 38277200: output_path=>/assets/bower/jquery-ui/ui/minified/position.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/position.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/progressbar.min.js"=>Awestruct::Page{ 38234180: output_path=>/assets/bower/jquery-ui/ui/minified/progressbar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/progressbar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/resizable.min.js"=>Awestruct::Page{ 38190640: output_path=>/assets/bower/jquery-ui/ui/minified/resizable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/resizable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectable.min.js"=>Awestruct::Page{ 38147800: output_path=>/assets/bower/jquery-ui/ui/minified/selectable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectmenu.min.js"=>Awestruct::Page{ 38096120: output_path=>/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/slider.min.js"=>Awestruct::Page{ 38052460: output_path=>/assets/bower/jquery-ui/ui/minified/slider.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/slider.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/sortable.min.js"=>Awestruct::Page{ 38008560: output_path=>/assets/bower/jquery-ui/ui/minified/sortable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/sortable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/spinner.min.js"=>Awestruct::Page{ 37962640: output_path=>/assets/bower/jquery-ui/ui/minified/spinner.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/spinner.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tabs.min.js"=>Awestruct::Page{ 37920000: output_path=>/assets/bower/jquery-ui/ui/minified/tabs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tabs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tooltip.min.js"=>Awestruct::Page{ 37874120: output_path=>/assets/bower/jquery-ui/ui/minified/tooltip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tooltip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/widget.min.js"=>Awestruct::Page{ 37822800: output_path=>/assets/bower/jquery-ui/ui/minified/widget.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/widget.min.js, layout=> }, "/assets/bower/jquery-ui/ui/mouse.js"=>Awestruct::Page{ 37780000: output_path=>/assets/bower/jquery-ui/ui/mouse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/mouse.js, layout=> }, "/assets/bower/jquery-ui/ui/position.js"=>Awestruct::Page{ 37711120: output_path=>/assets/bower/jquery-ui/ui/position.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/position.js, layout=> }, "/assets/bower/jquery-ui/ui/progressbar.js"=>Awestruct::Page{ 37614980: output_path=>/assets/bower/jquery-ui/ui/progressbar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/progressbar.js, layout=> }, "/assets/bower/jquery-ui/ui/resizable.js"=>Awestruct::Page{ 37541780: output_path=>/assets/bower/jquery-ui/ui/resizable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/resizable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectable.js"=>Awestruct::Page{ 37269380: output_path=>/assets/bower/jquery-ui/ui/selectable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectmenu.js"=>Awestruct::Page{ 37124160: output_path=>/assets/bower/jquery-ui/ui/selectmenu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectmenu.js, layout=> }, "/assets/bower/jquery-ui/ui/slider.js"=>Awestruct::Page{ 36644280: output_path=>/assets/bower/jquery-ui/ui/slider.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/slider.js, layout=> }, "/assets/bower/jquery-ui/ui/sortable.js"=>Awestruct::Page{ 36242920: output_path=>/assets/bower/jquery-ui/ui/sortable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/sortable.js, layout=> }, "/assets/bower/jquery-ui/ui/spinner.js"=>Awestruct::Page{ 35625340: output_path=>/assets/bower/jquery-ui/ui/spinner.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/spinner.js, layout=> }, "/assets/bower/jquery-ui/ui/tabs.js"=>Awestruct::Page{ 35292420: output_path=>/assets/bower/jquery-ui/ui/tabs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tabs.js, layout=> }, "/assets/bower/jquery-ui/ui/tooltip.js"=>Awestruct::Page{ 31122680: output_path=>/assets/bower/jquery-ui/ui/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tooltip.js, layout=> }, "/assets/bower/jquery-ui/ui/widget.js"=>Awestruct::Page{ 30994180: output_path=>/assets/bower/jquery-ui/ui/widget.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/widget.js, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.css"=>Awestruct::Page{ 30828840: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.min.css"=>Awestruct::Page{ 30528140: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.css"=>Awestruct::Page{ 30515780: output_path=>/assets/bower/tether/css/tether-theme-arrows.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.min.css"=>Awestruct::Page{ 30478720: output_path=>/assets/bower/tether/css/tether-theme-arrows.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.css"=>Awestruct::Page{ 30444160: output_path=>/assets/bower/tether/css/tether-theme-basic.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.min.css"=>Awestruct::Page{ 30398560: output_path=>/assets/bower/tether/css/tether-theme-basic.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.min.css, layout=> }, "/assets/bower/tether/css/tether.css"=>Awestruct::Page{ 30370100: output_path=>/assets/bower/tether/css/tether.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.css, layout=> }, "/assets/bower/tether/css/tether.min.css"=>Awestruct::Page{ 30619900: output_path=>/assets/bower/tether/css/tether.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.min.css, layout=> }, "/assets/bower/tether/js/tether.js"=>Awestruct::Page{ 30591340: output_path=>/assets/bower/tether/js/tether.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.js, layout=> }, "/assets/bower/tether/js/tether.min.js"=>Awestruct::Page{ 29928640: output_path=>/assets/bower/tether/js/tether.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.min.js, layout=> }, "/blog/2010/02/02/welcome-to-continuous-blog/index.html"=>Awestruct::Page{ 28797320: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }, "/blog/2010/02/08/breaking-hudson-1-345-released/index.html"=>Awestruct::Page{ 24197960: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, "/blog/2010/02/08/hudson-1-344-released/index.html"=>Awestruct::Page{ 20841900: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, "/blog/2010/02/08/incoming-more-translations/index.html"=>Awestruct::Page{ 37404720: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, "/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html"=>Awestruct::Page{ 40714800: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, "/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html"=>Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, "/blog/2010/02/11/spotlight-on-ita-software/index.html"=>Awestruct::Page{ 39867920: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, "/blog/2010/02/12/this-week-in-plugins/index.html"=>Awestruct::Page{ 39464240: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, "/blog/2010/02/14/thanks-for-the-help/index.html"=>Awestruct::Page{ 39087540: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, "/blog/2010/02/15/hudson-1-346-released/index.html"=>Awestruct::Page{ 38474320: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, "/blog/2010/02/16/performance-improvements-in-1-346/index.html"=>Awestruct::Page{ 38301460: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, "/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html"=>Awestruct::Page{ 38136220: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, "/blog/2010/02/18/spotlight-on-visfleet/index.html"=>Awestruct::Page{ 37951700: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, "/blog/2010/02/19/this-week-in-plugins/index.html"=>Awestruct::Page{ 37761180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, "/blog/2010/02/22/hudson-1-347-released/index.html"=>Awestruct::Page{ 37547860: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, "/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html"=>Awestruct::Page{ 37191500: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, "/blog/2010/02/24/hudson-at-pycon/index.html"=>Awestruct::Page{ 36395100: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, "/blog/2010/02/25/links-for-2010-02-24/index.html"=>Awestruct::Page{ 35681440: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, "/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html"=>Awestruct::Page{ 31172640: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, "/blog/2010/02/25/spotlight-on-springsource/index.html"=>Awestruct::Page{ 30894260: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, "/blog/2010/02/26/links-for-2010-02-25/index.html"=>Awestruct::Page{ 30154160: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, "/blog/2010/02/26/this-week-in-plugins/index.html"=>Awestruct::Page{ 29783240: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/01/hudson-1-348-released/index.html"=>Awestruct::Page{ 28995940: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, "/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html"=>Awestruct::Page{ 24262180: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, "/blog/2010/03/02/call-for-testers-the-older-the-better/index.html"=>Awestruct::Page{ 21156460: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, "/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html"=>Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, "/blog/2010/03/05/links-for-2010-03-04/index.html"=>Awestruct::Page{ 40764000: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, "/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html"=>Awestruct::Page{ 40370840: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, "/blog/2010/03/07/this-week-in-plugins/index.html"=>Awestruct::Page{ 39947740: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/08/hudson-1-349-released/index.html"=>Awestruct::Page{ 39515060: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, "/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html"=>Awestruct::Page{ 39161380: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, "/blog/2010/03/09/one-month-of-continuous-blog/index.html"=>Awestruct::Page{ 38734020: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, "/blog/2010/03/12/links-for-2010-03-12/index.html"=>Awestruct::Page{ 38329160: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, "/blog/2010/03/12/want-some-hudson-stickers/index.html"=>Awestruct::Page{ 38164060: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, "/blog/2010/03/13/this-week-in-plugins/index.html"=>Awestruct::Page{ 37985580: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/14/would-you-like-to-ok/index.html"=>Awestruct::Page{ 37805460: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, "/blog/2010/03/15/breaking-hudson-1-351-released/index.html"=>Awestruct::Page{ 37600980: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, "/blog/2010/03/15/hudson-1-350-released/index.html"=>Awestruct::Page{ 37284460: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, "/blog/2010/03/16/slaves-building-robots/index.html"=>Awestruct::Page{ 36579260: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, "/blog/2010/03/19/get-excited-and-make-things/index.html"=>Awestruct::Page{ 35857520: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, "/blog/2010/03/19/links-for-2010-03-19/index.html"=>Awestruct::Page{ 29036420: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, "/blog/2010/03/19/recap-of-hackathon-part-one/index.html"=>Awestruct::Page{ 30957040: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, "/blog/2010/03/22/hudson-1-352-released/index.html"=>Awestruct::Page{ 30678720: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, "/blog/2010/03/23/links-for-2010-03-23/index.html"=>Awestruct::Page{ 29890000: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, "/blog/2010/03/27/this-week-in-plugins/index.html"=>Awestruct::Page{ 29188440: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/30/resurgence-of-releng/index.html"=>Awestruct::Page{ 24567200: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, "/blog/2010/03/31/hudson-1-353-released/index.html"=>Awestruct::Page{ 23034660: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, "/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html"=>Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, "/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html"=>Awestruct::Page{ 40847640: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, "/blog/2010/04/01/regarding-the-start-of-april/index.html"=>Awestruct::Page{ 40442480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, "/blog/2010/04/07/kohsuke-leaves-sun/index.html"=>Awestruct::Page{ 40027500: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, "/blog/2010/04/12/pre-tested-commits-with-git/index.html"=>Awestruct::Page{ 39624300: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, "/blog/2010/04/16/a-new-blog-for-kohsuke/index.html"=>Awestruct::Page{ 39243640: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, "/blog/2010/04/16/hudson-1-354-released/index.html"=>Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, "/blog/2010/04/24/hudson-1-355-released/index.html"=>Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, "/blog/2010/06/09/welcome-to-hudson-labs/index.html"=>Awestruct::Page{ 38196740: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, "/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html"=>Awestruct::Page{ 38019100: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, "/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html"=>Awestruct::Page{ 37835340: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, "/blog/2010/06/14/hudson-1-362-released/index.html"=>Awestruct::Page{ 37646780: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, "/blog/2010/06/22/hudson-1-363-released/index.html"=>Awestruct::Page{ 37366960: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, "/blog/2010/06/23/stickers-starting-to-arrive/index.html"=>Awestruct::Page{ 36686740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, "/blog/2010/06/28/digg-technical-talk/index.html"=>Awestruct::Page{ 35962800: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, "/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html"=>Awestruct::Page{ 35233000: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, "/blog/2010/07/05/links-for-2010-07-05/index.html"=>Awestruct::Page{ 30999180: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, "/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html"=>Awestruct::Page{ 30605180: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, "/blog/2010/07/06/security-fix-hudson-1-365-released/index.html"=>Awestruct::Page{ 29944500: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, "/blog/2010/07/07/gee-thanks/index.html"=>Awestruct::Page{ 29364000: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, "/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html"=>Awestruct::Page{ 24821240: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, "/blog/2010/07/12/updated-chrome-extension/index.html"=>Awestruct::Page{ 23362600: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, "/blog/2010/07/13/monitor-hudson-from-your-android/index.html"=>Awestruct::Page{ 19475620: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, "/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html"=>Awestruct::Page{ 40905520: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, "/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html"=>Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, "/blog/2010/07/27/hudson-1-368-released/index.html"=>Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, "/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html"=>Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, "/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html"=>Awestruct::Page{ 39275920: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, "/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html"=>Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, "/blog/2010/08/11/quiet-period-feature/index.html"=>Awestruct::Page{ 38383520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, "/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html"=>Awestruct::Page{ 38214740: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, "/blog/2010/08/17/hudson-1-372-sets-sail/index.html"=>Awestruct::Page{ 38037020: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, "/blog/2010/08/17/hudson-anonymous-usage-data/index.html"=>Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, "/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html"=>Awestruct::Page{ 37661960: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, "/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html"=>Awestruct::Page{ 37416340: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, "/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html"=>Awestruct::Page{ 36748880: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, "/blog/2010/08/30/pre-javaone-hudson-meetup/index.html"=>Awestruct::Page{ 36049620: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, "/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html"=>Awestruct::Page{ 35318920: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, "/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html"=>Awestruct::Page{ 31026780: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, "/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html"=>Awestruct::Page{ 30369300: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, "/blog/2010/09/04/hudson-events-calendar/index.html"=>Awestruct::Page{ 29970260: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, "/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html"=>Awestruct::Page{ 29458720: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, "/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html"=>Awestruct::Page{ 24996720: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, "/blog/2010/09/17/javaone-taking-shape/index.html"=>Awestruct::Page{ 23529480: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, "/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html"=>Awestruct::Page{ 19742320: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, "/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html"=>Awestruct::Page{ 40910040: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, "/blog/2010/09/20/tweet-of-the-day/index.html"=>Awestruct::Page{ 40519420: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, "/blog/2010/09/21/javaone-day-one-in-pictures/index.html"=>Awestruct::Page{ 40101600: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, "/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html"=>Awestruct::Page{ 39700280: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, "/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html"=>Awestruct::Page{ 39279120: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, "/blog/2010/09/22/javaone-day-two-in-pictures/index.html"=>Awestruct::Page{ 38857000: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, "/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html"=>Awestruct::Page{ 38388540: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, "/blog/2010/11/23/java-net-migration-status-update/index.html"=>Awestruct::Page{ 38217120: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, "/blog/2010/11/23/new-hudson-mailing-lists/index.html"=>Awestruct::Page{ 38035720: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, "/blog/2010/11/30/whos-driving-this-thing/index.html"=>Awestruct::Page{ 37859440: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, "/blog/2010/12/01/a-brief-update/index.html"=>Awestruct::Page{ 37648980: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, "/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html"=>Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, "/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html"=>Awestruct::Page{ 36646620: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, "/blog/2011/01/11/hudsons-future/index.html"=>Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, "/blog/2011/01/29/jenkins/index.html"=>Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, "/blog/2011/02/04/governance-meeting-today/index.html"=>Awestruct::Page{ 30960540: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, "/blog/2011/02/04/the-first-24-hours-in-downloads/index.html"=>Awestruct::Page{ 30671340: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, "/blog/2011/02/05/first-governance-meeting-recap/index.html"=>Awestruct::Page{ 29891260: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, "/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html"=>Awestruct::Page{ 29175240: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, "/blog/2011/03/03/updated-usage-stats-available/index.html"=>Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, "/blog/2011/03/13/jenkins-hits-1-400/index.html"=>Awestruct::Page{ 22954500: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, "/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html"=>Awestruct::Page{ 19294040: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, "/blog/2011/03/23/windows-installers-are-now-available/index.html"=>Awestruct::Page{ 40804880: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, "/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html"=>Awestruct::Page{ 40380720: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, "/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html"=>Awestruct::Page{ 39980940: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, "/blog/2011/04/14/jenkins-new-look/index.html"=>Awestruct::Page{ 39530260: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, "/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html"=>Awestruct::Page{ 39184740: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, "/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html"=>Awestruct::Page{ 38740020: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, "/blog/2011/05/12/the-state-of-the-jenkins-project/index.html"=>Awestruct::Page{ 38335000: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, "/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html"=>Awestruct::Page{ 38165300: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, "/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html"=>Awestruct::Page{ 37983800: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, "/blog/2011/06/09/a-big-thanks-to-rackspace/index.html"=>Awestruct::Page{ 37801960: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, "/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html"=>Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, "/blog/2011/06/16/jenkins-long-term-support-release/index.html"=>Awestruct::Page{ 37262860: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, "/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html"=>Awestruct::Page{ 36537120: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, "/blog/2011/07/18/mirror-mirror-on-the-wall/index.html"=>Awestruct::Page{ 35785300: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, "/blog/2011/08/08/jenkins-user-conference/index.html"=>Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, "/blog/2011/08/08/jruby-branch-merged/index.html"=>Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, "/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html"=>Awestruct::Page{ 30190140: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, "/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html"=>Awestruct::Page{ 29816540: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, "/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html"=>Awestruct::Page{ 29003420: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, "/blog/2011/09/19/2011-donation-drive/index.html"=>Awestruct::Page{ 24260940: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, "/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html"=>Awestruct::Page{ 21053800: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, "/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html"=>Awestruct::Page{ 41063780: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, "/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html"=>Awestruct::Page{ 40726460: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, "/blog/2011/10/21/report-bugs-and-win-kindle/index.html"=>Awestruct::Page{ 40319180: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, "/blog/2011/11/03/jenkins-community-survey/index.html"=>Awestruct::Page{ 39886000: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, "/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html"=>Awestruct::Page{ 39493320: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, "/blog/2011/11/07/jenkins-meetup-munich-videos/index.html"=>Awestruct::Page{ 39111840: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, "/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html"=>Awestruct::Page{ 38477480: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, "/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html"=>Awestruct::Page{ 38304500: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, "/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html"=>Awestruct::Page{ 38133100: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, "/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html"=>Awestruct::Page{ 37948420: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, "/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html"=>Awestruct::Page{ 37763720: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, "/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html"=>Awestruct::Page{ 37548000: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, "/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html"=>Awestruct::Page{ 37190680: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, "/blog/2011/12/28/adding-diagrams-to-wiki/index.html"=>Awestruct::Page{ 36368660: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, "/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html"=>Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, "/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html"=>Awestruct::Page{ 31130040: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, "/blog/2012/01/20/highlight-video-from-juc-2011/index.html"=>Awestruct::Page{ 30842320: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, "/blog/2012/02/02/happy-birthday-jenkins/index.html"=>Awestruct::Page{ 30105200: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, "/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html"=>Awestruct::Page{ 29697360: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, "/blog/2012/02/21/fosdem-2012-recap/index.html"=>Awestruct::Page{ 28724720: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, "/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html"=>Awestruct::Page{ 23930980: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, "/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html"=>Awestruct::Page{ 20594200: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, "/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html"=>Awestruct::Page{ 41031920: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, "/blog/2012/03/26/announcing-the-jenkins-cia/index.html"=>Awestruct::Page{ 40611700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, "/blog/2012/04/13/continuous-information-vol-2/index.html"=>Awestruct::Page{ 40200600: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, "/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html"=>Awestruct::Page{ 39765640: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, "/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html"=>Awestruct::Page{ 39368140: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, "/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html"=>Awestruct::Page{ 38916220: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, "/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html"=>Awestruct::Page{ 38410540: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, "/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html"=>Awestruct::Page{ 38236860: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, "/blog/2012/07/23/jenkins-user-conference-israel/index.html"=>Awestruct::Page{ 38055220: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, "/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html"=>Awestruct::Page{ 37870880: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, "/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html"=>Awestruct::Page{ 37669540: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, "/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html"=>Awestruct::Page{ 37418460: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, "/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html"=>Awestruct::Page{ 36766400: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, "/blog/2012/09/12/jenkins-user-event-cph/index.html"=>Awestruct::Page{ 36022940: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, "/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html"=>Awestruct::Page{ 35244600: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, "/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html"=>Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, "/blog/2012/09/26/dinner-after-juc/index.html"=>Awestruct::Page{ 30315660: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, "/blog/2012/09/26/jenkins-sessions-at-javaone/index.html"=>Awestruct::Page{ 29905480: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, "/blog/2012/09/28/saturday-night-drink-up/index.html"=>Awestruct::Page{ 29192400: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, "/blog/2012/09/28/take-the-jenkins-survey/index.html"=>Awestruct::Page{ 24556920: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, "/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html"=>Awestruct::Page{ 21548260: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, "/blog/2012/11/15/fundraising-for-travel-grant/index.html"=>Awestruct::Page{ 19250260: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, "/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html"=>Awestruct::Page{ 40781560: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, "/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html"=>Awestruct::Page{ 40373380: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, "/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html"=>Awestruct::Page{ 39935320: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, "/blog/2012/12/19/los-altos-hackathon-this-friday/index.html"=>Awestruct::Page{ 39507300: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, "/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html"=>Awestruct::Page{ 39133220: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, "/blog/2012/12/25/jenkins-meet-up/index.html"=>Awestruct::Page{ 38488460: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, "/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html"=>Awestruct::Page{ 38302020: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, "/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html"=>Awestruct::Page{ 38125200: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, "/blog/2013/01/30/jenkins-hits-1-500/index.html"=>Awestruct::Page{ 37938580: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, "/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html"=>Awestruct::Page{ 37751660: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, "/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html"=>Awestruct::Page{ 37531300: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, "/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html"=>Awestruct::Page{ 37136680: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, "/blog/2013/04/25/munich-hackathon/index.html"=>Awestruct::Page{ 36265660: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, "/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html"=>Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, "/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html"=>Awestruct::Page{ 31098880: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, "/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html"=>Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, "/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html"=>Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, "/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html"=>Awestruct::Page{ 29543860: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, "/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html"=>Awestruct::Page{ 28573620: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, "/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html"=>Awestruct::Page{ 23632860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, "/blog/2013/07/24/faster-slave-classloading/index.html"=>Awestruct::Page{ 19797960: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, "/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html"=>Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, "/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html"=>Awestruct::Page{ 40524440: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, "/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html"=>Awestruct::Page{ 40100780: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, "/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html"=>Awestruct::Page{ 39666740: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, "/blog/2013/09/09/loader-io-plugin-developer-interview/index.html"=>Awestruct::Page{ 39270840: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, "/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html"=>Awestruct::Page{ 38778840: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, "/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html"=>Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, "/blog/2013/09/23/experimental-plugins-update-center/index.html"=>Awestruct::Page{ 38186080: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, "/blog/2013/09/23/literate-builds-wtf/index.html"=>Awestruct::Page{ 38001920: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, "/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html"=>Awestruct::Page{ 37798700: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, "/blog/2013/10/09/meet-the-community-in-juc/index.html"=>Awestruct::Page{ 37582640: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, "/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html"=>Awestruct::Page{ 37253140: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, "/blog/2013/11/08/jenkins-scalability-summit-recap/index.html"=>Awestruct::Page{ 36444580: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, "/blog/2013/11/17/dkim-and-spf-deployed/index.html"=>Awestruct::Page{ 35701860: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, "/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html"=>Awestruct::Page{ 31160980: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, "/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html"=>Awestruct::Page{ 30870840: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, "/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html"=>Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, "/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html"=>Awestruct::Page{ 29690180: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, "/blog/2014/01/25/jenkins-at-fosdem-2014/index.html"=>Awestruct::Page{ 28665860: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, "/blog/2014/03/19/jenkins-user-conferences-this-year/index.html"=>Awestruct::Page{ 23727180: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, "/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html"=>Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, "/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html"=>Awestruct::Page{ 40974400: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, "/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html"=>Awestruct::Page{ 40543340: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, "/blog/2014/04/09/more-scalable-slaves/index.html"=>Awestruct::Page{ 40112580: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, "/blog/2014/04/11/infoq-ci-survey-2014/index.html"=>Awestruct::Page{ 39702840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, "/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html"=>Awestruct::Page{ 39298840: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, "/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html"=>Awestruct::Page{ 38792540: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, "/blog/2014/04/16/active-directory-plugin-improvements/index.html"=>Awestruct::Page{ 38375160: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, "/blog/2014/04/18/come-join-the-infra-team/index.html"=>Awestruct::Page{ 38199300: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, "/blog/2014/04/24/juc-agenda-posted/index.html"=>Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, "/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html"=>Awestruct::Page{ 37824460: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, "/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html"=>Awestruct::Page{ 37619760: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, "/blog/2014/05/27/acceptance-test-project-progress-report/index.html"=>Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, "/blog/2014/05/30/adopt-a-plugin/index.html"=>Awestruct::Page{ 36556200: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, "/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html"=>Awestruct::Page{ 35788360: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, "/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html"=>Awestruct::Page{ 31197900: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, "/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html"=>Awestruct::Page{ 30902400: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, "/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html"=>Awestruct::Page{ 30158500: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, "/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html"=>Awestruct::Page{ 29753260: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, "/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html"=>Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, "/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html"=>Awestruct::Page{ 24167780: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, "/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html"=>Awestruct::Page{ 20653220: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, "/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html"=>Awestruct::Page{ 41050540: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, "/blog/2014/06/20/juc-boston-what-a-day/index.html"=>Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, "/blog/2014/07/01/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 40206540: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html"=>Awestruct::Page{ 39769400: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/07/03/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 39383180: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html"=>Awestruct::Page{ 38930840: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, "/blog/2014/07/03/juc-berlin-summary/index.html"=>Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, "/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html"=>Awestruct::Page{ 38234420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, "/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html"=>Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, "/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html"=>Awestruct::Page{ 37865300: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, "/blog/2014/07/18/juc-israel-report/index.html"=>Awestruct::Page{ 37659980: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, "/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html"=>Awestruct::Page{ 37372580: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, "/blog/2014/07/30/geek-choice-awards-2014/index.html"=>Awestruct::Page{ 36686140: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, "/blog/2014/08/11/user-interface-refresh/index.html"=>Awestruct::Page{ 35933180: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, "/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html"=>Awestruct::Page{ 30366940: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/08/12/official-jenkins-lts-docker-image/index.html"=>Awestruct::Page{ 30947940: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, "/blog/2014/08/28/juc-sf-2014-is-here/index.html"=>Awestruct::Page{ 23748500: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, "/blog/2014/08/28/workflow-plugin-code-walk-through/index.html"=>Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, "/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html"=>Awestruct::Page{ 29007080: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, "/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html"=>Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, "/blog/2014/09/24/jenkins-in-javaone-2014/index.html"=>Awestruct::Page{ 20935360: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, "/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html"=>Awestruct::Page{ 37405740: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, "/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html"=>Awestruct::Page{ 40698180: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, "/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html"=>Awestruct::Page{ 40250160: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, "/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html"=>Awestruct::Page{ 39809860: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, "/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html"=>Awestruct::Page{ 39412500: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, "/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html"=>Awestruct::Page{ 38959460: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, "/blog/2014/12/03/workflow-plugin-is-1-0/index.html"=>Awestruct::Page{ 38424840: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, "/blog/2014/12/17/breakingbuilds/index.html"=>Awestruct::Page{ 38247820: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, "/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html"=>Awestruct::Page{ 38043960: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, "/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html"=>Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, "/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html"=>Awestruct::Page{ 37652280: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, "/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html"=>Awestruct::Page{ 37362080: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, "/blog/2015/02/24/100k-celebration-podcast-recording/index.html"=>Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, "/blog/2015/02/25/100k-celebration-podcast/index.html"=>Awestruct::Page{ 35864120: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, "/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html"=>Awestruct::Page{ 28984860: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, "/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html"=>Awestruct::Page{ 30928520: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, "/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html"=>Awestruct::Page{ 30193660: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, "/blog/2015/03/25/registration-for-juc-2015-is-open/index.html"=>Awestruct::Page{ 29799940: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, "/blog/2015/04/06/confluence-migration-this-weekend/index.html"=>Awestruct::Page{ 28962060: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, "/blog/2015/04/06/good-bye-java6/index.html"=>Awestruct::Page{ 24210340: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, "/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html"=>Awestruct::Page{ 20699440: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, "/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html"=>Awestruct::Page{ 41054120: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, "/blog/2015/04/24/jira-migration-this-weekend/index.html"=>Awestruct::Page{ 40639620: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, "/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html"=>Awestruct::Page{ 40211200: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, "/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html"=>Awestruct::Page{ 39768520: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, "/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html"=>Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, "/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html"=>Awestruct::Page{ 38914780: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, "/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html"=>Awestruct::Page{ 38402860: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, "/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html"=>Awestruct::Page{ 38221600: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, "/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html"=>Awestruct::Page{ 38030360: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, "/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html"=>Awestruct::Page{ 37847280: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, "/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html"=>Awestruct::Page{ 37631120: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, "/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html"=>Awestruct::Page{ 37291260: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, "/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html"=>Awestruct::Page{ 36578760: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, "/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html"=>Awestruct::Page{ 35808460: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, "/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html"=>Awestruct::Page{ 31202700: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, "/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html"=>Awestruct::Page{ 30903380: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, "/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html"=>Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, "/blog/2015/07/23/office-hours-are-back/index.html"=>Awestruct::Page{ 29738440: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, "/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html"=>Awestruct::Page{ 28772040: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, "/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 24078080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html"=>Awestruct::Page{ 20625080: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, "/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html"=>Awestruct::Page{ 41032720: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, "/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 40607980: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html"=>Awestruct::Page{ 40177480: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, "/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html"=>Awestruct::Page{ 39746340: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, "/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html"=>Awestruct::Page{ 39349460: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, "/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html"=>Awestruct::Page{ 38876820: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, "/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html"=>Awestruct::Page{ 38391420: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, "/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html"=>Awestruct::Page{ 38210640: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, "/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html"=>Awestruct::Page{ 38022340: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, "/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html"=>Awestruct::Page{ 37832300: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, "/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html"=>Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, "/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html"=>Awestruct::Page{ 37288880: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, "/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html"=>Awestruct::Page{ 36558420: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, "/blog/2015/08/25/announcing-the-travel-grant-program/index.html"=>Awestruct::Page{ 35783660: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, "/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html"=>Awestruct::Page{ 31190820: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, "/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html"=>Awestruct::Page{ 30885300: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, "/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html"=>Awestruct::Page{ 30140760: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, "/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html"=>Awestruct::Page{ 29715420: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, "/blog/2015/09/01/take-the-2015-jenkins-survey/index.html"=>Awestruct::Page{ 28730160: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, "/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html"=>Awestruct::Page{ 23942180: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, "/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html"=>Awestruct::Page{ 20575280: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, "/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html"=>Awestruct::Page{ 41012900: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, "/blog/2015/09/29/gui-improvements-on-the-horizon/index.html"=>Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, "/blog/2015/09/30/bay-area-jam/index.html"=>Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, "/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html"=>Awestruct::Page{ 39672540: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, "/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html"=>Awestruct::Page{ 39271280: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, "/blog/2015/10/09/cooking-up-jams/index.html"=>Awestruct::Page{ 38776340: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, "/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html"=>Awestruct::Page{ 38356400: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, "/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html"=>Awestruct::Page{ 38178620: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, "/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html"=>Awestruct::Page{ 37983960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, "/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html"=>Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, "/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html"=>Awestruct::Page{ 37569860: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, "/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html"=>Awestruct::Page{ 37204480: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, "/blog/2015/11/01/adopt-a-plugin/index.html"=>Awestruct::Page{ 36345360: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, "/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html"=>Awestruct::Page{ 35574000: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, "/blog/2015/11/04/jenkins-and-docker/index.html"=>Awestruct::Page{ 31111960: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, "/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html"=>Awestruct::Page{ 31001840: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, "/blog/2015/11/06/october-jams/index.html"=>Awestruct::Page{ 30316800: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, "/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html"=>Awestruct::Page{ 29897340: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, "/blog/2015/11/16/celebrating-hacksgiving/index.html"=>Awestruct::Page{ 29164240: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, "/blog/2015/12/02/hacksgiving-left-overs/index.html"=>Awestruct::Page{ 24432620: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, "/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html"=>Awestruct::Page{ 21165360: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, "/blog/2015/12/09/security-updates-released-today/index.html"=>Awestruct::Page{ 37409720: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, "/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html"=>Awestruct::Page{ 40701400: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, "/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html"=>Awestruct::Page{ 40251920: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html"=>Awestruct::Page{ 39808660: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html"=>Awestruct::Page{ 39408140: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html"=>Awestruct::Page{ 38935340: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, "/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html"=>Awestruct::Page{ 38414220: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, "/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html"=>Awestruct::Page{ 38233520: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, "/blog/2016/01/04/jenkins-at-scale14x/index.html"=>Awestruct::Page{ 37630360: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, "/blog/2016/01/05/new-website/index.html"=>Awestruct::Page{ 37240280: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, "/blog/2016/01/07/official-code-of-conduct/index.html"=>Awestruct::Page{ 36259080: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, "/blog/2016/01/10/beautiful-jenkins-dashboard/index.html"=>Awestruct::Page{ 35332240: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, "/blog/2016/01/26/office-hour-javascript-development/index.html"=>Awestruct::Page{ 30959520: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, "/blog/2016/01/27/jenkins-world-call-for-papers/index.html"=>Awestruct::Page{ 30146660: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, "/blog/2016/02/06/scale14x-conference-report/index.html"=>Awestruct::Page{ 29598380: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, "/blog/2016/02/19/january-2016-sf-jam/index.html"=>Awestruct::Page{ 24701240: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, "/blog/2016/02/24/jenkins-security-update/index.html"=>Awestruct::Page{ 23041820: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, "/blog/2016/02/29/jenkins2-alphas/index.html"=>Awestruct::Page{ 18262600: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, "/blog/2016/03/02/toulousejam-hackergarten/index.html"=>Awestruct::Page{ 40633240: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, "/blog/2016/03/03/gsoc2016-announcement/index.html"=>Awestruct::Page{ 40153920: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, "/blog/2016/03/11/new-jenkins-20-preview/index.html"=>Awestruct::Page{ 39654740: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, "/blog/2016/03/15/jenkins-certification/index.html"=>Awestruct::Page{ 39135040: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, "/blog/2016/03/18/jenkins-20-test-fest/index.html"=>Awestruct::Page{ 38451900: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, "/blog/2016/03/21/vjam/index.html"=>Awestruct::Page{ 38237520: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, "/blog/2016/03/24/jenkins-2-beta-released/index.html"=>Awestruct::Page{ 38031180: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, "/blog/2016/03/30/usage-statistics-privacy-advisory/index.html"=>Awestruct::Page{ 37811500: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, "/blog/2016/04/01/march-2016-jam-st-petersburg/index.html"=>Awestruct::Page{ 37518100: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, "/blog/2016/04/07/2/index.html"=>Awestruct::Page{ 36811480: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, "/blog/2016/04/07/jenkins-community-survey-results-blog/index.html"=>Awestruct::Page{ 35838560: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, "/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html"=>Awestruct::Page{ 31102720: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, "/blog/2016/04/11/gsoc2016-mentors-call/index.html"=>Awestruct::Page{ 30370880: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, "/blog/2016/04/11/jenkins-plugins-security-update/index.html"=>Awestruct::Page{ 29927060: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, "/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html"=>Awestruct::Page{ 28998660: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, "/blog/2016/04/14/jenkins-world-registration-is-open/index.html"=>Awestruct::Page{ 23926280: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, "/blog/2016/04/14/replay-with-pipeline/index.html"=>Awestruct::Page{ 19409280: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, "/blog/2016/04/15/the-need-for-pipeline/index.html"=>Awestruct::Page{ 40720860: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, "/blog/2016/04/21/dsl-plugins/index.html"=>Awestruct::Page{ 40152060: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, "/blog/2016/04/22/pipeline-2/index.html"=>Awestruct::Page{ 39637980: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, "/blog/2016/04/22/possible-infra-compromise/index.html"=>Awestruct::Page{ 39127040: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, "/blog/2016/04/26/jenkins-20-is-here/index.html"=>Awestruct::Page{ 38434980: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, "/blog/2016/05/10/jenkins-20-vjam/index.html"=>Awestruct::Page{ 38171280: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, "/blog/2016/05/11/security-update/index.html"=>Awestruct::Page{ 37960980: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, "/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html"=>Awestruct::Page{ 37737580: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, "/blog/2016/05/17/state-of-jam/index.html"=>Awestruct::Page{ 37376020: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, "/blog/2016/05/18/announcing-azure-partnership/index.html"=>Awestruct::Page{ 36512880: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, "/blog/2016/05/23/external-workspace-manager-plugin/index.html"=>Awestruct::Page{ 35471180: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, "/blog/2016/05/25/update-plugin-for-pipeline/index.html"=>Awestruct::Page{ 30937020: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, "/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html"=>Awestruct::Page{ 30093840: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, "/blog/2016/05/26/introducing-blue-ocean/index.html"=>Awestruct::Page{ 29390880: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, "/blog/2016/05/31/pipeline-snippetizer/index.html"=>Awestruct::Page{ 24473620: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, "/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html"=>Awestruct::Page{ 20658920: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, "/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html"=>Awestruct::Page{ 40947680: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, "/blog/2016/06/13/gsoc-usage-stats-analysis/index.html"=>Awestruct::Page{ 40382640: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, "/blog/2016/06/13/june-jenkins-events/index.html"=>Awestruct::Page{ 39844360: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, "/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html"=>Awestruct::Page{ 39352900: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, "/blog/2016/06/14/jenkins-world-agenda/index.html"=>Awestruct::Page{ 38766640: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, "/blog/2016/06/15/jenkins-pipeline-scalability/index.html"=>Awestruct::Page{ 38288020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, "/blog/2016/06/16/parallel-test-executor-plugin/index.html"=>Awestruct::Page{ 38041860: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, "/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html"=>Awestruct::Page{ 37802560: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, "/blog/2016/06/29/from-freestyle-to-pipeline/index.html"=>Awestruct::Page{ 37475200: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, "/blog/2016/06/30/ewm-alpha-version/index.html"=>Awestruct::Page{ 36659400: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, "/blog/2016/07/01/html-publisher-plugin/index.html"=>Awestruct::Page{ 35645000: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, "/blog/2016/07/07/jenkins-2/index.html"=>Awestruct::Page{ 31078780: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, "/blog/2016/07/14/2-7-1-re-release/index.html"=>Awestruct::Page{ 30368120: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, "/blog/2016/07/18/pipline-notifications/index.html"=>Awestruct::Page{ 29815260: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, "/blog/2016/07/19/blue-ocean-update/index.html"=>Awestruct::Page{ 28664420: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, "/blog/2016/07/26/join-me-at-jenkinsworld/index.html"=>Awestruct::Page{ 23329320: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, "/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html"=>Awestruct::Page{ 18289920: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, "/blog/2016/08/08/docker-pipeline-environments/index.html"=>Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, "/blog/2016/08/09/ewm-beta-version/index.html"=>Awestruct::Page{ 40017860: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, "/blog/2016/08/10/rails-cd-with-pipeline/index.html"=>Awestruct::Page{ 39415140: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, "/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html"=>Awestruct::Page{ 38860480: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, "/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html"=>Awestruct::Page{ 38362100: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, "/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html"=>Awestruct::Page{ 38246860: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, "/blog/2016/08/22/ewm-stable-release/index.html"=>Awestruct::Page{ 38006680: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, "/blog/2016/08/24/jenkins-world-2016-festivities/index.html"=>Awestruct::Page{ 37762120: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, "/blog/2016/08/26/ask-the-experts-jenkins-world/index.html"=>Awestruct::Page{ 37428040: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, "/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html"=>Awestruct::Page{ 36560060: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, "/blog/2016/08/29/sauce-pipeline/index.html"=>Awestruct::Page{ 35467580: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, "/blog/2016/08/30/ask-experts-demos/index.html"=>Awestruct::Page{ 30990960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, "/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html"=>Awestruct::Page{ 30138920: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, "/blog/2016/09/01/jenkins-world-contributor-summit/index.html"=>Awestruct::Page{ 29546300: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, "/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html"=>Awestruct::Page{ 24614280: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, "/blog/2016/09/07/pipeline-at-jenkins-world/index.html"=>Awestruct::Page{ 20636380: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, "/blog/2016/09/08/continuous-delivery-of-infra/index.html"=>Awestruct::Page{ 40929420: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, "/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html"=>Awestruct::Page{ 40385440: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, "/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html"=>Awestruct::Page{ 39812460: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, "/blog/2016/09/20/jom-plugin-development/index.html"=>Awestruct::Page{ 39304960: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, "/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html"=>Awestruct::Page{ 38746000: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, "/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html"=>Awestruct::Page{ 38276480: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, "/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html"=>Awestruct::Page{ 38026840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, "/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html"=>Awestruct::Page{ 37782400: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, "/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html"=>Awestruct::Page{ 37476520: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, "/blog/2016/10/16/stage-lock-milestone/index.html"=>Awestruct::Page{ 36596540: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, "/blog/2016/10/18/jenkins-world-2016-videos/index.html"=>Awestruct::Page{ 35648700: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, "/blog/2016/10/31/xunit-reporting/index.html"=>Awestruct::Page{ 30993480: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, "/blog/2016/11/11/monthly-jam-recap-october/index.html"=>Awestruct::Page{ 30161980: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, "/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html"=>Awestruct::Page{ 29615820: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, "/blog/2016/11/13/november-jenkins-events/index.html"=>Awestruct::Page{ 24699220: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, "/blog/2016/11/16/security-updates-addressing-zero-day/index.html"=>Awestruct::Page{ 21302060: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, "/blog/2016/11/21/gc-tuning/index.html"=>Awestruct::Page{ 40893760: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, "/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html"=>Awestruct::Page{ 40372480: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, "/blog/2016/12/09/december-jenkins-events/index.html"=>Awestruct::Page{ 39833820: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, "/blog/2016/12/10/monthly-jam-recap-november/index.html"=>Awestruct::Page{ 39300960: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, "/blog/2016/12/19/declarative-pipeline-beta/index.html"=>Awestruct::Page{ 38708440: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, "/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html"=>Awestruct::Page{ 38238300: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, "/blog/2016/12/31/what-a-year/index.html"=>Awestruct::Page{ 37976760: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, "/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html"=>Awestruct::Page{ 37712920: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, "/blog/2017/01/10/security-warnings/index.html"=>Awestruct::Page{ 37359640: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, "/blog/2017/01/11/jenkins-world-2017-cfp/index.html"=>Awestruct::Page{ 36439480: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, "/blog/2017/01/12/declarative-pipeline-beta-2/index.html"=>Awestruct::Page{ 35409320: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, "/blog/2017/01/13/blueocean-dev-log-jan/index.html"=>Awestruct::Page{ 30974940: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, "/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html"=>Awestruct::Page{ 30152520: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, "/blog/2017/01/17/scm-api-2/index.html"=>Awestruct::Page{ 29461180: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, "/blog/2017/01/19/converting-conditional-to-pipeline/index.html"=>Awestruct::Page{ 23939360: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, "/blog/2017/01/20/blueocean-dev-log-jan2/index.html"=>Awestruct::Page{ 19705000: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, "/blog/index.html"=>Awestruct::Page{ 40850540: output_path=>/blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/index.md, layout=>refresh }, "/blog/take-2015-jenkins-survey/index.html"=>Awestruct::Page{ 40674240: output_path=>/blog/take-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/take-2015-jenkins-survey/index.md, layout=>refresh }, "/changelog/index.html"=>Awestruct::Page{ 40510180: output_path=>/changelog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog/index.html, layout=>post }, "/changelog-old/index.html"=>Awestruct::Page{ 39416320: output_path=>/changelog-old/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-old.html, layout=> }, "/changelog-stable/index.html"=>Awestruct::Page{ 37821180: output_path=>/changelog-stable/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-stable/index.html, layout=>post }, "/changelog.css"=>Awestruct::Page{ 37253220: output_path=>/changelog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.css, layout=> }, "/changelog.html/index.html"=>Awestruct::Page{ 37206580: output_path=>/changelog.html/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.html/index.md, layout=>refresh }, "/conduct/index.html"=>Awestruct::Page{ 36662160: output_path=>/conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/conduct.adoc, layout=>simplepage }, "/content/100k-celebration-podcast/index.html"=>Awestruct::Page{ 35571060: output_path=>/content/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast/index.md, layout=>refresh }, "/content/100k-celebration-podcast-recording/index.html"=>Awestruct::Page{ 35244320: output_path=>/content/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast-recording/index.md, layout=>refresh }, "/content/11th-international-free-software-forum-brazil/index.html"=>Awestruct::Page{ 31151200: output_path=>/content/11th-international-free-software-forum-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/11th-international-free-software-forum-brazil/index.md, layout=>refresh }, "/content/2-version-control-plugins-beta-testing-major-release/index.html"=>Awestruct::Page{ 31027660: output_path=>/content/2-version-control-plugins-beta-testing-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2-version-control-plugins-beta-testing-major-release/index.md, layout=>refresh }, "/content/2011-donation-drive/index.html"=>Awestruct::Page{ 30888800: output_path=>/content/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2011-donation-drive/index.md, layout=>refresh }, "/content/2012-jenkins-survey-results-are/index.html"=>Awestruct::Page{ 30424120: output_path=>/content/2012-jenkins-survey-results-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2012-jenkins-survey-results-are/index.md, layout=>refresh }, "/content/2015-jenkins-user-conferences-call-papers/index.html"=>Awestruct::Page{ 30196680: output_path=>/content/2015-jenkins-user-conferences-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2015-jenkins-user-conferences-call-papers/index.md, layout=>refresh }, "/content/about-jenkins-ci/index.html"=>Awestruct::Page{ 30031600: output_path=>/content/about-jenkins-ci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/about-jenkins-ci/index.md, layout=>post }, "/content/acceptance-test-project-progress-report/index.html"=>Awestruct::Page{ 29464700: output_path=>/content/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/acceptance-test-project-progress-report/index.md, layout=>refresh }, "/content/active-directory-plugin-improvements/index.html"=>Awestruct::Page{ 29017140: output_path=>/content/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/active-directory-plugin-improvements/index.md, layout=>refresh }, "/content/adding-diagrams-wiki/index.html"=>Awestruct::Page{ 28572660: output_path=>/content/adding-diagrams-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adding-diagrams-wiki/index.md, layout=>refresh }, "/content/adopt-plugin/index.html"=>Awestruct::Page{ 24431940: output_path=>/content/adopt-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin/index.md, layout=>refresh }, "/content/adopt-plugin-0/index.html"=>Awestruct::Page{ 23727280: output_path=>/content/adopt-plugin-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin-0/index.md, layout=>refresh }, "/content/advancing-jenkins-gui-configuring-items-jenkins/index.html"=>Awestruct::Page{ 22955600: output_path=>/content/advancing-jenkins-gui-configuring-items-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/advancing-jenkins-gui-configuring-items-jenkins/index.md, layout=>refresh }, "/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html"=>Awestruct::Page{ 20603560: output_path=>/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md, layout=>refresh }, "/content/announcing-hudson-20-roadmap/index.html"=>Awestruct::Page{ 19386040: output_path=>/content/announcing-hudson-20-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-hudson-20-roadmap/index.md, layout=>refresh }, "/content/announcing-jenkins-cia/index.html"=>Awestruct::Page{ 41056380: output_path=>/content/announcing-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-jenkins-cia/index.md, layout=>refresh }, "/content/announcing-travel-grant-program/index.html"=>Awestruct::Page{ 40891060: output_path=>/content/announcing-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-travel-grant-program/index.md, layout=>refresh }, "/content/another-big-thank-you-rackspace/index.html"=>Awestruct::Page{ 40719020: output_path=>/content/another-big-thank-you-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/another-big-thank-you-rackspace/index.md, layout=>refresh }, "/content/bay-area-jam/index.html"=>Awestruct::Page{ 40523320: output_path=>/content/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jam/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html"=>Awestruct::Page{ 40333300: output_path=>/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-looking-you/index.html"=>Awestruct::Page{ 40146260: output_path=>/content/bay-area-jenkins-area-meet-looking-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-looking-you/index.md, layout=>refresh }, "/content/beginning-new-era-ruby-plugins-now-reality/index.html"=>Awestruct::Page{ 39948760: output_path=>/content/beginning-new-era-ruby-plugins-now-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/beginning-new-era-ruby-plugins-now-reality/index.md, layout=>refresh }, "/content/behind-scenes-jenkins-user-conference-palo-alto/index.html"=>Awestruct::Page{ 39755520: output_path=>/content/behind-scenes-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/behind-scenes-jenkins-user-conference-palo-alto/index.md, layout=>refresh }, "/content/big-security-fix-hudson-1371-released/index.html"=>Awestruct::Page{ 39571840: output_path=>/content/big-security-fix-hudson-1371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-security-fix-hudson-1371-released/index.md, layout=>refresh }, "/content/big-thanks-rackspace/index.html"=>Awestruct::Page{ 39415700: output_path=>/content/big-thanks-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-thanks-rackspace/index.md, layout=>refresh }, "/content/breaking-hudson-1345-released/index.html"=>Awestruct::Page{ 39221740: output_path=>/content/breaking-hudson-1345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1345-released/index.md, layout=>refresh }, "/content/breaking-hudson-1351-released/index.html"=>Awestruct::Page{ 39042140: output_path=>/content/breaking-hudson-1351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1351-released/index.md, layout=>refresh }, "/content/breakingbuilds/index.html"=>Awestruct::Page{ 38787140: output_path=>/content/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breakingbuilds/index.md, layout=>refresh }, "/content/brief-update/index.html"=>Awestruct::Page{ 38470800: output_path=>/content/brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/brief-update/index.md, layout=>refresh }, "/content/building-jenkins-plugins-gradle/index.html"=>Awestruct::Page{ 38394240: output_path=>/content/building-jenkins-plugins-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-jenkins-plugins-gradle/index.md, layout=>refresh }, "/content/building-software-diamond-jenkins/index.html"=>Awestruct::Page{ 38315840: output_path=>/content/building-software-diamond-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-software-diamond-jenkins/index.md, layout=>refresh }, "/content/call-sponsors-2014-jenkins-user-conferences/index.html"=>Awestruct::Page{ 38239960: output_path=>/content/call-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-sponsors-2014-jenkins-user-conferences/index.md, layout=>refresh }, "/content/call-testers-older-better/index.html"=>Awestruct::Page{ 38160160: output_path=>/content/call-testers-older-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-older-better/index.md, layout=>refresh }, "/content/call-testers-upcoming-lts-update/index.html"=>Awestruct::Page{ 38079260: output_path=>/content/call-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-upcoming-lts-update/index.md, layout=>refresh }, "/content/casual-fridays-directing-traffic-hudson/index.html"=>Awestruct::Page{ 37990740: output_path=>/content/casual-fridays-directing-traffic-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/casual-fridays-directing-traffic-hudson/index.md, layout=>refresh }, "/content/celebrating-hacksgiving/index.html"=>Awestruct::Page{ 37911660: output_path=>/content/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/celebrating-hacksgiving/index.md, layout=>refresh }, "/content/chat/index.html"=>Awestruct::Page{ 37825960: output_path=>/content/chat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/chat/index.md, layout=>post }, "/content/ci-dinner-wednesday-630/index.html"=>Awestruct::Page{ 37578240: output_path=>/content/ci-dinner-wednesday-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ci-dinner-wednesday-630/index.md, layout=>refresh }, "/content/cloudbees-announce-hudson-service/index.html"=>Awestruct::Page{ 37475580: output_path=>/content/cloudbees-announce-hudson-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cloudbees-announce-hudson-service/index.md, layout=>refresh }, "/content/come-join-infra-team/index.html"=>Awestruct::Page{ 37267200: output_path=>/content/come-join-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-infra-team/index.md, layout=>refresh }, "/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html"=>Awestruct::Page{ 37101900: output_path=>/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md, layout=>refresh }, "/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html"=>Awestruct::Page{ 36599040: output_path=>/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md, layout=>refresh }, "/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html"=>Awestruct::Page{ 36260920: output_path=>/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md, layout=>refresh }, "/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html"=>Awestruct::Page{ 35956780: output_path=>/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md, layout=>refresh }, "/content/confluence-migration-weekend/index.html"=>Awestruct::Page{ 35548600: output_path=>/content/confluence-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/confluence-migration-weekend/index.md, layout=>refresh }, "/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html"=>Awestruct::Page{ 35227240: output_path=>/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md, layout=>refresh }, "/content/continuous-deployment-new-digg/index.html"=>Awestruct::Page{ 31142700: output_path=>/content/continuous-deployment-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-new-digg/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-4/index.html"=>Awestruct::Page{ 31015900: output_path=>/content/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-4/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-5/index.html"=>Awestruct::Page{ 30876580: output_path=>/content/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-5/index.md, layout=>refresh }, "/content/continuous-information-vol2/index.html"=>Awestruct::Page{ 30396940: output_path=>/content/continuous-information-vol2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-vol2/index.md, layout=>refresh }, "/content/cooking-jams/index.html"=>Awestruct::Page{ 30182420: output_path=>/content/cooking-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cooking-jams/index.md, layout=>refresh }, "/content/copenhagen-hudson-user-meetup/index.html"=>Awestruct::Page{ 29999460: output_path=>/content/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/copenhagen-hudson-user-meetup/index.md, layout=>refresh }, "/content/critical-security-advisory-jenkins-core/index.html"=>Awestruct::Page{ 29854920: output_path=>/content/critical-security-advisory-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/critical-security-advisory-jenkins-core/index.md, layout=>refresh }, "/content/cve-2014-3566-poodle-impact-jenkins/index.html"=>Awestruct::Page{ 29601240: output_path=>/content/cve-2014-3566-poodle-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-3566-poodle-impact-jenkins/index.md, layout=>refresh }, "/content/cve-2014-6271-impact-jenkins/index.html"=>Awestruct::Page{ 29166780: output_path=>/content/cve-2014-6271-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-6271-impact-jenkins/index.md, layout=>refresh }, "/content/dead-bug-good-bug/index.html"=>Awestruct::Page{ 28677400: output_path=>/content/dead-bug-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dead-bug-good-bug/index.md, layout=>refresh }, "/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html"=>Awestruct::Page{ 24606900: output_path=>/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md, layout=>refresh }, "/content/december-jam-world-tour-lima-peru/index.html"=>Awestruct::Page{ 24052220: output_path=>/content/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-lima-peru/index.md, layout=>refresh }, "/content/december-jam-world-tour-st-petersburg-russia/index.html"=>Awestruct::Page{ 23314120: output_path=>/content/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-st-petersburg-russia/index.md, layout=>refresh }, "/content/december-jam-world-tour-toulouse-france/index.html"=>Awestruct::Page{ 20820340: output_path=>/content/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-toulouse-france/index.md, layout=>refresh }, "/content/digg-technical-talk/index.html"=>Awestruct::Page{ 19705280: output_path=>/content/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/digg-technical-talk/index.md, layout=>refresh }, "/content/dinner-after-juc/index.html"=>Awestruct::Page{ 41061640: output_path=>/content/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dinner-after-juc/index.md, layout=>refresh }, "/content/dkim-and-spf-deployed/index.html"=>Awestruct::Page{ 40945760: output_path=>/content/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dkim-and-spf-deployed/index.md, layout=>refresh }, "/content/dogfooding-hudson-were-looking-slaves/index.html"=>Awestruct::Page{ 40753680: output_path=>/content/dogfooding-hudson-were-looking-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dogfooding-hudson-were-looking-slaves/index.md, layout=>refresh }, "/content/event-calendar/index.html"=>Awestruct::Page{ 40592540: output_path=>/content/event-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/event-calendar/index.html, layout=>post }, "/content/experimental-plugins-update-center/index.html"=>Awestruct::Page{ 40100860: output_path=>/content/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/experimental-plugins-update-center/index.md, layout=>refresh }, "/content/extreme-feedback-lamp-switch-gear-style/index.html"=>Awestruct::Page{ 39904680: output_path=>/content/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/extreme-feedback-lamp-switch-gear-style/index.md, layout=>refresh }, "/content/faster-slave-classloading/index.html"=>Awestruct::Page{ 39720360: output_path=>/content/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/faster-slave-classloading/index.md, layout=>refresh }, "/content/final-two-run-vote-new-jenkins-logo/index.html"=>Awestruct::Page{ 39508720: output_path=>/content/final-two-run-vote-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/final-two-run-vote-new-jenkins-logo/index.md, layout=>refresh }, "/content/first-24-hours-downloads/index.html"=>Awestruct::Page{ 39368860: output_path=>/content/first-24-hours-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-24-hours-downloads/index.md, layout=>refresh }, "/content/first-governance-meeting-recap/index.html"=>Awestruct::Page{ 39184960: output_path=>/content/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-governance-meeting-recap/index.md, layout=>refresh }, "/content/fosdem-2012-recap/index.html"=>Awestruct::Page{ 38962180: output_path=>/content/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2012-recap/index.md, layout=>refresh }, "/content/fosdem-2016-travel-grant-program/index.html"=>Awestruct::Page{ 38754780: output_path=>/content/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2016-travel-grant-program/index.md, layout=>refresh }, "/content/freebsd-project-use-jenkins-os-testing/index.html"=>Awestruct::Page{ 38447140: output_path=>/content/freebsd-project-use-jenkins-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/freebsd-project-use-jenkins-os-testing/index.md, layout=>refresh }, "/content/fundraising-drive-update-thank-you-everyone/index.html"=>Awestruct::Page{ 38368500: output_path=>/content/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-drive-update-thank-you-everyone/index.md, layout=>refresh }, "/content/fundraising-travel-grant/index.html"=>Awestruct::Page{ 38289420: output_path=>/content/fundraising-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-travel-grant/index.md, layout=>refresh }, "/content/gee-thanks/index.html"=>Awestruct::Page{ 38211320: output_path=>/content/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gee-thanks/index.md, layout=>refresh }, "/content/geek-choice-awards-2014/index.html"=>Awestruct::Page{ 38134920: output_path=>/content/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/geek-choice-awards-2014/index.md, layout=>refresh }, "/content/get-drunk-code-juc-boston/index.html"=>Awestruct::Page{ 38049700: output_path=>/content/get-drunk-code-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-drunk-code-juc-boston/index.md, layout=>refresh }, "/content/get-excited-and-make-things/index.html"=>Awestruct::Page{ 37959540: output_path=>/content/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-excited-and-make-things/index.md, layout=>refresh }, "/content/get-together-beer-garden-juc-berlin/index.html"=>Awestruct::Page{ 37884240: output_path=>/content/get-together-beer-garden-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-together-beer-garden-juc-berlin/index.md, layout=>refresh }, "/content/getting-started-building-android-apps-hudson/index.html"=>Awestruct::Page{ 37793980: output_path=>/content/getting-started-building-android-apps-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/getting-started-building-android-apps-hudson/index.md, layout=>refresh }, "/content/giving-back-community-3-ways-keep-jenkins-growing/index.html"=>Awestruct::Page{ 37703520: output_path=>/content/giving-back-community-3-ways-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/giving-back-community-3-ways-keep-jenkins-growing/index.md, layout=>refresh }, "/content/good-bye-java6/index.html"=>Awestruct::Page{ 37583360: output_path=>/content/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/good-bye-java6/index.md, layout=>refresh }, "/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html"=>Awestruct::Page{ 37480060: output_path=>/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md, layout=>refresh }, "/content/governance-meeting-today/index.html"=>Awestruct::Page{ 37270640: output_path=>/content/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/governance-meeting-today/index.md, layout=>refresh }, "/content/gradle-fy-your-jenkins-plugin-project/index.html"=>Awestruct::Page{ 37104360: output_path=>/content/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gradle-fy-your-jenkins-plugin-project/index.md, layout=>refresh }, "/content/gui-improvements-horizon/index.html"=>Awestruct::Page{ 36619340: output_path=>/content/gui-improvements-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gui-improvements-horizon/index.md, layout=>refresh }, "/content/hacksgiving-left-overs/index.html"=>Awestruct::Page{ 36263220: output_path=>/content/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hacksgiving-left-overs/index.md, layout=>refresh }, "/content/hamburg-hackathon-great-success/index.html"=>Awestruct::Page{ 35958420: output_path=>/content/hamburg-hackathon-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hamburg-hackathon-great-success/index.md, layout=>refresh }, "/content/happy-birthday-jenkins/index.html"=>Awestruct::Page{ 35548680: output_path=>/content/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/happy-birthday-jenkins/index.md, layout=>refresh }, "/content/highlight-video-juc-2011/index.html"=>Awestruct::Page{ 35225920: output_path=>/content/highlight-video-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/highlight-video-juc-2011/index.md, layout=>refresh }, "/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html"=>Awestruct::Page{ 31140300: output_path=>/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md, layout=>refresh }, "/content/home-page/index.html"=>Awestruct::Page{ 31010660: output_path=>/content/home-page/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/home-page/index.html, layout=>post }, "/content/hosting-your-hudson-plugin-github/index.html"=>Awestruct::Page{ 30341620: output_path=>/content/hosting-your-hudson-plugin-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hosting-your-hudson-plugin-github/index.md, layout=>refresh }, "/content/hudson-1344-released/index.html"=>Awestruct::Page{ 30089520: output_path=>/content/hudson-1344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1344-released/index.md, layout=>refresh }, "/content/hudson-1346-released/index.html"=>Awestruct::Page{ 29927380: output_path=>/content/hudson-1346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1346-released/index.md, layout=>refresh }, "/content/hudson-1347-released/index.html"=>Awestruct::Page{ 29714240: output_path=>/content/hudson-1347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1347-released/index.md, layout=>refresh }, "/content/hudson-1348-released/index.html"=>Awestruct::Page{ 29363520: output_path=>/content/hudson-1348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1348-released/index.md, layout=>refresh }, "/content/hudson-1349-released/index.html"=>Awestruct::Page{ 28871600: output_path=>/content/hudson-1349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1349-released/index.md, layout=>refresh }, "/content/hudson-1350-released/index.html"=>Awestruct::Page{ 24965480: output_path=>/content/hudson-1350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1350-released/index.md, layout=>refresh }, "/content/hudson-1352-released/index.html"=>Awestruct::Page{ 24238580: output_path=>/content/hudson-1352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1352-released/index.md, layout=>refresh }, "/content/hudson-1353-released/index.html"=>Awestruct::Page{ 23595640: output_path=>/content/hudson-1353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1353-released/index.md, layout=>refresh }, "/content/hudson-1354-released/index.html"=>Awestruct::Page{ 21262940: output_path=>/content/hudson-1354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1354-released/index.md, layout=>refresh }, "/content/hudson-1355-released/index.html"=>Awestruct::Page{ 19864940: output_path=>/content/hudson-1355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1355-released/index.md, layout=>refresh }, "/content/hudson-1362-released/index.html"=>Awestruct::Page{ 19246760: output_path=>/content/hudson-1362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1362-released/index.md, layout=>refresh }, "/content/hudson-1363-released/index.html"=>Awestruct::Page{ 41015540: output_path=>/content/hudson-1363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1363-released/index.md, layout=>refresh }, "/content/hudson-1368-released/index.html"=>Awestruct::Page{ 40820820: output_path=>/content/hudson-1368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1368-released/index.md, layout=>refresh }, "/content/hudson-1372-sets-sail/index.html"=>Awestruct::Page{ 40633940: output_path=>/content/hudson-1372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1372-sets-sail/index.md, layout=>refresh }, "/content/hudson-anonymous-usage-data/index.html"=>Awestruct::Page{ 40442860: output_path=>/content/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-anonymous-usage-data/index.md, layout=>refresh }, "/content/hudson-events-calendar/index.html"=>Awestruct::Page{ 40251480: output_path=>/content/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-events-calendar/index.md, layout=>refresh }, "/content/hudson-javazone-meetup-oslo/index.html"=>Awestruct::Page{ 40062780: output_path=>/content/hudson-javazone-meetup-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-javazone-meetup-oslo/index.md, layout=>refresh }, "/content/hudson-pycon/index.html"=>Awestruct::Page{ 39862740: output_path=>/content/hudson-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-pycon/index.md, layout=>refresh }, "/content/hudson-sauce-ondemand-webinar/index.html"=>Awestruct::Page{ 39670720: output_path=>/content/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-sauce-ondemand-webinar/index.md, layout=>refresh }, "/content/hudson-selenium-and-sauce-demand-videos/index.html"=>Awestruct::Page{ 39494860: output_path=>/content/hudson-selenium-and-sauce-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-selenium-and-sauce-demand-videos/index.md, layout=>refresh }, "/content/hudson-user-meet-copenhagenoslo/index.html"=>Awestruct::Page{ 39326580: output_path=>/content/hudson-user-meet-copenhagenoslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-copenhagenoslo/index.md, layout=>refresh }, "/content/hudson-user-meet-jerusalem/index.html"=>Awestruct::Page{ 39132900: output_path=>/content/hudson-user-meet-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-jerusalem/index.md, layout=>refresh }, "/content/hudsonmobi-20-hits-android-market/index.html"=>Awestruct::Page{ 38917360: output_path=>/content/hudsonmobi-20-hits-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-20-hits-android-market/index.md, layout=>refresh }, "/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html"=>Awestruct::Page{ 38735840: output_path=>/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md, layout=>refresh }, "/content/hudsons-future/index.html"=>Awestruct::Page{ 38428480: output_path=>/content/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsons-future/index.md, layout=>refresh }, "/content/incoming-more-translations/index.html"=>Awestruct::Page{ 38346520: output_path=>/content/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/incoming-more-translations/index.md, layout=>refresh }, "/content/infoq-ci-survey-2014-0/index.html"=>Awestruct::Page{ 38269160: output_path=>/content/infoq-ci-survey-2014-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/infoq-ci-survey-2014-0/index.md, layout=>refresh }, "/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html"=>Awestruct::Page{ 38188140: output_path=>/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md, layout=>refresh }, "/content/integrating-kubernetes-and-jenkins/index.html"=>Awestruct::Page{ 38106940: output_path=>/content/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/integrating-kubernetes-and-jenkins/index.md, layout=>refresh }, "/content/intro-jenkins-meetup-copenhagen/index.html"=>Awestruct::Page{ 38019300: output_path=>/content/intro-jenkins-meetup-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/intro-jenkins-meetup-copenhagen/index.md, layout=>refresh }, "/content/ips-packages-jenkins-solarisopenindiana/index.html"=>Awestruct::Page{ 37935620: output_path=>/content/ips-packages-jenkins-solarisopenindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ips-packages-jenkins-solarisopenindiana/index.md, layout=>refresh }, "/content/javanet-migration-status-update/index.html"=>Awestruct::Page{ 37858520: output_path=>/content/javanet-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javanet-migration-status-update/index.md, layout=>refresh }, "/content/javaone-day-one-pictures/index.html"=>Awestruct::Page{ 37765140: output_path=>/content/javaone-day-one-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-one-pictures/index.md, layout=>refresh }, "/content/javaone-day-two-pictures/index.html"=>Awestruct::Page{ 37666880: output_path=>/content/javaone-day-two-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-two-pictures/index.md, layout=>refresh }, "/content/javaone-taking-shape/index.html"=>Awestruct::Page{ 37548300: output_path=>/content/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-taking-shape/index.md, layout=>refresh }, "/content/jenkins/index.html"=>Awestruct::Page{ 37419180: output_path=>/content/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins/index.md, layout=>refresh }, "/content/jenkins-100k-celebration-pictures/index.html"=>Awestruct::Page{ 37236020: output_path=>/content/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-100k-celebration-pictures/index.md, layout=>refresh }, "/content/jenkins-15323-lts-released/index.html"=>Awestruct::Page{ 36812820: output_path=>/content/jenkins-15323-lts-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-15323-lts-released/index.md, layout=>refresh }, "/content/jenkins-20-proposal-improved-out-box-user-experience/index.html"=>Awestruct::Page{ 36469720: output_path=>/content/jenkins-20-proposal-improved-out-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-improved-out-box-user-experience/index.md, layout=>refresh }, "/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html"=>Awestruct::Page{ 36148700: output_path=>/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md, layout=>refresh }, "/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html"=>Awestruct::Page{ 35810060: output_path=>/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md, layout=>refresh }, "/content/jenkins-20-proposal-split-groovy-out-core/index.html"=>Awestruct::Page{ 35408280: output_path=>/content/jenkins-20-proposal-split-groovy-out-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-split-groovy-out-core/index.md, layout=>refresh }, "/content/jenkins-20-proposal-ux-improvements-part-one/index.html"=>Awestruct::Page{ 28974400: output_path=>/content/jenkins-20-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-ux-improvements-part-one/index.md, layout=>refresh }, "/content/jenkins-20-proposals/index.html"=>Awestruct::Page{ 31085320: output_path=>/content/jenkins-20-proposals/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposals/index.md, layout=>post }, "/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html"=>Awestruct::Page{ 30420720: output_path=>/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md, layout=>refresh }, "/content/jenkins-and-docker/index.html"=>Awestruct::Page{ 30187000: output_path=>/content/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-docker/index.md, layout=>refresh }, "/content/jenkins-besoin-de-vous/index.html"=>Awestruct::Page{ 30003500: output_path=>/content/jenkins-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-besoin-de-vous/index.md, layout=>refresh }, "/content/jenkins-celebration-day-february-26/index.html"=>Awestruct::Page{ 29855920: output_path=>/content/jenkins-celebration-day-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-celebration-day-february-26/index.md, layout=>refresh }, "/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html"=>Awestruct::Page{ 29599700: output_path=>/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md, layout=>refresh }, "/content/jenkins-cia-program-and-meetup-updates/index.html"=>Awestruct::Page{ 29161620: output_path=>/content/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-cia-program-and-meetup-updates/index.md, layout=>refresh }, "/content/jenkins-community-survey/index.html"=>Awestruct::Page{ 28672680: output_path=>/content/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-community-survey/index.md, layout=>refresh }, "/content/jenkins-conference-slides-and-videos-online/index.html"=>Awestruct::Page{ 24583940: output_path=>/content/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-conference-slides-and-videos-online/index.md, layout=>refresh }, "/content/jenkins-figure-available-shapeways/index.html"=>Awestruct::Page{ 23989440: output_path=>/content/jenkins-figure-available-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-figure-available-shapeways/index.md, layout=>refresh }, "/content/jenkins-fosdem-2014/index.html"=>Awestruct::Page{ 23198900: output_path=>/content/jenkins-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-fosdem-2014/index.md, layout=>refresh }, "/content/jenkins-hits-1400/index.html"=>Awestruct::Page{ 20655180: output_path=>/content/jenkins-hits-1400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1400/index.md, layout=>refresh }, "/content/jenkins-hits-1500/index.html"=>Awestruct::Page{ 19411780: output_path=>/content/jenkins-hits-1500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1500/index.md, layout=>refresh }, "/content/jenkins-javaone-2014/index.html"=>Awestruct::Page{ 37406200: output_path=>/content/jenkins-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-javaone-2014/index.md, layout=>refresh }, "/content/jenkins-keynote-fosdem-2013-0/index.html"=>Awestruct::Page{ 40908900: output_path=>/content/jenkins-keynote-fosdem-2013-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-keynote-fosdem-2013-0/index.md, layout=>refresh }, "/content/jenkins-long-term-release-14092-out/index.html"=>Awestruct::Page{ 40725440: output_path=>/content/jenkins-long-term-release-14092-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-release-14092-out/index.md, layout=>refresh }, "/content/jenkins-long-term-support-release/index.html"=>Awestruct::Page{ 40536420: output_path=>/content/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-support-release/index.md, layout=>refresh }, "/content/jenkins-meetup-munich-videos/index.html"=>Awestruct::Page{ 40337020: output_path=>/content/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-meetup-munich-videos/index.md, layout=>refresh }, "/content/jenkins-netflix-juc-speaker-interview/index.html"=>Awestruct::Page{ 40148640: output_path=>/content/jenkins-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-netflix-juc-speaker-interview/index.md, layout=>refresh }, "/content/jenkins-new-look/index.html"=>Awestruct::Page{ 39949700: output_path=>/content/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-new-look/index.md, layout=>refresh }, "/content/jenkins-next-week-juc-javaone-and-oh-my/index.html"=>Awestruct::Page{ 39754020: output_path=>/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, layout=>post }, "/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html"=>Awestruct::Page{ 39305100: output_path=>/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 39127620: output_path=>/content/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci-0/index.html"=>Awestruct::Page{ 38901980: output_path=>/content/jenkins-office-hours-dotci-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci-0/index.md, layout=>refresh }, "/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html"=>Awestruct::Page{ 38711660: output_path=>/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, layout=>post }, "/content/jenkins-project-meeting-meat-space-call-agenda/index.html"=>Awestruct::Page{ 38299200: output_path=>/content/jenkins-project-meeting-meat-space-call-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-project-meeting-meat-space-call-agenda/index.md, layout=>refresh }, "/content/jenkins-sao-paulo-meetup-weekend/index.html"=>Awestruct::Page{ 38220940: output_path=>/content/jenkins-sao-paulo-meetup-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sao-paulo-meetup-weekend/index.md, layout=>refresh }, "/content/jenkins-scalability-summit-recap/index.html"=>Awestruct::Page{ 38141720: output_path=>/content/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-scalability-summit-recap/index.md, layout=>refresh }, "/content/jenkins-sessions-javaone/index.html"=>Awestruct::Page{ 38057280: output_path=>/content/jenkins-sessions-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sessions-javaone/index.md, layout=>refresh }, "/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html"=>Awestruct::Page{ 37965940: output_path=>/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md, layout=>refresh }, "/content/jenkins-user-conference/index.html"=>Awestruct::Page{ 37888480: output_path=>/content/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference/index.md, layout=>refresh }, "/content/jenkins-user-conference-2012-paris/index.html"=>Awestruct::Page{ 37795920: output_path=>/content/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2012-paris/index.md, layout=>refresh }, "/content/jenkins-user-conference-2013-palo-alto-wrap/index.html"=>Awestruct::Page{ 37704200: output_path=>/content/jenkins-user-conference-2013-palo-alto-wrap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2013-palo-alto-wrap/index.md, layout=>refresh }, "/content/jenkins-user-conference-agenda-news/index.html"=>Awestruct::Page{ 37581920: output_path=>/content/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-agenda-news/index.md, layout=>refresh }, "/content/jenkins-user-conference-boston-around-corner/index.html"=>Awestruct::Page{ 37477600: output_path=>/content/jenkins-user-conference-boston-around-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-boston-around-corner/index.md, layout=>refresh }, "/content/jenkins-user-conference-call-papers/index.html"=>Awestruct::Page{ 37266480: output_path=>/content/jenkins-user-conference-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-completely-full/index.html"=>Awestruct::Page{ 36910260: output_path=>/content/jenkins-user-conference-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-completely-full/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel/index.html"=>Awestruct::Page{ 36582880: output_path=>/content/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-coming-june-6/index.html"=>Awestruct::Page{ 36242400: output_path=>/content/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-coming-june-6/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-summary/index.html"=>Awestruct::Page{ 35909220: output_path=>/content/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-palo-alto-2013/index.html"=>Awestruct::Page{ 35493020: output_path=>/content/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-palo-alto-2013/index.md, layout=>refresh }, "/content/jenkins-user-conference-paris-summary/index.html"=>Awestruct::Page{ 30464700: output_path=>/content/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-paris-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-san-francisco-call-papers/index.html"=>Awestruct::Page{ 31118160: output_path=>/content/jenkins-user-conference-san-francisco-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-san-francisco-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-west-day-1/index.html"=>Awestruct::Page{ 30982500: output_path=>/content/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-west-day-1/index.md, layout=>refresh }, "/content/jenkins-user-conference-–-save-date/index.html"=>Awestruct::Page{ 30845760: output_path=>/content/jenkins-user-conference-–-save-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-–-save-date/index.md, layout=>refresh }, "/content/jenkins-user-conferences-year/index.html"=>Awestruct::Page{ 30603520: output_path=>/content/jenkins-user-conferences-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conferences-year/index.md, layout=>refresh }, "/content/jenkins-user-event-code-camp-2014-copenhagen/index.html"=>Awestruct::Page{ 30120380: output_path=>/content/jenkins-user-event-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-code-camp-2014-copenhagen/index.md, layout=>refresh }, "/content/jenkins-user-event-copenhagen-september-6/index.html"=>Awestruct::Page{ 29953780: output_path=>/content/jenkins-user-event-copenhagen-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-copenhagen-september-6/index.md, layout=>refresh }, "/content/jenkins-user-event-cph/index.html"=>Awestruct::Page{ 29752180: output_path=>/content/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-cph/index.md, layout=>refresh }, "/content/jenkins-user-event-scandinavia-2015/index.html"=>Awestruct::Page{ 29462140: output_path=>/content/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-scandinavia-2015/index.md, layout=>refresh }, "/content/jenkins-user-meet-london/index.html"=>Awestruct::Page{ 28999440: output_path=>/content/jenkins-user-meet-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london/index.md, layout=>refresh }, "/content/jenkins-user-meet-london-0/index.html"=>Awestruct::Page{ 28560920: output_path=>/content/jenkins-user-meet-london-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london-0/index.md, layout=>refresh }, "/content/jenkins-user-meet-paris/index.html"=>Awestruct::Page{ 24379060: output_path=>/content/jenkins-user-meet-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-paris/index.md, layout=>refresh }, "/content/jenkins-won-sdtimes-100-2014/index.html"=>Awestruct::Page{ 23685400: output_path=>/content/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-won-sdtimes-100-2014/index.md, layout=>refresh }, "/content/jenkins-workflow-summit-rsvp/index.html"=>Awestruct::Page{ 21327000: output_path=>/content/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-workflow-summit-rsvp/index.md, layout=>refresh }, "/content/jira-migration-weekend/index.html"=>Awestruct::Page{ 19953380: output_path=>/content/jira-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jira-migration-weekend/index.md, layout=>refresh }, "/content/join-us-jenkins-20-contributor-summit/index.html"=>Awestruct::Page{ 19263060: output_path=>/content/join-us-jenkins-20-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/join-us-jenkins-20-contributor-summit/index.md, layout=>refresh }, "/content/jruby-branch-merged/index.html"=>Awestruct::Page{ 41027160: output_path=>/content/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged/index.md, layout=>refresh }, "/content/jruby-branch-merged-jenkins-master/index.html"=>Awestruct::Page{ 40823860: output_path=>/content/jruby-branch-merged-jenkins-master/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged-jenkins-master/index.md, layout=>refresh }, "/content/juc-2015-call-paper-deadlines-approaching/index.html"=>Awestruct::Page{ 40634500: output_path=>/content/juc-2015-call-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-2015-call-paper-deadlines-approaching/index.md, layout=>refresh }, "/content/juc-agenda-posted/index.html"=>Awestruct::Page{ 40441580: output_path=>/content/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-agenda-posted/index.md, layout=>refresh }, "/content/juc-berlin-summary/index.html"=>Awestruct::Page{ 40248220: output_path=>/content/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-berlin-summary/index.md, layout=>refresh }, "/content/juc-boston-what-day/index.html"=>Awestruct::Page{ 40059000: output_path=>/content/juc-boston-what-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-boston-what-day/index.md, layout=>refresh }, "/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html"=>Awestruct::Page{ 39841920: output_path=>/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md, layout=>refresh }, "/content/juc-europe-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 39655160: output_path=>/content/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-europe-sneak-peak-integrated-pipelines/index.html"=>Awestruct::Page{ 39486960: output_path=>/content/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-sneak-peak-integrated-pipelines/index.md, layout=>refresh }, "/content/juc-israel-report/index.html"=>Awestruct::Page{ 39302320: output_path=>/content/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-israel-report/index.md, layout=>refresh }, "/content/juc-sf-2014-here/index.html"=>Awestruct::Page{ 39116380: output_path=>/content/juc-sf-2014-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-sf-2014-here/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html"=>Awestruct::Page{ 38898380: output_path=>/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html"=>Awestruct::Page{ 38707280: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html"=>Awestruct::Page{ 38415000: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html"=>Awestruct::Page{ 38332400: output_path=>/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html"=>Awestruct::Page{ 38253820: output_path=>/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html"=>Awestruct::Page{ 38171620: output_path=>/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html"=>Awestruct::Page{ 38087060: output_path=>/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html"=>Awestruct::Page{ 37996500: output_path=>/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html"=>Awestruct::Page{ 37914320: output_path=>/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html"=>Awestruct::Page{ 37826020: output_path=>/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html"=>Awestruct::Page{ 37739580: output_path=>/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html"=>Awestruct::Page{ 37619320: output_path=>/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html"=>Awestruct::Page{ 37510180: output_path=>/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html"=>Awestruct::Page{ 37359080: output_path=>/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html"=>Awestruct::Page{ 37136860: output_path=>/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html"=>Awestruct::Page{ 36687500: output_path=>/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html"=>Awestruct::Page{ 36322840: output_path=>/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md, layout=>refresh }, "/content/juc-us-east-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 35999880: output_path=>/content/juc-us-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-east-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-us-west-news-agenda/index.html"=>Awestruct::Page{ 35596000: output_path=>/content/juc-us-west-news-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-west-news-agenda/index.md, layout=>refresh }, "/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html"=>Awestruct::Page{ 35247940: output_path=>/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md, layout=>refresh }, "/content/juseppe-custom-update-site-jenkins/index.html"=>Awestruct::Page{ 31148380: output_path=>/content/juseppe-custom-update-site-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juseppe-custom-update-site-jenkins/index.md, layout=>refresh }, "/content/just-month-left-until-juc-us-west/index.html"=>Awestruct::Page{ 31017620: output_path=>/content/just-month-left-until-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/just-month-left-until-juc-us-west/index.md, layout=>refresh }, "/content/keeping-your-configuration-and-data-subversion/index.html"=>Awestruct::Page{ 30874580: output_path=>/content/keeping-your-configuration-and-data-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/keeping-your-configuration-and-data-subversion/index.md, layout=>refresh }, "/content/kohsuke-leaves-sun/index.html"=>Awestruct::Page{ 30392820: output_path=>/content/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/kohsuke-leaves-sun/index.md, layout=>refresh }, "/content/learn-about-ci-hudson-sf-java-user-group/index.html"=>Awestruct::Page{ 30157000: output_path=>/content/learn-about-ci-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/learn-about-ci-hudson-sf-java-user-group/index.md, layout=>refresh }, "/content/lets-talk-about-hudson-javaone/index.html"=>Awestruct::Page{ 29986600: output_path=>/content/lets-talk-about-hudson-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/lets-talk-about-hudson-javaone/index.md, layout=>refresh }, "/content/links-2010-02-24/index.html"=>Awestruct::Page{ 29827860: output_path=>/content/links-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-24/index.md, layout=>refresh }, "/content/links-2010-02-25/index.html"=>Awestruct::Page{ 29532340: output_path=>/content/links-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-25/index.md, layout=>refresh }, "/content/links-2010-03-04/index.html"=>Awestruct::Page{ 29045120: output_path=>/content/links-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-04/index.md, layout=>refresh }, "/content/links-2010-03-12/index.html"=>Awestruct::Page{ 28585040: output_path=>/content/links-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-12/index.md, layout=>refresh }, "/content/links-2010-03-19/index.html"=>Awestruct::Page{ 24473040: output_path=>/content/links-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-19/index.md, layout=>refresh }, "/content/links-2010-03-23/index.html"=>Awestruct::Page{ 23729240: output_path=>/content/links-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-23/index.md, layout=>refresh }, "/content/links-2010-07-05/index.html"=>Awestruct::Page{ 21538240: output_path=>/content/links-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-07-05/index.md, layout=>refresh }, "/content/literate-builds-wtf/index.html"=>Awestruct::Page{ 20579700: output_path=>/content/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/literate-builds-wtf/index.md, layout=>refresh }, "/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html"=>Awestruct::Page{ 19085540: output_path=>/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md, layout=>refresh }, "/content/live-blog-kohsukes-presentation-javaone/index.html"=>Awestruct::Page{ 41044940: output_path=>/content/live-blog-kohsukes-presentation-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-kohsukes-presentation-javaone/index.md, layout=>refresh }, "/content/loaderio-plugin-developer-interview/index.html"=>Awestruct::Page{ 40851760: output_path=>/content/loaderio-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/loaderio-plugin-developer-interview/index.md, layout=>refresh }, "/content/los-altos-hackathon-friday/index.html"=>Awestruct::Page{ 40651720: output_path=>/content/los-altos-hackathon-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/los-altos-hackathon-friday/index.md, layout=>refresh }, "/content/mailing-lists/index.html"=>Awestruct::Page{ 40459060: output_path=>/content/mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mailing-lists/index.md, layout=>post }, "/content/maven-job-type-performance-improvements-maven-plugin-22/index.html"=>Awestruct::Page{ 39977560: output_path=>/content/maven-job-type-performance-improvements-maven-plugin-22/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/maven-job-type-performance-improvements-maven-plugin-22/index.md, layout=>refresh }, "/content/meet-and-hack-alongside-kohsuke-and-co/index.html"=>Awestruct::Page{ 39764240: output_path=>/content/meet-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-and-hack-alongside-kohsuke-and-co/index.md, layout=>refresh }, "/content/meet-community-juc/index.html"=>Awestruct::Page{ 39568060: output_path=>/content/meet-community-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-community-juc/index.md, layout=>refresh }, "/content/mirror-mirror-wall/index.html"=>Awestruct::Page{ 39409180: output_path=>/content/mirror-mirror-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirror-mirror-wall/index.md, layout=>refresh }, "/content/mirrors/index.html"=>Awestruct::Page{ 39213280: output_path=>/content/mirrors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirrors/index.md, layout=>post }, "/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html"=>Awestruct::Page{ 38709120: output_path=>/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md, layout=>refresh }, "/content/mobile-app-jenkins-user-conference-bay-area/index.html"=>Awestruct::Page{ 38415940: output_path=>/content/mobile-app-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mobile-app-jenkins-user-conference-bay-area/index.md, layout=>refresh }, "/content/monitor-hudson-your-android/index.html"=>Awestruct::Page{ 38332760: output_path=>/content/monitor-hudson-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/monitor-hudson-your-android/index.md, layout=>refresh }, "/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html"=>Awestruct::Page{ 38253220: output_path=>/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md, layout=>refresh }, "/content/more-scalable-slaves/index.html"=>Awestruct::Page{ 38169960: output_path=>/content/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-scalable-slaves/index.md, layout=>refresh }, "/content/munich-hackathon/index.html"=>Awestruct::Page{ 38085140: output_path=>/content/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/munich-hackathon/index.md, layout=>refresh }, "/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html"=>Awestruct::Page{ 37993760: output_path=>/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md, layout=>refresh }, "/content/new-blog-kohsuke/index.html"=>Awestruct::Page{ 37910760: output_path=>/content/new-blog-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-blog-kohsuke/index.md, layout=>refresh }, "/content/new-download-link-test/index.html"=>Awestruct::Page{ 37819800: output_path=>/content/new-download-link-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-download-link-test/index.md, layout=>post }, "/content/new-hudson-mailing-lists/index.html"=>Awestruct::Page{ 37559100: output_path=>/content/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-hudson-mailing-lists/index.md, layout=>refresh }, "/content/new-jenkins-releases-important-security-fixes/index.html"=>Awestruct::Page{ 37428240: output_path=>/content/new-jenkins-releases-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-jenkins-releases-important-security-fixes/index.md, layout=>refresh }, "/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html"=>Awestruct::Page{ 37249880: output_path=>/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md, layout=>refresh }, "/content/new-wiki-url-requirement-plugins/index.html"=>Awestruct::Page{ 36835280: output_path=>/content/new-wiki-url-requirement-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-wiki-url-requirement-plugins/index.md, layout=>refresh }, "/content/nyc-jenkins-user-conference-recap/index.html"=>Awestruct::Page{ 36489940: output_path=>/content/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/nyc-jenkins-user-conference-recap/index.md, layout=>refresh }, "/content/october-jams/index.html"=>Awestruct::Page{ 36149520: output_path=>/content/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/october-jams/index.md, layout=>refresh }, "/content/office-hour-form-handling-jenkins/index.html"=>Awestruct::Page{ 35790040: output_path=>/content/office-hour-form-handling-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-form-handling-jenkins/index.md, layout=>refresh }, "/content/office-hour-proposed-uiux-changes/index.html"=>Awestruct::Page{ 35386300: output_path=>/content/office-hour-proposed-uiux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-proposed-uiux-changes/index.md, layout=>refresh }, "/content/office-hours-are-back/index.html"=>Awestruct::Page{ 31209600: output_path=>/content/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-are-back/index.md, layout=>refresh }, "/content/office-hours-next-week-metadata-plugin/index.html"=>Awestruct::Page{ 31073040: output_path=>/content/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-next-week-metadata-plugin/index.md, layout=>refresh }, "/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html"=>Awestruct::Page{ 30933440: output_path=>/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md, layout=>refresh }, "/content/office-hours-week-git-plugin-refactoring/index.html"=>Awestruct::Page{ 30517240: output_path=>/content/office-hours-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-week-git-plugin-refactoring/index.md, layout=>refresh }, "/content/official-jenkins-lts-docker-image/index.html"=>Awestruct::Page{ 30289500: output_path=>/content/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/official-jenkins-lts-docker-image/index.md, layout=>refresh }, "/content/one-month-continuous-blog/index.html"=>Awestruct::Page{ 30063000: output_path=>/content/one-month-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/one-month-continuous-blog/index.md, layout=>refresh }, "/content/other-events-juc-visitors-cd-seminar/index.html"=>Awestruct::Page{ 29893180: output_path=>/content/other-events-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/other-events-juc-visitors-cd-seminar/index.md, layout=>refresh }, "/content/performance-improvements-1346/index.html"=>Awestruct::Page{ 29670500: output_path=>/content/performance-improvements-1346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/performance-improvements-1346/index.md, layout=>refresh }, "/content/pictures-juc-and-cdsummit/index.html"=>Awestruct::Page{ 29230340: output_path=>/content/pictures-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pictures-juc-and-cdsummit/index.md, layout=>refresh }, "/content/pipeline-code-multibranch-workflows-jenkins/index.html"=>Awestruct::Page{ 28726460: output_path=>/content/pipeline-code-multibranch-workflows-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pipeline-code-multibranch-workflows-jenkins/index.md, layout=>refresh }, "/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html"=>Awestruct::Page{ 24636340: output_path=>/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md, layout=>refresh }, "/content/plugin-spotlight-version-column-plugin/index.html"=>Awestruct::Page{ 24081880: output_path=>/content/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/plugin-spotlight-version-column-plugin/index.md, layout=>refresh }, "/content/polls-are-open-jenkins-logo-contest/index.html"=>Awestruct::Page{ 23260600: output_path=>/content/polls-are-open-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/polls-are-open-jenkins-logo-contest/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup/index.html"=>Awestruct::Page{ 20697680: output_path=>/content/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup-redux/index.html"=>Awestruct::Page{ 19415900: output_path=>/content/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup-redux/index.md, layout=>refresh }, "/content/pre-tested-commits-git/index.html"=>Awestruct::Page{ 37405160: output_path=>/content/pre-tested-commits-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-tested-commits-git/index.md, layout=>refresh }, "/content/python-love-story-virtualenv-and-hudson/index.html"=>Awestruct::Page{ 40906380: output_path=>/content/python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/python-love-story-virtualenv-and-hudson/index.md, layout=>refresh }, "/content/quiet-period-feature/index.html"=>Awestruct::Page{ 40721300: output_path=>/content/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/quiet-period-feature/index.md, layout=>refresh }, "/content/recap-hackathon-part-one/index.html"=>Awestruct::Page{ 40521700: output_path=>/content/recap-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recap-hackathon-part-one/index.md, layout=>refresh }, "/content/recent-label-and-matrix-project-improvement/index.html"=>Awestruct::Page{ 40318320: output_path=>/content/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recent-label-and-matrix-project-improvement/index.md, layout=>refresh }, "/content/reducing-threads-jenkins-ssh-slaves/index.html"=>Awestruct::Page{ 40113180: output_path=>/content/reducing-threads-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reducing-threads-jenkins-ssh-slaves/index.md, layout=>refresh }, "/content/regarding-start-april/index.html"=>Awestruct::Page{ 39928000: output_path=>/content/regarding-start-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/regarding-start-april/index.md, layout=>refresh }, "/content/registration-call-papers-open-juc-palo-alto/index.html"=>Awestruct::Page{ 39740520: output_path=>/content/registration-call-papers-open-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-call-papers-open-juc-palo-alto/index.md, layout=>refresh }, "/content/registration-juc-2015-open/index.html"=>Awestruct::Page{ 39509400: output_path=>/content/registration-juc-2015-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-juc-2015-open/index.md, layout=>refresh }, "/content/reinforcements-subversion-plugin/index.html"=>Awestruct::Page{ 39366440: output_path=>/content/reinforcements-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reinforcements-subversion-plugin/index.md, layout=>refresh }, "/content/release-candidate/index.html"=>Awestruct::Page{ 39162340: output_path=>/content/release-candidate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/release-candidate/index.html, layout=>post }, "/content/report-bugs-and-win-kindle/index.html"=>Awestruct::Page{ 38469220: output_path=>/content/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-bugs-and-win-kindle/index.md, layout=>refresh }, "/content/report-intro-jenkins-meet-copenhagen/index.html"=>Awestruct::Page{ 38389160: output_path=>/content/report-intro-jenkins-meet-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-intro-jenkins-meet-copenhagen/index.md, layout=>refresh }, "/content/report-jenkins-meet-seoul/index.html"=>Awestruct::Page{ 38307320: output_path=>/content/report-jenkins-meet-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-jenkins-meet-seoul/index.md, layout=>refresh }, "/content/resurgence-releng/index.html"=>Awestruct::Page{ 38225680: output_path=>/content/resurgence-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/resurgence-releng/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5122011/index.html"=>Awestruct::Page{ 38144220: output_path=>/content/ruby-plugins-hack-session-5122011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5122011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5272011/index.html"=>Awestruct::Page{ 38058260: output_path=>/content/ruby-plugins-hack-session-5272011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5272011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-notes-6232011/index.html"=>Awestruct::Page{ 37963820: output_path=>/content/ruby-plugins-hack-session-notes-6232011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-notes-6232011/index.md, layout=>refresh }, "/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html"=>Awestruct::Page{ 37883500: output_path=>/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md, layout=>refresh }, "/content/saturday-night-drink/index.html"=>Awestruct::Page{ 37788780: output_path=>/content/saturday-night-drink/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/saturday-night-drink/index.md, layout=>refresh }, "/content/screencast-python-hudson-part-1/index.html"=>Awestruct::Page{ 37696840: output_path=>/content/screencast-python-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/screencast-python-hudson-part-1/index.md, layout=>refresh }, "/content/security-fix-hudson-1365-released/index.html"=>Awestruct::Page{ 37573000: output_path=>/content/security-fix-hudson-1365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-fix-hudson-1365-released/index.md, layout=>refresh }, "/content/security-updates-released-today/index.html"=>Awestruct::Page{ 37466280: output_path=>/content/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-updates-released-today/index.md, layout=>refresh }, "/content/slaves-building-robots/index.html"=>Awestruct::Page{ 37254180: output_path=>/content/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/slaves-building-robots/index.md, layout=>refresh }, "/content/so-youve-found-vulnerability-now-what/index.html"=>Awestruct::Page{ 36848700: output_path=>/content/so-youve-found-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/so-youve-found-vulnerability-now-what/index.md, layout=>refresh }, "/content/sonatype-freeing-projects-javanets-maven-repo/index.html"=>Awestruct::Page{ 36495180: output_path=>/content/sonatype-freeing-projects-javanets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sonatype-freeing-projects-javanets-maven-repo/index.md, layout=>refresh }, "/content/sponsor-jenkins-bugs-freedom-sponsors/index.html"=>Awestruct::Page{ 36168880: output_path=>/content/sponsor-jenkins-bugs-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-bugs-freedom-sponsors/index.md, layout=>refresh }, "/content/sponsor-jenkins-user-conference/index.html"=>Awestruct::Page{ 35810460: output_path=>/content/sponsor-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-user-conference/index.md, layout=>refresh }, "/content/spotlight-ita-software/index.html"=>Awestruct::Page{ 35387840: output_path=>/content/spotlight-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-ita-software/index.md, layout=>refresh }, "/content/spotlight-springsource/index.html"=>Awestruct::Page{ 31210360: output_path=>/content/spotlight-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-springsource/index.md, layout=>refresh }, "/content/spotlight-visfleet/index.html"=>Awestruct::Page{ 31071700: output_path=>/content/spotlight-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-visfleet/index.md, layout=>refresh }, "/content/start-your-own-jenkins-meetup-10-easy-steps/index.html"=>Awestruct::Page{ 30931160: output_path=>/content/start-your-own-jenkins-meetup-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/start-your-own-jenkins-meetup-10-easy-steps/index.md, layout=>refresh }, "/content/state-jenkins-project/index.html"=>Awestruct::Page{ 30496520: output_path=>/content/state-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/state-jenkins-project/index.md, layout=>refresh }, "/content/stickers-starting-arrive/index.html"=>Awestruct::Page{ 30278820: output_path=>/content/stickers-starting-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/stickers-starting-arrive/index.md, layout=>refresh }, "/content/subversion-repository-change-notification-push-vs-pull/index.html"=>Awestruct::Page{ 30056860: output_path=>/content/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/subversion-repository-change-notification-push-vs-pull/index.md, layout=>refresh }, "/content/summary-report-git-repository-disruption-incident-nov-10th/index.html"=>Awestruct::Page{ 29875760: output_path=>/content/summary-report-git-repository-disruption-incident-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/summary-report-git-repository-disruption-incident-nov-10th/index.md, layout=>refresh }, "/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html"=>Awestruct::Page{ 29645480: output_path=>/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md, layout=>refresh }, "/content/take-jenkins-survey/index.html"=>Awestruct::Page{ 29193040: output_path=>/content/take-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/take-jenkins-survey/index.md, layout=>refresh }, "/content/thank-you-downloading-os-x-installer/index.html"=>Awestruct::Page{ 28700100: output_path=>/content/thank-you-downloading-os-x-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-os-x-installer/index.html.haml, layout=>post }, "/content/thank-you-downloading-windows-installer/index.html"=>Awestruct::Page{ 23625840: output_path=>/content/thank-you-downloading-windows-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-windows-installer/index.html.haml, layout=>post }, "/content/thank-you-page-windowsos-x-installers/index.html"=>Awestruct::Page{ 19396140: output_path=>/content/thank-you-page-windowsos-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-page-windowsos-x-installers/index.md, layout=>refresh }, "/content/thanks-help/index.html"=>Awestruct::Page{ 40988820: output_path=>/content/thanks-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-help/index.md, layout=>refresh }, "/content/thanks-support-pagerduty/index.html"=>Awestruct::Page{ 40547040: output_path=>/content/thanks-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-support-pagerduty/index.md, layout=>refresh }, "/content/thinking-about-moving-servlet-30/index.html"=>Awestruct::Page{ 40149120: output_path=>/content/thinking-about-moving-servlet-30/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thinking-about-moving-servlet-30/index.md, layout=>refresh }, "/content/tweet-day/index.html"=>Awestruct::Page{ 39719520: output_path=>/content/tweet-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tweet-day/index.md, layout=>refresh }, "/content/two-weeks-till-jenkins-user-conference-berlin/index.html"=>Awestruct::Page{ 39301720: output_path=>/content/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/two-weeks-till-jenkins-user-conference-berlin/index.md, layout=>refresh }, "/content/upcoming-events-june-and-early-july/index.html"=>Awestruct::Page{ 38796340: output_path=>/content/upcoming-events-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-events-june-and-early-july/index.md, layout=>refresh }, "/content/upcoming-jenkins-events-tokyo/index.html"=>Awestruct::Page{ 38375200: output_path=>/content/upcoming-jenkins-events-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-events-tokyo/index.md, layout=>refresh }, "/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html"=>Awestruct::Page{ 38209880: output_path=>/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md, layout=>refresh }, "/content/upcoming-office-hour-kubernetes/index.html"=>Awestruct::Page{ 38017240: output_path=>/content/upcoming-office-hour-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-kubernetes/index.md, layout=>refresh }, "/content/upcoming-office-hour-workflow/index.html"=>Awestruct::Page{ 37830400: output_path=>/content/upcoming-office-hour-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-workflow/index.md, layout=>refresh }, "/content/upcoming-office-hours-fosdem-planning-session/index.html"=>Awestruct::Page{ 37600340: output_path=>/content/upcoming-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-fosdem-planning-session/index.md, layout=>refresh }, "/content/upcoming-office-hours-jenkins-20/index.html"=>Awestruct::Page{ 37263260: output_path=>/content/upcoming-office-hours-jenkins-20/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-jenkins-20/index.md, layout=>refresh }, "/content/update-wiki-and-issue-tracker-outage/index.html"=>Awestruct::Page{ 36578000: output_path=>/content/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/update-wiki-and-issue-tracker-outage/index.md, layout=>refresh }, "/content/updated-chrome-extension/index.html"=>Awestruct::Page{ 35812660: output_path=>/content/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-chrome-extension/index.md, layout=>refresh }, "/content/updated-usage-stats-available/index.html"=>Awestruct::Page{ 31193440: output_path=>/content/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-usage-stats-available/index.md, layout=>refresh }, "/content/user-interface-refresh/index.html"=>Awestruct::Page{ 30910020: output_path=>/content/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/user-interface-refresh/index.md, layout=>refresh }, "/content/video-kohsuke-talks-hudson-otn/index.html"=>Awestruct::Page{ 30164660: output_path=>/content/video-kohsuke-talks-hudson-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/video-kohsuke-talks-hudson-otn/index.md, layout=>refresh }, "/content/volume-9-jenkins-newsletter-continuous-information-out/index.html"=>Awestruct::Page{ 29768400: output_path=>/content/volume-9-jenkins-newsletter-continuous-information-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volume-9-jenkins-newsletter-continuous-information-out/index.md, layout=>refresh }, "/content/volunteers-needed-juc-sf/index.html"=>Awestruct::Page{ 28880300: output_path=>/content/volunteers-needed-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volunteers-needed-juc-sf/index.md, layout=>refresh }, "/content/want-some-hudson-stickers/index.html"=>Awestruct::Page{ 24256540: output_path=>/content/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/want-some-hudson-stickers/index.md, layout=>refresh }, "/content/week-plugins/index.html"=>Awestruct::Page{ 21158000: output_path=>/content/week-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins/index.md, layout=>refresh }, "/content/week-plugins-0/index.html"=>Awestruct::Page{ 19241660: output_path=>/content/week-plugins-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-0/index.md, layout=>refresh }, "/content/week-plugins-1/index.html"=>Awestruct::Page{ 20941800: output_path=>/content/week-plugins-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-1/index.md, layout=>refresh }, "/content/week-plugins-2/index.html"=>Awestruct::Page{ 24133320: output_path=>/content/week-plugins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-2/index.md, layout=>refresh }, "/content/week-plugins-3/index.html"=>Awestruct::Page{ 28963580: output_path=>/content/week-plugins-3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-3/index.md, layout=>refresh }, "/content/week-plugins-4/index.html"=>Awestruct::Page{ 29776240: output_path=>/content/week-plugins-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-4/index.md, layout=>refresh }, "/content/weekend-update-andrew-bayer/index.html"=>Awestruct::Page{ 30116880: output_path=>/content/weekend-update-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/weekend-update-andrew-bayer/index.md, layout=>refresh }, "/content/welcome-continuous-blog/index.html"=>Awestruct::Page{ 30825360: output_path=>/content/welcome-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-continuous-blog/index.md, layout=>refresh }, "/content/welcome-hudson-labs/index.html"=>Awestruct::Page{ 31033200: output_path=>/content/welcome-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-hudson-labs/index.md, layout=>refresh }, "/content/what-jvm-versions-are-running-jenkins/index.html"=>Awestruct::Page{ 35406620: output_path=>/content/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-jvm-versions-are-running-jenkins/index.md, layout=>refresh }, "/content/what-new-features-do-you-want-see/index.html"=>Awestruct::Page{ 36174560: output_path=>/content/what-new-features-do-you-want-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-new-features-do-you-want-see/index.md, layout=>refresh }, "/content/whats-going-hudsons-infrastructure/index.html"=>Awestruct::Page{ 36767260: output_path=>/content/whats-going-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whats-going-hudsons-infrastructure/index.md, layout=>refresh }, "/content/whos-driving-thing/index.html"=>Awestruct::Page{ 37465600: output_path=>/content/whos-driving-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whos-driving-thing/index.md, layout=>refresh }, "/content/why-does-jenkins-have-blue-balls/index.html"=>Awestruct::Page{ 37699400: output_path=>/content/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/why-does-jenkins-have-blue-balls/index.md, layout=>refresh }, "/content/wiki-and-issue-tracker-outage-over-weekend/index.html"=>Awestruct::Page{ 37815200: output_path=>/content/wiki-and-issue-tracker-outage-over-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-and-issue-tracker-outage-over-weekend/index.md, layout=>refresh }, "/content/wiki-performance-improvement/index.html"=>Awestruct::Page{ 37990100: output_path=>/content/wiki-performance-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-performance-improvement/index.html, layout=>post }, "/content/windows-installers-are-now-available/index.html"=>Awestruct::Page{ 38434500: output_path=>/content/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/windows-installers-are-now-available/index.md, layout=>refresh }, "/content/winners-docker-global-hack-day-3-are/index.html"=>Awestruct::Page{ 38783840: output_path=>/content/winners-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/winners-docker-global-hack-day-3-are/index.md, layout=>refresh }, "/content/workflow-best-practices-and-examples-repo-github/index.html"=>Awestruct::Page{ 39273560: output_path=>/content/workflow-best-practices-and-examples-repo-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-best-practices-and-examples-repo-github/index.md, layout=>refresh }, "/content/workflow-plugin-10/index.html"=>Awestruct::Page{ 39511820: output_path=>/content/workflow-plugin-10/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-10/index.md, layout=>refresh }, "/content/workflow-plugin-code-walk-through/index.html"=>Awestruct::Page{ 39933700: output_path=>/content/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-code-walk-through/index.md, layout=>refresh }, "/content/workflow-plugin-tutorial-writing-step-impl/index.html"=>Awestruct::Page{ 40372920: output_path=>/content/workflow-plugin-tutorial-writing-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-tutorial-writing-step-impl/index.md, layout=>refresh }, "/content/would-you-ok/index.html"=>Awestruct::Page{ 40648740: output_path=>/content/would-you-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-ok/index.md, layout=>refresh }, "/content/would-you-run-hudson-cloud/index.html"=>Awestruct::Page{ 41047760: output_path=>/content/would-you-run-hudson-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-run-hudson-cloud/index.md, layout=>refresh }, "/content/your-java-web-start-slaves-will-be-always-clean/index.html"=>Awestruct::Page{ 40984580: output_path=>/content/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/your-java-web-start-slaves-will-be-always-clean/index.md, layout=>refresh }, "/css/download.css"=>Awestruct::Page{ 40771000: output_path=>/css/download.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/download.css, layout=> }, "/css/font-awesome.css"=>Awestruct::Page{ 40754080: output_path=>/css/font-awesome.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css, layout=> }, "/css/font-awesome.css.map"=>Awestruct::Page{ 40729200: output_path=>/css/font-awesome.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css.map, layout=> }, "/css/font-awesome.min.css"=>Awestruct::Page{ 40719980: output_path=>/css/font-awesome.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.min.css, layout=> }, "/css/font-icons.css"=>Awestruct::Page{ 40700780: output_path=>/css/font-icons.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-icons.css, layout=> }, "/css/fonts/icomoon.eot"=>Awestruct::Page{ 40638000: output_path=>/css/fonts/icomoon.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.eot, layout=> }, "/css/fonts/icomoon.svg"=>Awestruct::Page{ 40610660: output_path=>/css/fonts/icomoon.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.svg, layout=> }, "/css/fonts/icomoon.ttf"=>Awestruct::Page{ 40601460: output_path=>/css/fonts/icomoon.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.ttf, layout=> }, "/css/fonts/icomoon.woff"=>Awestruct::Page{ 40592160: output_path=>/css/fonts/icomoon.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.woff, layout=> }, "/css/jenkins.css"=>Awestruct::Page{ 40540140: output_path=>/css/jenkins.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/jenkins.css, layout=> }, "/css/lib.css"=>Awestruct::Page{ 40523400: output_path=>/css/lib.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/lib.css, layout=> }, "/css/ribbon.css"=>Awestruct::Page{ 40514160: output_path=>/css/ribbon.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/ribbon.css, layout=> }, "/css/style.css"=>Awestruct::Page{ 40480240: output_path=>/css/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/style.css, layout=> }, "/doc/book/appendix/advanced-installation/index.html"=>Awestruct::Page{ 40299180: output_path=>/doc/book/appendix/advanced-installation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/advanced-installation.adoc, layout=>section }, "/doc/book/appendix/chapter.yml"=>Awestruct::Page{ 39618620: output_path=>/doc/book/appendix/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/chapter.yml, layout=> }, "/doc/book/appendix/index.html"=>Awestruct::Page{ 39497380: output_path=>/doc/book/appendix/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/index.adoc, layout=>chapter }, "/doc/book/architecting-for-manageability/index.html"=>Awestruct::Page{ 38471760: output_path=>/doc/book/architecting-for-manageability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-manageability.adoc, layout=>documentation }, "/doc/book/architecting-for-scale/index.html"=>Awestruct::Page{ 38124500: output_path=>/doc/book/architecting-for-scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-scale.adoc, layout=>documentation }, "/doc/book/best-practice/chapter.yml"=>Awestruct::Page{ 37896740: output_path=>/doc/book/best-practice/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/chapter.yml, layout=> }, "/doc/book/best-practice/index.html"=>Awestruct::Page{ 37848680: output_path=>/doc/book/best-practice/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/index.adoc, layout=>chapter }, "/doc/book/book.yml"=>Awestruct::Page{ 37482240: output_path=>/doc/book/book.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/book.yml, layout=> }, "/doc/book/getting-started/chapter.yml"=>Awestruct::Page{ 37462720: output_path=>/doc/book/getting-started/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/chapter.yml, layout=> }, "/doc/book/getting-started/index.html"=>Awestruct::Page{ 37293360: output_path=>/doc/book/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/index.adoc, layout=>chapter }, "/doc/book/getting-started/installing/index.html"=>Awestruct::Page{ 35888700: output_path=>/doc/book/getting-started/installing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/installing.adoc, layout=>section }, "/doc/book/glossary/chapter.yml"=>Awestruct::Page{ 31042080: output_path=>/doc/book/glossary/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/chapter.yml, layout=> }, "/doc/book/glossary/index.html"=>Awestruct::Page{ 30930160: output_path=>/doc/book/glossary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/index.adoc, layout=>chapter }, "/doc/book/hardware-recommendations/index.html"=>Awestruct::Page{ 29896500: output_path=>/doc/book/hardware-recommendations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/hardware-recommendations.adoc, layout=>documentation }, "/doc/book/index.html"=>Awestruct::Page{ 28997620: output_path=>/doc/book/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/index.html.haml, layout=>documentation }, "/doc/book/managing/chapter.yml"=>Awestruct::Page{ 24014220: output_path=>/doc/book/managing/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/chapter.yml, layout=> }, "/doc/book/managing/cli/index.html"=>Awestruct::Page{ 23106340: output_path=>/doc/book/managing/cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/cli.adoc, layout=>section }, "/doc/book/managing/index.html"=>Awestruct::Page{ 40905920: output_path=>/doc/book/managing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/index.adoc, layout=>chapter }, "/doc/book/managing/nodes/index.html"=>Awestruct::Page{ 40143120: output_path=>/doc/book/managing/nodes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/nodes.adoc, layout=>section }, "/doc/book/managing/plugins/index.html"=>Awestruct::Page{ 39302700: output_path=>/doc/book/managing/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/plugins.adoc, layout=>section }, "/doc/book/managing/script-console/index.html"=>Awestruct::Page{ 38418720: output_path=>/doc/book/managing/script-console/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/script-console.adoc, layout=>section }, "/doc/book/managing/security/index.html"=>Awestruct::Page{ 38033880: output_path=>/doc/book/managing/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/security.adoc, layout=>section }, "/doc/book/managing/system-configuration/index.html"=>Awestruct::Page{ 37688080: output_path=>/doc/book/managing/system-configuration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/system-configuration.adoc, layout=>section }, "/doc/book/managing/tools/index.html"=>Awestruct::Page{ 36812060: output_path=>/doc/book/managing/tools/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/tools.adoc, layout=>section }, "/doc/book/managing/users/index.html"=>Awestruct::Page{ 35431120: output_path=>/doc/book/managing/users/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/users.adoc, layout=>section }, "/doc/book/operating/backing-up/index.html"=>Awestruct::Page{ 30521680: output_path=>/doc/book/operating/backing-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/backing-up.adoc, layout=>section }, "/doc/book/operating/chapter.yml"=>Awestruct::Page{ 29813340: output_path=>/doc/book/operating/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/chapter.yml, layout=> }, "/doc/book/operating/index.html"=>Awestruct::Page{ 29673640: output_path=>/doc/book/operating/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/index.adoc, layout=>chapter }, "/doc/book/operating/monitoring/index.html"=>Awestruct::Page{ 24208200: output_path=>/doc/book/operating/monitoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/monitoring.adoc, layout=>section }, "/doc/book/operating/security/index.html"=>Awestruct::Page{ 41062720: output_path=>/doc/book/operating/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/security.adoc, layout=>documentation }, "/doc/book/operating/with-chef/index.html"=>Awestruct::Page{ 40519800: output_path=>/doc/book/operating/with-chef/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-chef.adoc, layout=>section }, "/doc/book/operating/with-puppet/index.html"=>Awestruct::Page{ 39744120: output_path=>/doc/book/operating/with-puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-puppet.adoc, layout=>section }, "/doc/book/organizaton-folders/index.html"=>Awestruct::Page{ 38960420: output_path=>/doc/book/organizaton-folders/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/organizaton-folders.adoc, layout=>documentation }, "/doc/book/pipeline/chapter.yml"=>Awestruct::Page{ 38378840: output_path=>/doc/book/pipeline/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/chapter.yml, layout=> }, "/doc/book/pipeline/getting-started/index.html"=>Awestruct::Page{ 38298820: output_path=>/doc/book/pipeline/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/getting-started.adoc, layout=>section }, "/doc/book/pipeline/index.html"=>Awestruct::Page{ 37943200: output_path=>/doc/book/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/index.adoc, layout=>chapter }, "/doc/book/pipeline/jenkinsfile/index.html"=>Awestruct::Page{ 37472080: output_path=>/doc/book/pipeline/jenkinsfile/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/jenkinsfile.adoc, layout=>section }, "/doc/book/pipeline/multibranch/index.html"=>Awestruct::Page{ 36167960: output_path=>/doc/book/pipeline/multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/multibranch.adoc, layout=>section }, "/doc/book/pipeline/overview/index.html"=>Awestruct::Page{ 31147360: output_path=>/doc/book/pipeline/overview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/overview.adoc, layout=>refresh }, "/doc/book/pipeline/shared-libraries/index.html"=>Awestruct::Page{ 30525620: output_path=>/doc/book/pipeline/shared-libraries/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/shared-libraries.adoc, layout=>section }, "/doc/book/pipeline/syntax/index.html"=>Awestruct::Page{ 29031140: output_path=>/doc/book/pipeline/syntax/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/syntax.adoc, layout=>section }, "/doc/book/pipeline-as-code/index.html"=>Awestruct::Page{ 20633020: output_path=>/doc/book/pipeline-as-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline-as-code.adoc, layout=>documentation }, "/doc/book/resources/hardware-recommendations/jenkins.png"=>Awestruct::Page{ 40891200: output_path=>/doc/book/resources/hardware-recommendations/jenkins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jenkins.png, layout=> }, "/doc/book/resources/hardware-recommendations/jnlp-slave.png"=>Awestruct::Page{ 40873360: output_path=>/doc/book/resources/hardware-recommendations/jnlp-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jnlp-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/master-slave.png"=>Awestruct::Page{ 40828640: output_path=>/doc/book/resources/hardware-recommendations/master-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/master-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/netflix-arch.png"=>Awestruct::Page{ 40809340: output_path=>/doc/book/resources/hardware-recommendations/netflix-arch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/netflix-arch.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNode.png"=>Awestruct::Page{ 40782460: output_path=>/doc/book/resources/hardware-recommendations/newNode.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNode.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNodeConfigPage.png"=>Awestruct::Page{ 40764060: output_path=>/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, layout=> }, "/doc/book/resources/hardware-recommendations/yahoo-architecture.png"=>Awestruct::Page{ 40729720: output_path=>/doc/book/resources/hardware-recommendations/yahoo-architecture.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/yahoo-architecture.png, layout=> }, "/doc/book/resources/managing/cli-adding-ssh-public-keys.png"=>Awestruct::Page{ 40699860: output_path=>/doc/book/resources/managing/cli-adding-ssh-public-keys.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/cli-adding-ssh-public-keys.png, layout=> }, "/doc/book/resources/managing/configure-global-security-access-control-rules.png"=>Awestruct::Page{ 40651460: output_path=>/doc/book/resources/managing/configure-global-security-access-control-rules.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-access-control-rules.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-agent-master.png"=>Awestruct::Page{ 40614980: output_path=>/doc/book/resources/managing/configure-global-security-enable-agent-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-agent-master.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-security.png"=>Awestruct::Page{ 40604440: output_path=>/doc/book/resources/managing/configure-global-security-enable-security.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-security.png, layout=> }, "/doc/book/resources/managing/configure-global-security-matrix-authorization.png"=>Awestruct::Page{ 40594360: output_path=>/doc/book/resources/managing/configure-global-security-matrix-authorization.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-matrix-authorization.png, layout=> }, "/doc/book/resources/managing/configure-global-security-prevent-csrf.png"=>Awestruct::Page{ 40541180: output_path=>/doc/book/resources/managing/configure-global-security-prevent-csrf.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-prevent-csrf.png, layout=> }, "/doc/book/resources/managing/configure-global-security-whitelist-commands.png"=>Awestruct::Page{ 40522720: output_path=>/doc/book/resources/managing/configure-global-security-whitelist-commands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-whitelist-commands.png, layout=> }, "/doc/book/resources/managing/plugin-manager-available.png"=>Awestruct::Page{ 40512100: output_path=>/doc/book/resources/managing/plugin-manager-available.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-available.png, layout=> }, "/doc/book/resources/managing/plugin-manager-disable.png"=>Awestruct::Page{ 40459240: output_path=>/doc/book/resources/managing/plugin-manager-disable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-disable.png, layout=> }, "/doc/book/resources/managing/plugin-manager-uninstall.png"=>Awestruct::Page{ 40439200: output_path=>/doc/book/resources/managing/plugin-manager-uninstall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-uninstall.png, layout=> }, "/doc/book/resources/managing/plugin-manager-update.png"=>Awestruct::Page{ 40412920: output_path=>/doc/book/resources/managing/plugin-manager-update.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-update.png, layout=> }, "/doc/book/resources/managing/plugin-manager-upload.png"=>Awestruct::Page{ 40377780: output_path=>/doc/book/resources/managing/plugin-manager-upload.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-upload.png, layout=> }, "/doc/book/resources/pipeline/build-now.png"=>Awestruct::Page{ 40333660: output_path=>/doc/book/resources/pipeline/build-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/build-now.png, layout=> }, "/doc/book/resources/pipeline/hello-world-console-output.png"=>Awestruct::Page{ 40304040: output_path=>/doc/book/resources/pipeline/hello-world-console-output.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-console-output.png, layout=> }, "/doc/book/resources/pipeline/hello-world-script.png"=>Awestruct::Page{ 40285820: output_path=>/doc/book/resources/pipeline/hello-world-script.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-script.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-indexing.png"=>Awestruct::Page{ 40251160: output_path=>/doc/book/resources/pipeline/multibranch-branch-indexing.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-indexing.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source-configuration.png"=>Awestruct::Page{ 40214020: output_path=>/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source.png"=>Awestruct::Page{ 40202760: output_path=>/doc/book/resources/pipeline/multibranch-branch-source.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source.png, layout=> }, "/doc/book/resources/pipeline/new-item-creation.png"=>Awestruct::Page{ 40177100: output_path=>/doc/book/resources/pipeline/new-item-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-multibranch-creation.png"=>Awestruct::Page{ 40148000: output_path=>/doc/book/resources/pipeline/new-item-multibranch-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-multibranch-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-selection.png"=>Awestruct::Page{ 40108520: output_path=>/doc/book/resources/pipeline/new-item-selection.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-selection.png, layout=> }, "/doc/book/resources/pipeline/pipeline-syntax-sidebar.png"=>Awestruct::Page{ 40090120: output_path=>/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, layout=> }, "/doc/book/resources/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 40064400: output_path=>/doc/book/resources/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/realworld-pipeline-flow.png, layout=> }, "/doc/book/resources/pipeline/snippet-generator.png"=>Awestruct::Page{ 40030060: output_path=>/doc/book/resources/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/snippet-generator.png, layout=> }, "/doc/book/resources/pipeline-as-code/fingerprinting.png"=>Awestruct::Page{ 39986640: output_path=>/doc/book/resources/pipeline-as-code/fingerprinting.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/fingerprinting.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png"=>Awestruct::Page{ 39978360: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-log.png"=>Awestruct::Page{ 39931900: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-log.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-log.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-main.png"=>Awestruct::Page{ 39906320: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-main.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-main.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-icon.png"=>Awestruct::Page{ 39868340: output_path=>/doc/book/resources/pipeline-as-code/folder-icon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-icon.png, layout=> }, "/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png"=>Awestruct::Page{ 39842220: output_path=>/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot1.png"=>Awestruct::Page{ 39832980: output_path=>/doc/book/resources/pipeline-as-code/screenshot1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot1.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot2.png"=>Awestruct::Page{ 39805940: output_path=>/doc/book/resources/pipeline-as-code/screenshot2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot2.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot3.png"=>Awestruct::Page{ 39770100: output_path=>/doc/book/resources/pipeline-as-code/screenshot3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot3.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot4.png"=>Awestruct::Page{ 39749880: output_path=>/doc/book/resources/pipeline-as-code/screenshot4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot4.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot5.png"=>Awestruct::Page{ 39740240: output_path=>/doc/book/resources/pipeline-as-code/screenshot5.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot5.png, layout=> }, "/doc/book/resources/pipeline-as-code/stage-concurrency.png"=>Awestruct::Page{ 39704580: output_path=>/doc/book/resources/pipeline-as-code/stage-concurrency.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/stage-concurrency.png, layout=> }, "/doc/book/resources/pipeline-as-code/workflow-big-responsive.png"=>Awestruct::Page{ 39666880: output_path=>/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, layout=> }, "/doc/book/scaling/chapter.yml"=>Awestruct::Page{ 39624660: output_path=>/doc/book/scaling/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/chapter.yml, layout=> }, "/doc/book/scaling/index.html"=>Awestruct::Page{ 39501860: output_path=>/doc/book/scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/index.adoc, layout=>chapter }, "/doc/book/securing-jenkins/index.html"=>Awestruct::Page{ 38795660: output_path=>/doc/book/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/securing-jenkins.html.haml, layout=>refresh }, "/doc/book/use-case/chapter.yml"=>Awestruct::Page{ 38467040: output_path=>/doc/book/use-case/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/chapter.yml, layout=> }, "/doc/book/use-case/dotnet/index.html"=>Awestruct::Page{ 38423720: output_path=>/doc/book/use-case/dotnet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/dotnet.adoc, layout=>section }, "/doc/book/use-case/index.html"=>Awestruct::Page{ 38093800: output_path=>/doc/book/use-case/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/index.adoc, layout=>chapter }, "/doc/book/use-case/java/index.html"=>Awestruct::Page{ 37757000: output_path=>/doc/book/use-case/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/java.adoc, layout=>section }, "/doc/book/use-case/python/index.html"=>Awestruct::Page{ 37188600: output_path=>/doc/book/use-case/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/python.adoc, layout=>section }, "/doc/book/use-case/ruby/index.html"=>Awestruct::Page{ 35727180: output_path=>/doc/book/use-case/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/ruby.adoc, layout=>section }, "/doc/book/using/chapter.yml"=>Awestruct::Page{ 30968240: output_path=>/doc/book/using/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/chapter.yml, layout=> }, "/doc/book/using/fingerprints/index.html"=>Awestruct::Page{ 30887180: output_path=>/doc/book/using/fingerprints/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/fingerprints.adoc, layout=>section }, "/doc/book/using/index.html"=>Awestruct::Page{ 29837480: output_path=>/doc/book/using/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/index.adoc, layout=>chapter }, "/doc/book/using/remote-api/index.html"=>Awestruct::Page{ 24548380: output_path=>/doc/book/using/remote-api/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/remote-api.adoc, layout=>section }, "/doc/index.html"=>Awestruct::Page{ 19414240: output_path=>/doc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/index.adoc, layout=>documentation }, "/doc/pipeline/examples/index.html"=>Awestruct::Page{ 40754200: output_path=>/doc/pipeline/examples/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/examples.html.haml, layout=>simplepage }, "/doc/pipeline/index.html"=>Awestruct::Page{ 40211320: output_path=>/doc/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/index.adoc, layout=>refresh }, "/doc/pipeline/steps/Office-365-Connector/index.html"=>Awestruct::Page{ 39837840: output_path=>/doc/pipeline/steps/Office-365-Connector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/Office-365-Connector.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansible/index.html"=>Awestruct::Page{ 39211880: output_path=>/doc/pipeline/steps/ansible/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansible.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansicolor/index.html"=>Awestruct::Page{ 38435700: output_path=>/doc/pipeline/steps/ansicolor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansicolor.adoc, layout=>simplepage }, "/doc/pipeline/steps/artifactory/index.html"=>Awestruct::Page{ 38134620: output_path=>/doc/pipeline/steps/artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/artifactory.adoc, layout=>simplepage }, "/doc/pipeline/steps/bitbucket-build-status-notifier/index.html"=>Awestruct::Page{ 37860660: output_path=>/doc/pipeline/steps/bitbucket-build-status-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/bitbucket-build-status-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/blackduck-hub/index.html"=>Awestruct::Page{ 37505640: output_path=>/doc/pipeline/steps/blackduck-hub/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/blackduck-hub.adoc, layout=>simplepage }, "/doc/pipeline/steps/brakeman/index.html"=>Awestruct::Page{ 36581140: output_path=>/doc/pipeline/steps/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/brakeman.adoc, layout=>simplepage }, "/doc/pipeline/steps/codefresh/index.html"=>Awestruct::Page{ 35409820: output_path=>/doc/pipeline/steps/codefresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/codefresh.adoc, layout=>simplepage }, "/doc/pipeline/steps/credentials-binding/index.html"=>Awestruct::Page{ 30841860: output_path=>/doc/pipeline/steps/credentials-binding/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/credentials-binding.adoc, layout=>simplepage }, "/doc/pipeline/steps/cucumber-slack-notifier/index.html"=>Awestruct::Page{ 29907240: output_path=>/doc/pipeline/steps/cucumber-slack-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/cucumber-slack-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/deployment-notification/index.html"=>Awestruct::Page{ 28676160: output_path=>/doc/pipeline/steps/deployment-notification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/deployment-notification.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-slaves/index.html"=>Awestruct::Page{ 21412600: output_path=>/doc/pipeline/steps/docker-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-slaves.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-workflow/index.html"=>Awestruct::Page{ 40943620: output_path=>/doc/pipeline/steps/docker-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-workflow.adoc, layout=>simplepage }, "/doc/pipeline/steps/email-ext/index.html"=>Awestruct::Page{ 40178820: output_path=>/doc/pipeline/steps/email-ext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/email-ext.adoc, layout=>simplepage }, "/doc/pipeline/steps/external-workspace-manager/index.html"=>Awestruct::Page{ 39454060: output_path=>/doc/pipeline/steps/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/external-workspace-manager.adoc, layout=>simplepage }, "/doc/pipeline/steps/figlet-buildstep/index.html"=>Awestruct::Page{ 38773200: output_path=>/doc/pipeline/steps/figlet-buildstep/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/figlet-buildstep.adoc, layout=>simplepage }, "/doc/pipeline/steps/gatling/index.html"=>Awestruct::Page{ 38275600: output_path=>/doc/pipeline/steps/gatling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gatling.adoc, layout=>simplepage }, "/doc/pipeline/steps/gerrit-trigger/index.html"=>Awestruct::Page{ 38000900: output_path=>/doc/pipeline/steps/gerrit-trigger/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gerrit-trigger.adoc, layout=>simplepage }, "/doc/pipeline/steps/git/index.html"=>Awestruct::Page{ 37710580: output_path=>/doc/pipeline/steps/git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/git.adoc, layout=>simplepage }, "/doc/pipeline/steps/github-pullrequest/index.html"=>Awestruct::Page{ 37238800: output_path=>/doc/pipeline/steps/github-pullrequest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/github-pullrequest.adoc, layout=>simplepage }, "/doc/pipeline/steps/gitlab-plugin/index.html"=>Awestruct::Page{ 36048820: output_path=>/doc/pipeline/steps/gitlab-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gitlab-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/hipchat/index.html"=>Awestruct::Page{ 31119160: output_path=>/doc/pipeline/steps/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hipchat.adoc, layout=>simplepage }, "/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html"=>Awestruct::Page{ 30120060: output_path=>/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/htmlpublisher/index.html"=>Awestruct::Page{ 29284440: output_path=>/doc/pipeline/steps/htmlpublisher/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/htmlpublisher.adoc, layout=>simplepage }, "/doc/pipeline/steps/http_request/index.html"=>Awestruct::Page{ 23730540: output_path=>/doc/pipeline/steps/http_request/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/http_request.adoc, layout=>simplepage }, "/doc/pipeline/steps/index.html"=>Awestruct::Page{ 19402860: output_path=>/doc/pipeline/steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/index.html.haml, layout=>documentation }, "/doc/pipeline/steps/integrity-plugin/index.html"=>Awestruct::Page{ 40632840: output_path=>/doc/pipeline/steps/integrity-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/integrity-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/jira/index.html"=>Awestruct::Page{ 39945660: output_path=>/doc/pipeline/steps/jira/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jira.adoc, layout=>simplepage }, "/doc/pipeline/steps/jms-messaging/index.html"=>Awestruct::Page{ 39280020: output_path=>/doc/pipeline/steps/jms-messaging/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jms-messaging.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html"=>Awestruct::Page{ 38455940: output_path=>/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-steps/index.html"=>Awestruct::Page{ 38156340: output_path=>/doc/pipeline/steps/kubernetes-pipeline-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes/index.html"=>Awestruct::Page{ 37831660: output_path=>/doc/pipeline/steps/kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes.adoc, layout=>simplepage }, "/doc/pipeline/steps/liquibase-runner/index.html"=>Awestruct::Page{ 37417060: output_path=>/doc/pipeline/steps/liquibase-runner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/liquibase-runner.adoc, layout=>simplepage }, "/doc/pipeline/steps/lockable-resources/index.html"=>Awestruct::Page{ 36344680: output_path=>/doc/pipeline/steps/lockable-resources/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/lockable-resources.adoc, layout=>simplepage }, "/doc/pipeline/steps/marathon/index.html"=>Awestruct::Page{ 30362260: output_path=>/doc/pipeline/steps/marathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/marathon.adoc, layout=>simplepage }, "/doc/pipeline/steps/mattermost/index.html"=>Awestruct::Page{ 30478320: output_path=>/doc/pipeline/steps/mattermost/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mattermost.adoc, layout=>simplepage }, "/doc/pipeline/steps/mock-load-builder/index.html"=>Awestruct::Page{ 29832340: output_path=>/doc/pipeline/steps/mock-load-builder/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mock-load-builder.adoc, layout=>simplepage }, "/doc/pipeline/steps/nexus-artifact-uploader/index.html"=>Awestruct::Page{ 24997640: output_path=>/doc/pipeline/steps/nexus-artifact-uploader/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/nexus-artifact-uploader.adoc, layout=>simplepage }, "/doc/pipeline/steps/openshift-pipeline/index.html"=>Awestruct::Page{ 19405260: output_path=>/doc/pipeline/steps/openshift-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/openshift-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/p4/index.html"=>Awestruct::Page{ 40152620: output_path=>/doc/pipeline/steps/p4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/p4.adoc, layout=>simplepage }, "/doc/pipeline/steps/parallel-test-executor/index.html"=>Awestruct::Page{ 39490100: output_path=>/doc/pipeline/steps/parallel-test-executor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/parallel-test-executor.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-aws/index.html"=>Awestruct::Page{ 38770040: output_path=>/doc/pipeline/steps/pipeline-aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-aws.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-build-step/index.html"=>Awestruct::Page{ 38183260: output_path=>/doc/pipeline/steps/pipeline-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-build-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-classpath/index.html"=>Awestruct::Page{ 37907960: output_path=>/doc/pipeline/steps/pipeline-classpath/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-classpath.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-githubnotify-step/index.html"=>Awestruct::Page{ 37558120: output_path=>/doc/pipeline/steps/pipeline-githubnotify-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-githubnotify-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-input-step/index.html"=>Awestruct::Page{ 29731560: output_path=>/doc/pipeline/steps/pipeline-input-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-input-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-maven/index.html"=>Awestruct::Page{ 24490220: output_path=>/doc/pipeline/steps/pipeline-maven/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-maven.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-milestone-step/index.html"=>Awestruct::Page{ 19853640: output_path=>/doc/pipeline/steps/pipeline-milestone-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-milestone-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-model-definition/index.html"=>Awestruct::Page{ 40722620: output_path=>/doc/pipeline/steps/pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-model-definition.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-stage-step/index.html"=>Awestruct::Page{ 40028440: output_path=>/doc/pipeline/steps/pipeline-stage-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-stage-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-utility-steps/index.html"=>Awestruct::Page{ 39247820: output_path=>/doc/pipeline/steps/pipeline-utility-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-utility-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/pragprog/index.html"=>Awestruct::Page{ 38449940: output_path=>/doc/pipeline/steps/pragprog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pragprog.adoc, layout=>simplepage }, "/doc/pipeline/steps/puppet-enterprise-pipeline/index.html"=>Awestruct::Page{ 38175600: output_path=>/doc/pipeline/steps/puppet-enterprise-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/puppet-enterprise-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/rocketchatnotifier/index.html"=>Awestruct::Page{ 37897320: output_path=>/doc/pipeline/steps/rocketchatnotifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/rocketchatnotifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/run-selector/index.html"=>Awestruct::Page{ 36119160: output_path=>/doc/pipeline/steps/run-selector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/run-selector.adoc, layout=>simplepage }, "/doc/pipeline/steps/sauce-ondemand/index.html"=>Awestruct::Page{ 31158560: output_path=>/doc/pipeline/steps/sauce-ondemand/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/sauce-ondemand.adoc, layout=>simplepage }, "/doc/pipeline/steps/slack/index.html"=>Awestruct::Page{ 30592360: output_path=>/doc/pipeline/steps/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/slack.adoc, layout=>simplepage }, "/doc/pipeline/steps/splunk-devops-extend/index.html"=>Awestruct::Page{ 29666760: output_path=>/doc/pipeline/steps/splunk-devops-extend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/splunk-devops-extend.adoc, layout=>simplepage }, "/doc/pipeline/steps/ssh-agent/index.html"=>Awestruct::Page{ 24478180: output_path=>/doc/pipeline/steps/ssh-agent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ssh-agent.adoc, layout=>simplepage }, "/doc/pipeline/steps/stepcounter/index.html"=>Awestruct::Page{ 19798520: output_path=>/doc/pipeline/steps/stepcounter/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/stepcounter.adoc, layout=>simplepage }, "/doc/pipeline/steps/subversion/index.html"=>Awestruct::Page{ 40700480: output_path=>/doc/pipeline/steps/subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/subversion.adoc, layout=>simplepage }, "/doc/pipeline/steps/teamconcert/index.html"=>Awestruct::Page{ 39947980: output_path=>/doc/pipeline/steps/teamconcert/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/teamconcert.adoc, layout=>simplepage }, "/doc/pipeline/steps/timestamper/index.html"=>Awestruct::Page{ 39328440: output_path=>/doc/pipeline/steps/timestamper/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/timestamper.adoc, layout=>simplepage }, "/doc/pipeline/steps/versionnumber/index.html"=>Awestruct::Page{ 38450340: output_path=>/doc/pipeline/steps/versionnumber/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/versionnumber.adoc, layout=>simplepage }, "/doc/pipeline/steps/vsphere-cloud/index.html"=>Awestruct::Page{ 38119940: output_path=>/doc/pipeline/steps/vsphere-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/vsphere-cloud.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-basic-steps/index.html"=>Awestruct::Page{ 55502260: output_path=>/doc/pipeline/steps/workflow-basic-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-basic-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps-global-lib/index.html"=>Awestruct::Page{ 55840980: output_path=>/doc/pipeline/steps/workflow-cps-global-lib/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps-global-lib.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps/index.html"=>Awestruct::Page{ 56185100: output_path=>/doc/pipeline/steps/workflow-cps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-durable-task-step/index.html"=>Awestruct::Page{ 56613480: output_path=>/doc/pipeline/steps/workflow-durable-task-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-durable-task-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-multibranch/index.html"=>Awestruct::Page{ 56210160: output_path=>/doc/pipeline/steps/workflow-multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-multibranch.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-scm-step/index.html"=>Awestruct::Page{ 65595660: output_path=>/doc/pipeline/steps/workflow-scm-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc, layout=>simplepage }, "/doc/pipeline/tour/agents/index.html"=>Awestruct::Page{ 66068000: output_path=>/doc/pipeline/tour/agents/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/agents.adoc, layout=>documentation }, "/doc/pipeline/tour/deployment/index.html"=>Awestruct::Page{ 66381860: output_path=>/doc/pipeline/tour/deployment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/deployment.adoc, layout=>documentation }, "/doc/pipeline/tour/environment/index.html"=>Awestruct::Page{ 66714860: output_path=>/doc/pipeline/tour/environment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/environment.adoc, layout=>documentation }, "/doc/pipeline/tour/hello-world/index.html"=>Awestruct::Page{ 67051140: output_path=>/doc/pipeline/tour/hello-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/hello-world.adoc, layout=>documentation }, "/doc/pipeline/tour/post/index.html"=>Awestruct::Page{ 67353460: output_path=>/doc/pipeline/tour/post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/post.adoc, layout=>documentation }, "/doc/pipeline/tour/running-multiple-steps/index.html"=>Awestruct::Page{ 67684280: output_path=>/doc/pipeline/tour/running-multiple-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/running-multiple-steps.adoc, layout=>documentation }, "/doc/pipeline/tour/tests-and-artifacts/index.html"=>Awestruct::Page{ 68023920: output_path=>/doc/pipeline/tour/tests-and-artifacts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/tests-and-artifacts.adoc, layout=>documentation }, "/doc/upgrade-guide/2.19/index.html"=>Awestruct::Page{ 68365740: output_path=>/doc/upgrade-guide/2.19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.19.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.32/index.html"=>Awestruct::Page{ 68689340: output_path=>/doc/upgrade-guide/2.32/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.32.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.7/index.html"=>Awestruct::Page{ 69007660: output_path=>/doc/upgrade-guide/2.7/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.7.adoc, layout=>simplepage }, "/doc/upgrade-guide/index.html"=>Awestruct::Page{ 69226080: output_path=>/doc/upgrade-guide/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide.html.haml, layout=>simplepage }, "/donate/index.html"=>Awestruct::Page{ 69558200: output_path=>/donate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/donate.adoc, layout=>default }, "/download/index.html"=>Awestruct::Page{ 69682980: output_path=>/download/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/download.html.haml, layout=>default }, "/files/2015-Jenkins-Community-Survey-Results.pdf"=>Awestruct::Page{ 69878120: output_path=>/files/2015-Jenkins-Community-Survey-Results.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2015-Jenkins-Community-Survey-Results.pdf, layout=> }, "/files/2016/jenkins-world/freestyle-to-pipelines.pdf"=>Awestruct::Page{ 69917600: output_path=>/files/2016/jenkins-world/freestyle-to-pipelines.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/freestyle-to-pipelines.pdf, layout=> }, "/files/2016/jenkins-world/jenkins-and-docker.pdf"=>Awestruct::Page{ 69934920: output_path=>/files/2016/jenkins-world/jenkins-and-docker.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/jenkins-and-docker.pdf, layout=> }, "/files/2016/jenkins-world/large-git-repos.pdf"=>Awestruct::Page{ 69927700: output_path=>/files/2016/jenkins-world/large-git-repos.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/large-git-repos.pdf, layout=> }, "/files/Jenkins-hearts-Ruby.pdf"=>Awestruct::Page{ 69945420: output_path=>/files/Jenkins-hearts-Ruby.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/Jenkins-hearts-Ruby.pdf, layout=> }, "/files/State-of-Jenkins-Infographic-2015.pdf"=>Awestruct::Page{ 69954960: output_path=>/files/State-of-Jenkins-Infographic-2015.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/State-of-Jenkins-Infographic-2015.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf"=>Awestruct::Page{ 69983660: output_path=>/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins with Azure.pdf"=>Awestruct::Page{ 69976640: output_path=>/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, layout=> }, "/fonts/FontAwesome.otf"=>Awestruct::Page{ 70013560: output_path=>/fonts/FontAwesome.otf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/FontAwesome.otf, layout=> }, "/fonts/fontawesome-webfont.eot"=>Awestruct::Page{ 70023080: output_path=>/fonts/fontawesome-webfont.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.eot, layout=> }, "/fonts/fontawesome-webfont.svg"=>Awestruct::Page{ 70040800: output_path=>/fonts/fontawesome-webfont.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.svg, layout=> }, "/fonts/fontawesome-webfont.ttf"=>Awestruct::Page{ 70033980: output_path=>/fonts/fontawesome-webfont.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.ttf, layout=> }, "/fonts/fontawesome-webfont.woff"=>Awestruct::Page{ 70043500: output_path=>/fonts/fontawesome-webfont.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff, layout=> }, "/fonts/fontawesome-webfont.woff2"=>Awestruct::Page{ 70061200: output_path=>/fonts/fontawesome-webfont.woff2, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff2, layout=> }, "/friend/index.html"=>Awestruct::Page{ 70088720: output_path=>/friend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/friend/index.adoc, layout=>refresh }, "/hangout/index.html"=>Awestruct::Page{ 70214280: output_path=>/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/hangout.adoc, layout=>refresh }, "/images/2.0-config-dialog.png"=>Awestruct::Page{ 70363820: output_path=>/images/2.0-config-dialog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-config-dialog.png, layout=> }, "/images/2.0-create-item.png"=>Awestruct::Page{ 70381420: output_path=>/images/2.0-create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-create-item.png, layout=> }, "/images/20-banner.jpg"=>Awestruct::Page{ 70390960: output_path=>/images/20-banner.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/20-banner.jpg, layout=> }, "/images/226px-Jenkins_logo.svg.png"=>Awestruct::Page{ 70408560: output_path=>/images/226px-Jenkins_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/226px-Jenkins_logo.svg.png, layout=> }, "/images/angry-jenkins_128.png"=>Awestruct::Page{ 70418080: output_path=>/images/angry-jenkins_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/angry-jenkins_128.png, layout=> }, "/images/award.png"=>Awestruct::Page{ 70411280: output_path=>/images/award.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award.png, layout=> }, "/images/award08.gif"=>Awestruct::Page{ 70429000: output_path=>/images/award08.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award08.gif, layout=> }, "/images/blueocean/blueocean-successful-pipeline.png"=>Awestruct::Page{ 70457600: output_path=>/images/blueocean/blueocean-successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/blueocean-successful-pipeline.png, layout=> }, "/images/blueocean/input-step.png"=>Awestruct::Page{ 70475100: output_path=>/images/blueocean/input-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/input-step.png, layout=> }, "/images/blueocean/logo-yarrr.png"=>Awestruct::Page{ 70468080: output_path=>/images/blueocean/logo-yarrr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/logo-yarrr.png, layout=> }, "/images/bottombar.png"=>Awestruct::Page{ 70477620: output_path=>/images/bottombar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bottombar.png, layout=> }, "/images/bug.gif"=>Awestruct::Page{ 70495360: output_path=>/images/bug.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug.gif, layout=> }, "/images/bug2.gif"=>Awestruct::Page{ 70513080: output_path=>/images/bug2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug2.gif, layout=> }, "/images/bullets.svg"=>Awestruct::Page{ 70522620: output_path=>/images/bullets.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bullets.svg, layout=> }, "/images/butler.png"=>Awestruct::Page{ 70540360: output_path=>/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/butler.png, layout=> }, "/images/cc-license.png"=>Awestruct::Page{ 70533560: output_path=>/images/cc-license.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/cc-license.png, layout=> }, "/images/conference.gif"=>Awestruct::Page{ 70551280: output_path=>/images/conference.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.gif, layout=> }, "/images/conference.svg"=>Awestruct::Page{ 70560820: output_path=>/images/conference.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.svg, layout=> }, "/images/conferences/125x125.png"=>Awestruct::Page{ 70589220: output_path=>/images/conferences/125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/125x125.png, layout=> }, "/images/conferences/Jenkins-World_125x125.png"=>Awestruct::Page{ 70606740: output_path=>/images/conferences/Jenkins-World_125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/Jenkins-World_125x125.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron.png"=>Awestruct::Page{ 70599720: output_path=>/images/conferences/jenkinsworld_jumbotron.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron_faded.png"=>Awestruct::Page{ 70617240: output_path=>/images/conferences/jenkinsworld_jumbotron_faded.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron_faded.png, layout=> }, "/images/conferences/scale_14x.png"=>Awestruct::Page{ 70626560: output_path=>/images/conferences/scale_14x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/scale_14x.png, layout=> }, "/images/developer.gif"=>Awestruct::Page{ 70644300: output_path=>/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.gif, layout=> }, "/images/developer.svg"=>Awestruct::Page{ 70653860: output_path=>/images/developer.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.svg, layout=> }, "/images/dir.png"=>Awestruct::Page{ 70671600: output_path=>/images/dir.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/dir.png, layout=> }, "/images/divider.png"=>Awestruct::Page{ 70664800: output_path=>/images/divider.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/divider.png, layout=> }, "/images/download.gif"=>Awestruct::Page{ 70682540: output_path=>/images/download.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.gif, layout=> }, "/images/download.png"=>Awestruct::Page{ 70692100: output_path=>/images/download.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.png, layout=> }, "/images/download.svg"=>Awestruct::Page{ 70709840: output_path=>/images/download.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.svg, layout=> }, "/images/full-pipeline.jpg"=>Awestruct::Page{ 70719360: output_path=>/images/full-pipeline.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-pipeline.jpg, layout=> }, "/images/full-whale-low.jpg"=>Awestruct::Page{ 70737080: output_path=>/images/full-whale-low.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-whale-low.jpg, layout=> }, "/images/getting-started-setup.png"=>Awestruct::Page{ 70730260: output_path=>/images/getting-started-setup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/getting-started-setup.png, layout=> }, "/images/header_logo.png"=>Awestruct::Page{ 70748000: output_path=>/images/header_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/header_logo.png, layout=> }, "/images/hello-world-pipeline.png"=>Awestruct::Page{ 70757520: output_path=>/images/hello-world-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/hello-world-pipeline.png, layout=> }, "/images/jams/OnlineMeetup/logo.png"=>Awestruct::Page{ 70788540: output_path=>/images/jams/OnlineMeetup/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo.png, layout=> }, "/images/jams/OnlineMeetup/logo_large.png"=>Awestruct::Page{ 70797660: output_path=>/images/jams/OnlineMeetup/logo_large.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo_large.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.ai"=>Awestruct::Page{ 70825760: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.ai, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.ai, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.svg"=>Awestruct::Page{ 70843060: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.svg, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png"=>Awestruct::Page{ 70852180: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_text.svg"=>Awestruct::Page{ 70844960: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, layout=> }, "/images/jams/ToulouseJam/README/index.html"=>Awestruct::Page{ 70915140: output_path=>/images/jams/ToulouseJam/README/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/README.asciidoc, layout=> }, "/images/jams/ToulouseJam/toulousejam-all-layers.psd"=>Awestruct::Page{ 71036560: output_path=>/images/jams/ToulouseJam/toulousejam-all-layers.psd, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-all-layers.psd, layout=> }, "/images/jams/ToulouseJam/toulousejam-original-draft.png"=>Awestruct::Page{ 71053880: output_path=>/images/jams/ToulouseJam/toulousejam-original-draft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-original-draft.png, layout=> }, "/images/jams/ToulouseJam/toulousejam.png"=>Awestruct::Page{ 71071200: output_path=>/images/jams/ToulouseJam/toulousejam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam.png, layout=> }, "/images/jams/guadalahara.jpg"=>Awestruct::Page{ 71080520: output_path=>/images/jams/guadalahara.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/guadalahara.jpg, layout=> }, "/images/jams/jenkins_revolution.png"=>Awestruct::Page{ 71098040: output_path=>/images/jams/jenkins_revolution.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/jenkins_revolution.png, layout=> }, "/images/jar.png"=>Awestruct::Page{ 71091240: output_path=>/images/jar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jar.png, layout=> }, "/images/jenkins-20-banner.png"=>Awestruct::Page{ 71100780: output_path=>/images/jenkins-20-banner.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-20-banner.png, layout=> }, "/images/jenkins-happy-new-year.png"=>Awestruct::Page{ 71118500: output_path=>/images/jenkins-happy-new-year.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-happy-new-year.png, layout=> }, "/images/jenkins_logo.png"=>Awestruct::Page{ 71136240: output_path=>/images/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins_logo.png, layout=> }, "/images/jnlp-launch.png"=>Awestruct::Page{ 71145800: output_path=>/images/jnlp-launch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jnlp-launch.png, layout=> }, "/images/logo.png"=>Awestruct::Page{ 71163540: output_path=>/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo.png, layout=> }, "/images/logo_128.png"=>Awestruct::Page{ 71156740: output_path=>/images/logo_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_128.png, layout=> }, "/images/logo_head.png"=>Awestruct::Page{ 71174480: output_path=>/images/logo_head.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_head.png, layout=> }, "/images/logo_oracle_small.gif"=>Awestruct::Page{ 71184020: output_path=>/images/logo_oracle_small.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_oracle_small.gif, layout=> }, "/images/navbar.png"=>Awestruct::Page{ 71212820: output_path=>/images/navbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/navbar.png, layout=> }, "/images/network-workgroup.png"=>Awestruct::Page{ 71206000: output_path=>/images/network-workgroup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/network-workgroup.png, layout=> }, "/images/ninja_128.png"=>Awestruct::Page{ 71223740: output_path=>/images/ninja_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/ninja_128.png, layout=> }, "/images/os/COPYING"=>Awestruct::Page{ 71249100: output_path=>/images/os/COPYING, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/COPYING, layout=> }, "/images/os/freebsd.png"=>Awestruct::Page{ 71266640: output_path=>/images/os/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/freebsd.png, layout=> }, "/images/os/opensolaris.png"=>Awestruct::Page{ 71275960: output_path=>/images/os/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensolaris.png, layout=> }, "/images/os/opensuse.png"=>Awestruct::Page{ 71293480: output_path=>/images/os/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensuse.png, layout=> }, "/images/os/os_archlinux.png"=>Awestruct::Page{ 71311000: output_path=>/images/os/os_archlinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_archlinux.png, layout=> }, "/images/os/os_debian.png"=>Awestruct::Page{ 71304000: output_path=>/images/os/os_debian.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_debian.png, layout=> }, "/images/os/os_fedora.png"=>Awestruct::Page{ 71313340: output_path=>/images/os/os_fedora.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_fedora.png, layout=> }, "/images/os/os_freebsd.png"=>Awestruct::Page{ 71330840: output_path=>/images/os/os_freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_freebsd.png, layout=> }, "/images/os/os_gentoo.png"=>Awestruct::Page{ 71340180: output_path=>/images/os/os_gentoo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_gentoo.png, layout=> }, "/images/os/os_l4.png"=>Awestruct::Page{ 71357720: output_path=>/images/os/os_l4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_l4.png, layout=> }, "/images/os/os_linux.png"=>Awestruct::Page{ 71375240: output_path=>/images/os/os_linux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_linux.png, layout=> }, "/images/os/os_macosx.png"=>Awestruct::Page{ 71384580: output_path=>/images/os/os_macosx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_macosx.png, layout=> }, "/images/os/os_mandriva.png"=>Awestruct::Page{ 71377560: output_path=>/images/os/os_mandriva.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_mandriva.png, layout=> }, "/images/os/os_netbsd.png"=>Awestruct::Page{ 71395100: output_path=>/images/os/os_netbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netbsd.png, layout=> }, "/images/os/os_netware.png"=>Awestruct::Page{ 71404420: output_path=>/images/os/os_netware.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netware.png, layout=> }, "/images/os/os_openbsd.png"=>Awestruct::Page{ 71421940: output_path=>/images/os/os_openbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_openbsd.png, layout=> }, "/images/os/os_opensuse.png"=>Awestruct::Page{ 71439460: output_path=>/images/os/os_opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_opensuse.png, layout=> }, "/images/os/os_oracle.png"=>Awestruct::Page{ 71448800: output_path=>/images/os/os_oracle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oracle.png, layout=> }, "/images/os/os_oraclesolaris.png"=>Awestruct::Page{ 71466320: output_path=>/images/os/os_oraclesolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oraclesolaris.png, layout=> }, "/images/os/os_os2_other.png"=>Awestruct::Page{ 71459300: output_path=>/images/os/os_os2_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2_other.png, layout=> }, "/images/os/os_os2ecs.png"=>Awestruct::Page{ 71468660: output_path=>/images/os/os_os2ecs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2ecs.png, layout=> }, "/images/os/os_os2warp3.png"=>Awestruct::Page{ 71486180: output_path=>/images/os/os_os2warp3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp3.png, layout=> }, "/images/os/os_os2warp4.png"=>Awestruct::Page{ 71503700: output_path=>/images/os/os_os2warp4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp4.png, layout=> }, "/images/os/os_os2warp45.png"=>Awestruct::Page{ 71513040: output_path=>/images/os/os_os2warp45.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp45.png, layout=> }, "/images/os/os_other.png"=>Awestruct::Page{ 71530580: output_path=>/images/os/os_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_other.png, layout=> }, "/images/os/os_qnx.png"=>Awestruct::Page{ 71539920: output_path=>/images/os/os_qnx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_qnx.png, layout=> }, "/images/os/os_redhat.png"=>Awestruct::Page{ 71532920: output_path=>/images/os/os_redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_redhat.png, layout=> }, "/images/os/os_solaris.png"=>Awestruct::Page{ 71550440: output_path=>/images/os/os_solaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_solaris.png, layout=> }, "/images/os/os_turbolinux.png"=>Awestruct::Page{ 71567960: output_path=>/images/os/os_turbolinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_turbolinux.png, layout=> }, "/images/os/os_ubuntu.png"=>Awestruct::Page{ 71577300: output_path=>/images/os/os_ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_ubuntu.png, layout=> }, "/images/os/os_win_other.png"=>Awestruct::Page{ 71594820: output_path=>/images/os/os_win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_win_other.png, layout=> }, "/images/os/os_xandros.png"=>Awestruct::Page{ 71612340: output_path=>/images/os/os_xandros.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_xandros.png, layout=> }, "/images/os/other.png"=>Awestruct::Page{ 71621680: output_path=>/images/os/other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/other.png, layout=> }, "/images/os/readme.txt"=>Awestruct::Page{ 71614680: output_path=>/images/os/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/readme.txt, layout=> }, "/images/os/redhat.png"=>Awestruct::Page{ 71632220: output_path=>/images/os/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/redhat.png, layout=> }, "/images/os/ubuntu.png"=>Awestruct::Page{ 71641560: output_path=>/images/os/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/ubuntu.png, layout=> }, "/images/os/win_other.png"=>Awestruct::Page{ 71659080: output_path=>/images/os/win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/win_other.png, layout=> }, "/images/patrons/cloudbees-certification.png"=>Awestruct::Page{ 71687380: output_path=>/images/patrons/cloudbees-certification.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-certification.png, layout=> }, "/images/patrons/cloudbees-jenkins-world-2016.png"=>Awestruct::Page{ 71680360: output_path=>/images/patrons/cloudbees-jenkins-world-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-jenkins-world-2016.png, layout=> }, "/images/patrons/cloudbees.png"=>Awestruct::Page{ 71697860: output_path=>/images/patrons/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees.png, layout=> }, "/images/patrons/jfrog.png"=>Awestruct::Page{ 71707180: output_path=>/images/patrons/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/jfrog.png, layout=> }, "/images/patrons/xebialabs.png"=>Awestruct::Page{ 71724700: output_path=>/images/patrons/xebialabs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs.png, layout=> }, "/images/patrons/xebialabs2.png"=>Awestruct::Page{ 71742200: output_path=>/images/patrons/xebialabs2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs2.png, layout=> }, "/images/pipeline/jenkins-workflow.png"=>Awestruct::Page{ 71746060: output_path=>/images/pipeline/jenkins-workflow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/jenkins-workflow.png, layout=> }, "/images/pipeline/pipeline-editor.png"=>Awestruct::Page{ 71763580: output_path=>/images/pipeline/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-editor.png, layout=> }, "/images/pipeline/pipeline-sample.png"=>Awestruct::Page{ 71772900: output_path=>/images/pipeline/pipeline-sample.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-sample.png, layout=> }, "/images/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 71790420: output_path=>/images/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/realworld-pipeline-flow.png, layout=> }, "/images/pipeline/snippet-generator.png"=>Awestruct::Page{ 71807940: output_path=>/images/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/snippet-generator.png, layout=> }, "/images/pipeline-stage-view.png"=>Awestruct::Page{ 71817460: output_path=>/images/pipeline-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline-stage-view.png, layout=> }, "/images/plugin.png"=>Awestruct::Page{ 71835200: output_path=>/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/plugin.png, layout=> }, "/images/pom.png"=>Awestruct::Page{ 71828400: output_path=>/images/pom.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pom.png, layout=> }, "/images/post-images/1pear.png"=>Awestruct::Page{ 71868700: output_path=>/images/post-images/1pear.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/1pear.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-bb8.png"=>Awestruct::Page{ 71888800: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png"=>Awestruct::Page{ 71897920: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, layout=> }, "/images/post-images/2016-06-16/serial-vs-parallel.png"=>Awestruct::Page{ 71909860: output_path=>/images/post-images/2016-06-16/serial-vs-parallel.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial-vs-parallel.png, layout=> }, "/images/post-images/2016-06-16/serial.png"=>Awestruct::Page{ 71919000: output_path=>/images/post-images/2016-06-16/serial.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial.png, layout=> }, "/images/post-images/2016-06-30/rcov.png"=>Awestruct::Page{ 71946980: output_path=>/images/post-images/2016-06-30/rcov.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/rcov.png, layout=> }, "/images/post-images/2016-06-30/run-1.png"=>Awestruct::Page{ 71964300: output_path=>/images/post-images/2016-06-30/run-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-1.png, layout=> }, "/images/post-images/2016-06-30/run-2.png"=>Awestruct::Page{ 71981620: output_path=>/images/post-images/2016-06-30/run-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-2.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-1.png"=>Awestruct::Page{ 72015320: output_path=>/images/post-images/2016-06-30/snippet-generator-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-1.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-2.png"=>Awestruct::Page{ 72008100: output_path=>/images/post-images/2016-06-30/snippet-generator-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-2.png, layout=> }, "/images/post-images/2016-07-15/email-config.png"=>Awestruct::Page{ 72027580: output_path=>/images/post-images/2016-07-15/email-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/email-config.png, layout=> }, "/images/post-images/2016-07-15/final.png"=>Awestruct::Page{ 72036700: output_path=>/images/post-images/2016-07-15/final.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/final.png, layout=> }, "/images/post-images/2016-07-15/hipchat-config.png"=>Awestruct::Page{ 72045840: output_path=>/images/post-images/2016-07-15/hipchat-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/hipchat-config.png, layout=> }, "/images/post-images/2016-07-15/notify-failed.png"=>Awestruct::Page{ 72063160: output_path=>/images/post-images/2016-07-15/notify-failed.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-failed.png, layout=> }, "/images/post-images/2016-07-15/notify-started-email.png"=>Awestruct::Page{ 72080480: output_path=>/images/post-images/2016-07-15/notify-started-email.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started-email.png, layout=> }, "/images/post-images/2016-07-15/notify-started.png"=>Awestruct::Page{ 72073260: output_path=>/images/post-images/2016-07-15/notify-started.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started.png, layout=> }, "/images/post-images/2016-07-15/notify-successful.png"=>Awestruct::Page{ 72082400: output_path=>/images/post-images/2016-07-15/notify-successful.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-successful.png, layout=> }, "/images/post-images/2016-07-15/slack-config.png"=>Awestruct::Page{ 72099720: output_path=>/images/post-images/2016-07-15/slack-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/slack-config.png, layout=> }, "/images/post-images/2016-08-03/JDL_pipeline.png"=>Awestruct::Page{ 72128020: output_path=>/images/post-images/2016-08-03/JDL_pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/JDL_pipeline.png, layout=> }, "/images/post-images/2016-08-03/environment_jenkinsfile.png"=>Awestruct::Page{ 72145340: output_path=>/images/post-images/2016-08-03/environment_jenkinsfile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/environment_jenkinsfile.png, layout=> }, "/images/post-images/2016-08-29/freestyle-1.png"=>Awestruct::Page{ 72148380: output_path=>/images/post-images/2016-08-29/freestyle-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-1.png, layout=> }, "/images/post-images/2016-08-29/freestyle-2.png"=>Awestruct::Page{ 72165700: output_path=>/images/post-images/2016-08-29/freestyle-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-2.png, layout=> }, "/images/post-images/2016-08-29/freestyle-3.png"=>Awestruct::Page{ 72183020: output_path=>/images/post-images/2016-08-29/freestyle-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-3.png, layout=> }, "/images/post-images/2016-08-29/pipeline-report.png"=>Awestruct::Page{ 72192140: output_path=>/images/post-images/2016-08-29/pipeline-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-report.png, layout=> }, "/images/post-images/2016-08-29/pipeline-results.png"=>Awestruct::Page{ 72209460: output_path=>/images/post-images/2016-08-29/pipeline-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-results.png, layout=> }, "/images/post-images/2016-08-29/platforms-report.png"=>Awestruct::Page{ 72218580: output_path=>/images/post-images/2016-08-29/platforms-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-report.png, layout=> }, "/images/post-images/2016-08-29/platforms-results.png"=>Awestruct::Page{ 72235880: output_path=>/images/post-images/2016-08-29/platforms-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-results.png, layout=> }, "/images/post-images/2016-08-29/sauce-details.png"=>Awestruct::Page{ 72253200: output_path=>/images/post-images/2016-08-29/sauce-details.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/sauce-details.png, layout=> }, "/images/post-images/2016-08-29/tests-report.png"=>Awestruct::Page{ 72245980: output_path=>/images/post-images/2016-08-29/tests-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/tests-report.png, layout=> }, "/images/post-images/2016-10-27/job-10-summary.png"=>Awestruct::Page{ 72289540: output_path=>/images/post-images/2016-10-27/job-10-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-10-summary.png, layout=> }, "/images/post-images/2016-10-27/job-12-summary.png"=>Awestruct::Page{ 72298660: output_path=>/images/post-images/2016-10-27/job-12-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-12-summary.png, layout=> }, "/images/post-images/2016-10-27/job-17-summary.png"=>Awestruct::Page{ 72307780: output_path=>/images/post-images/2016-10-27/job-17-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-17-summary.png, layout=> }, "/images/post-images/2016-10-27/job-18-report.png"=>Awestruct::Page{ 72316900: output_path=>/images/post-images/2016-10-27/job-18-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-18-report.png, layout=> }, "/images/post-images/2016-10-27/job-19-summary.png"=>Awestruct::Page{ 72326020: output_path=>/images/post-images/2016-10-27/job-19-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-19-summary.png, layout=> }, "/images/post-images/2016-10-27/job-7-console.png"=>Awestruct::Page{ 72343340: output_path=>/images/post-images/2016-10-27/job-7-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-console.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome-test1.png"=>Awestruct::Page{ 72336120: output_path=>/images/post-images/2016-10-27/job-7-report-chrome-test1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome-test1.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome.png"=>Awestruct::Page{ 72353420: output_path=>/images/post-images/2016-10-27/job-7-report-chrome.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome.png, layout=> }, "/images/post-images/2016-10-27/job-7-report.png"=>Awestruct::Page{ 72362540: output_path=>/images/post-images/2016-10-27/job-7-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report.png, layout=> }, "/images/post-images/2016-10-27/job-7-summary.png"=>Awestruct::Page{ 72379860: output_path=>/images/post-images/2016-10-27/job-7-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-summary.png, layout=> }, "/images/post-images/2016-10-27/job-8-console.png"=>Awestruct::Page{ 72388980: output_path=>/images/post-images/2016-10-27/job-8-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-console.png, layout=> }, "/images/post-images/2016-10-27/job-8-summary.png"=>Awestruct::Page{ 72406300: output_path=>/images/post-images/2016-10-27/job-8-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-summary.png, layout=> }, "/images/post-images/2016-10-27/job-9-summary.png"=>Awestruct::Page{ 72423620: output_path=>/images/post-images/2016-10-27/job-9-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-9-summary.png, layout=> }, "/images/post-images/2016-in-review/jam-worldwide-2016.png"=>Awestruct::Page{ 72427460: output_path=>/images/post-images/2016-in-review/jam-worldwide-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-in-review/jam-worldwide-2016.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/android-pipeline.png"=>Awestruct::Page{ 72454460: output_path=>/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg"=>Awestruct::Page{ 72471780: output_path=>/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/contributors.jpg"=>Awestruct::Page{ 72489100: output_path=>/images/post-images/2016-jenkins-world-wrap/contributors.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/contributors.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png"=>Awestruct::Page{ 72498240: output_path=>/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg"=>Awestruct::Page{ 72491020: output_path=>/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-0.jpg"=>Awestruct::Page{ 72508340: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-1.jpg"=>Awestruct::Page{ 72517460: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-2.jpg"=>Awestruct::Page{ 72534780: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-3.jpg"=>Awestruct::Page{ 72552100: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-4.jpg"=>Awestruct::Page{ 72561220: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png"=>Awestruct::Page{ 72578540: output_path=>/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png"=>Awestruct::Page{ 72595860: output_path=>/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg"=>Awestruct::Page{ 72604980: output_path=>/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg"=>Awestruct::Page{ 72597760: output_path=>/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/mural-end.jpg"=>Awestruct::Page{ 72615080: output_path=>/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png"=>Awestruct::Page{ 72659740: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png"=>Awestruct::Page{ 72668740: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, layout=> }, "/images/post-images/2017-01-02/plugin-configuration.png"=>Awestruct::Page{ 72672580: output_path=>/images/post-images/2017-01-02/plugin-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-02/plugin-configuration.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-config.png"=>Awestruct::Page{ 72692560: output_path=>/images/post-images/2017-01-19/freestyle-conditional-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-config.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-long-full.png"=>Awestruct::Page{ 72709880: output_path=>/images/post-images/2017-01-19/freestyle-conditional-long-full.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-long-full.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-param.png"=>Awestruct::Page{ 72727180: output_path=>/images/post-images/2017-01-19/freestyle-conditional-param.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-param.png, layout=> }, "/images/post-images/5pears.png"=>Awestruct::Page{ 72736500: output_path=>/images/post-images/5pears.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/5pears.png, layout=> }, "/images/post-images/95th-percentile.png"=>Awestruct::Page{ 72729480: output_path=>/images/post-images/95th-percentile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/95th-percentile.png, layout=> }, "/images/post-images/Jenkins-World-logo.png"=>Awestruct::Page{ 72747000: output_path=>/images/post-images/Jenkins-World-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Jenkins-World-logo.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png"=>Awestruct::Page{ 72764260: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png"=>Awestruct::Page{ 72773340: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png"=>Awestruct::Page{ 72790620: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png"=>Awestruct::Page{ 72799700: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png"=>Awestruct::Page{ 72816980: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png"=>Awestruct::Page{ 72834260: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png"=>Awestruct::Page{ 72827000: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png"=>Awestruct::Page{ 72836080: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, layout=> }, "/images/post-images/alpha3/alpha3_adminuser.png"=>Awestruct::Page{ 72872260: output_path=>/images/post-images/alpha3/alpha3_adminuser.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_adminuser.png, layout=> }, "/images/post-images/alpha3/alpha3_complete.png"=>Awestruct::Page{ 72881380: output_path=>/images/post-images/alpha3/alpha3_complete.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_complete.png, layout=> }, "/images/post-images/alpha3/alpha3_configuration.png"=>Awestruct::Page{ 72898700: output_path=>/images/post-images/alpha3/alpha3_configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_configuration.png, layout=> }, "/images/post-images/alpha3/alpha3_suggested_plugins.png"=>Awestruct::Page{ 72907840: output_path=>/images/post-images/alpha3/alpha3_suggested_plugins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_suggested_plugins.png, layout=> }, "/images/post-images/alpha3/alpha3_unlock.png"=>Awestruct::Page{ 72900620: output_path=>/images/post-images/alpha3/alpha3_unlock.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_unlock.png, layout=> }, "/images/post-images/aws/EuPvQdU.jpg"=>Awestruct::Page{ 72936420: output_path=>/images/post-images/aws/EuPvQdU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/EuPvQdU.jpg, layout=> }, "/images/post-images/aws/Mh9TabQ.jpg"=>Awestruct::Page{ 72945560: output_path=>/images/post-images/aws/Mh9TabQ.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/Mh9TabQ.jpg, layout=> }, "/images/post-images/aws/MtvaRLU.jpg"=>Awestruct::Page{ 72962880: output_path=>/images/post-images/aws/MtvaRLU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/MtvaRLU.jpg, layout=> }, "/images/post-images/aws/P2eIB08.jpg"=>Awestruct::Page{ 72972000: output_path=>/images/post-images/aws/P2eIB08.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/P2eIB08.jpg, layout=> }, "/images/post-images/aws/bidadvisor.png"=>Awestruct::Page{ 72989320: output_path=>/images/post-images/aws/bidadvisor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/bidadvisor.png, layout=> }, "/images/post-images/aws/fk65vh7.jpg"=>Awestruct::Page{ 73006640: output_path=>/images/post-images/aws/fk65vh7.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/fk65vh7.jpg, layout=> }, "/images/post-images/aws/iOfvSD8.jpg"=>Awestruct::Page{ 72999420: output_path=>/images/post-images/aws/iOfvSD8.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/iOfvSD8.jpg, layout=> }, "/images/post-images/aws/oCkHRu5.jpg"=>Awestruct::Page{ 73008540: output_path=>/images/post-images/aws/oCkHRu5.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/oCkHRu5.jpg, layout=> }, "/images/post-images/aws/wDW63sm.jpg"=>Awestruct::Page{ 73025860: output_path=>/images/post-images/aws/wDW63sm.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/wDW63sm.jpg, layout=> }, "/images/post-images/blue-ocean-girl.png"=>Awestruct::Page{ 73035180: output_path=>/images/post-images/blue-ocean-girl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blue-ocean-girl.png, layout=> }, "/images/post-images/blueocean/failing-pipeline.png"=>Awestruct::Page{ 73070640: output_path=>/images/post-images/blueocean/failing-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/failing-pipeline.png, layout=> }, "/images/post-images/blueocean/github-pipeline-status.png"=>Awestruct::Page{ 73079760: output_path=>/images/post-images/blueocean/github-pipeline-status.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/github-pipeline-status.png, layout=> }, "/images/post-images/blueocean/jdl.png"=>Awestruct::Page{ 73097060: output_path=>/images/post-images/blueocean/jdl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/jdl.png, layout=> }, "/images/post-images/blueocean/personalized-dashboard.png"=>Awestruct::Page{ 73089840: output_path=>/images/post-images/blueocean/personalized-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/personalized-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-activity.png"=>Awestruct::Page{ 73107160: output_path=>/images/post-images/blueocean/pipeline-activity.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-activity.png, layout=> }, "/images/post-images/blueocean/pipeline-branches.png"=>Awestruct::Page{ 73116280: output_path=>/images/post-images/blueocean/pipeline-branches.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-branches.png, layout=> }, "/images/post-images/blueocean/pipeline-dashboard.png"=>Awestruct::Page{ 73133580: output_path=>/images/post-images/blueocean/pipeline-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-editor.png"=>Awestruct::Page{ 73142700: output_path=>/images/post-images/blueocean/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-editor.png, layout=> }, "/images/post-images/blueocean/pipeline-run.png"=>Awestruct::Page{ 73160020: output_path=>/images/post-images/blueocean/pipeline-run.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-run.png, layout=> }, "/images/post-images/blueocean/pr-view.png"=>Awestruct::Page{ 73177320: output_path=>/images/post-images/blueocean/pr-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pr-view.png, layout=> }, "/images/post-images/blueocean/successful-pipeline.png"=>Awestruct::Page{ 73186440: output_path=>/images/post-images/blueocean/successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/successful-pipeline.png, layout=> }, "/images/post-images/blueocean/weather-icons.png"=>Awestruct::Page{ 73179220: output_path=>/images/post-images/blueocean/weather-icons.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/weather-icons.png, layout=> }, "/images/post-images/blueocean-dev-log/gui-editor.png"=>Awestruct::Page{ 73207500: output_path=>/images/post-images/blueocean-dev-log/gui-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/gui-editor.png, layout=> }, "/images/post-images/blueocean-dev-log/start-with-parameters.png"=>Awestruct::Page{ 73224820: output_path=>/images/post-images/blueocean-dev-log/start-with-parameters.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/start-with-parameters.png, layout=> }, "/images/post-images/dhc/dhc-1-interface-big.png"=>Awestruct::Page{ 73252320: output_path=>/images/post-images/dhc/dhc-1-interface-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface-big.png, layout=> }, "/images/post-images/dhc/dhc-1-interface.png"=>Awestruct::Page{ 73245100: output_path=>/images/post-images/dhc/dhc-1-interface.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions-big.png"=>Awestruct::Page{ 73262420: output_path=>/images/post-images/dhc/dhc-2-assertions-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions-big.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions.png"=>Awestruct::Page{ 73279740: output_path=>/images/post-images/dhc/dhc-2-assertions.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions.png, layout=> }, "/images/post-images/dhc/dhc-3-export-big.png"=>Awestruct::Page{ 73288860: output_path=>/images/post-images/dhc/dhc-3-export-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export-big.png, layout=> }, "/images/post-images/dhc/dhc-3-export.png"=>Awestruct::Page{ 73306180: output_path=>/images/post-images/dhc/dhc-3-export.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario-big.png"=>Awestruct::Page{ 73315320: output_path=>/images/post-images/dhc/dhc-4-scenario-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario-big.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario.png"=>Awestruct::Page{ 73332640: output_path=>/images/post-images/dhc/dhc-4-scenario.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report-big.png"=>Awestruct::Page{ 73349960: output_path=>/images/post-images/dhc/dhc-5-jenkins-report-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report-big.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report.png"=>Awestruct::Page{ 73359100: output_path=>/images/post-images/dhc/dhc-5-jenkins-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report.png, layout=> }, "/images/post-images/ewm/ewm-config.png"=>Awestruct::Page{ 73387140: output_path=>/images/post-images/ewm/ewm-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/ewm-config.png, layout=> }, "/images/post-images/ewm/global-custom-workspace-path.png"=>Awestruct::Page{ 73396280: output_path=>/images/post-images/ewm/global-custom-workspace-path.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-custom-workspace-path.png, layout=> }, "/images/post-images/ewm/global-disk-allocation-strategy.png"=>Awestruct::Page{ 73405400: output_path=>/images/post-images/ewm/global-disk-allocation-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-disk-allocation-strategy.png, layout=> }, "/images/post-images/ewm/restriction-by-job-name.png"=>Awestruct::Page{ 73414520: output_path=>/images/post-images/ewm/restriction-by-job-name.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-job-name.png, layout=> }, "/images/post-images/ewm/restriction-by-user.png"=>Awestruct::Page{ 73423640: output_path=>/images/post-images/ewm/restriction-by-user.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-user.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png"=>Awestruct::Page{ 73451960: output_path=>/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png"=>Awestruct::Page{ 73461080: output_path=>/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, layout=> }, "/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 73480180: output_path=>/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 73489300: output_path=>/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png"=>Awestruct::Page{ 73506600: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png"=>Awestruct::Page{ 73499380: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1.png"=>Awestruct::Page{ 73516700: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 73525820: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1.png"=>Awestruct::Page{ 73543120: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 73560440: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png"=>Awestruct::Page{ 73569560: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 73586860: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png"=>Awestruct::Page{ 73604180: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 73596960: output_path=>/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gsoc-job-config/changing-help.gif"=>Awestruct::Page{ 73641320: output_path=>/images/post-images/gsoc-job-config/changing-help.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/changing-help.gif, layout=> }, "/images/post-images/gsoc-job-config/credentials-grouping.jpg"=>Awestruct::Page{ 73650440: output_path=>/images/post-images/gsoc-job-config/credentials-grouping.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/credentials-grouping.jpg, layout=> }, "/images/post-images/gsoc-job-config/current-popup.gif"=>Awestruct::Page{ 73659560: output_path=>/images/post-images/gsoc-job-config/current-popup.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/current-popup.gif, layout=> }, "/images/post-images/gsoc-job-config/popup-window.gif"=>Awestruct::Page{ 73668680: output_path=>/images/post-images/gsoc-job-config/popup-window.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/popup-window.gif, layout=> }, "/images/post-images/gsoc-job-config/removing-views.jpg"=>Awestruct::Page{ 73677800: output_path=>/images/post-images/gsoc-job-config/removing-views.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/removing-views.jpg, layout=> }, "/images/post-images/gsoc-support-core-plugin/config.png"=>Awestruct::Page{ 73705920: output_path=>/images/post-images/gsoc-support-core-plugin/config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/config.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/downloadBundles.png"=>Awestruct::Page{ 73715040: output_path=>/images/post-images/gsoc-support-core-plugin/downloadBundles.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/downloadBundles.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/generate-bundle.png"=>Awestruct::Page{ 73724180: output_path=>/images/post-images/gsoc-support-core-plugin/generate-bundle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/generate-bundle.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/home.png"=>Awestruct::Page{ 73733300: output_path=>/images/post-images/gsoc-support-core-plugin/home.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/home.png, layout=> }, "/images/post-images/jenkins-master.png"=>Awestruct::Page{ 73742620: output_path=>/images/post-images/jenkins-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-master.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/hooks.png"=>Awestruct::Page{ 73753860: output_path=>/images/post-images/jenkins-pipeline-scalability/hooks.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/hooks.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/jobs.png"=>Awestruct::Page{ 73771180: output_path=>/images/post-images/jenkins-pipeline-scalability/jobs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/jobs.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/journey.png"=>Awestruct::Page{ 73780300: output_path=>/images/post-images/jenkins-pipeline-scalability/journey.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/journey.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/modes.png"=>Awestruct::Page{ 73797620: output_path=>/images/post-images/jenkins-pipeline-scalability/modes.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/modes.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/properties.png"=>Awestruct::Page{ 73814940: output_path=>/images/post-images/jenkins-pipeline-scalability/properties.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/properties.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/responsibilities.png"=>Awestruct::Page{ 73824060: output_path=>/images/post-images/jenkins-pipeline-scalability/responsibilities.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/responsibilities.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-now.png"=>Awestruct::Page{ 73841380: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-now.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png"=>Awestruct::Page{ 73850520: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/thousands.png"=>Awestruct::Page{ 73843300: output_path=>/images/post-images/jenkins-pipeline-scalability/thousands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/thousands.png, layout=> }, "/images/post-images/jenkins-run-python.png"=>Awestruct::Page{ 73860820: output_path=>/images/post-images/jenkins-run-python.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-run-python.png, layout=> }, "/images/post-images/jenkins2-snippetizer-demo.png"=>Awestruct::Page{ 73878340: output_path=>/images/post-images/jenkins2-snippetizer-demo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins2-snippetizer-demo.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png"=>Awestruct::Page{ 73922720: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png"=>Awestruct::Page{ 73931860: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png"=>Awestruct::Page{ 73924640: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png"=>Awestruct::Page{ 73933760: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png"=>Awestruct::Page{ 73942880: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins1.png"=>Awestruct::Page{ 73987540: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins2.png"=>Awestruct::Page{ 73996660: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, layout=> }, "/images/post-images/kj187_Dashboard_2_i4wkw6.png"=>Awestruct::Page{ 74005980: output_path=>/images/post-images/kj187_Dashboard_2_i4wkw6.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/kj187_Dashboard_2_i4wkw6.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG"=>Awestruct::Page{ 74009440: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG"=>Awestruct::Page{ 74018560: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/melbourne.png"=>Awestruct::Page{ 74035860: output_path=>/images/post-images/monthly-jam-nov-2016/melbourne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/melbourne.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-jam.png"=>Awestruct::Page{ 74053180: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-jam.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-prep.png"=>Awestruct::Page{ 74062300: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-prep.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-prep.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow-small.png"=>Awestruct::Page{ 74090420: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow.png"=>Awestruct::Page{ 74099540: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow-small.png"=>Awestruct::Page{ 74108660: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow.png"=>Awestruct::Page{ 74117780: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow.png, layout=> }, "/images/post-images/pipeline-as-code-for-hardware/connectBoard.png"=>Awestruct::Page{ 74121620: output_path=>/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/aquilent.png"=>Awestruct::Page{ 74157780: output_path=>/images/post-images/pipeline-at-jenkinsworld/aquilent.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/aquilent.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/jfrog.png"=>Awestruct::Page{ 74166900: output_path=>/images/post-images/pipeline-at-jenkinsworld/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/jfrog.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg"=>Awestruct::Page{ 74184220: output_path=>/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/perforce.png"=>Awestruct::Page{ 74193340: output_path=>/images/post-images/pipeline-at-jenkinsworld/perforce.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/perforce.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/redhat.png"=>Awestruct::Page{ 74210660: output_path=>/images/post-images/pipeline-at-jenkinsworld/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/redhat.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png"=>Awestruct::Page{ 74238780: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png"=>Awestruct::Page{ 74247900: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png"=>Awestruct::Page{ 74257040: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-tests.png"=>Awestruct::Page{ 74266160: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png"=>Awestruct::Page{ 74269380: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png"=>Awestruct::Page{ 74286580: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png"=>Awestruct::Page{ 74295720: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png"=>Awestruct::Page{ 74312920: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png"=>Awestruct::Page{ 74330240: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif"=>Awestruct::Page{ 74339380: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, layout=> }, "/images/post-images/state-of-jam-2016/JAM-map.png"=>Awestruct::Page{ 74350820: output_path=>/images/post-images/state-of-jam-2016/JAM-map.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAM-map.png, layout=> }, "/images/post-images/state-of-jam-2016/JAMs-over-time.png"=>Awestruct::Page{ 74359940: output_path=>/images/post-images/state-of-jam-2016/JAMs-over-time.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAMs-over-time.png, layout=> }, "/images/post-images/state-of-jam-2016/barcelona-jam.png"=>Awestruct::Page{ 74377260: output_path=>/images/post-images/state-of-jam-2016/barcelona-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/barcelona-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/peru-jam.png"=>Awestruct::Page{ 74394580: output_path=>/images/post-images/state-of-jam-2016/peru-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/peru-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/seville-jam.png"=>Awestruct::Page{ 74403700: output_path=>/images/post-images/state-of-jam-2016/seville-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/seville-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam-2.png"=>Awestruct::Page{ 74421020: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam-2.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam.png"=>Awestruct::Page{ 74438340: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png"=>Awestruct::Page{ 74441780: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png"=>Awestruct::Page{ 74459100: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png"=>Awestruct::Page{ 74468220: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png"=>Awestruct::Page{ 74485520: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png"=>Awestruct::Page{ 74502840: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, layout=> }, "/images/protect.gif"=>Awestruct::Page{ 74512380: output_path=>/images/protect.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/protect.gif, layout=> }, "/images/railyard.jpg"=>Awestruct::Page{ 74530100: output_path=>/images/railyard.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/railyard.jpg, layout=> }, "/images/rfe.gif"=>Awestruct::Page{ 74523300: output_path=>/images/rfe.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe.gif, layout=> }, "/images/rfe2.gif"=>Awestruct::Page{ 74541040: output_path=>/images/rfe2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe2.gif, layout=> }, "/images/solution-images/jenkins-chart-nosetests.png"=>Awestruct::Page{ 74585520: output_path=>/images/solution-images/jenkins-chart-nosetests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-nosetests.png, layout=> }, "/images/solution-images/jenkins-chart-pylint.png"=>Awestruct::Page{ 74594840: output_path=>/images/solution-images/jenkins-chart-pylint.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-pylint.png, layout=> }, "/images/solution-images/jenkins-github-oauth-enable.png"=>Awestruct::Page{ 74604160: output_path=>/images/solution-images/jenkins-github-oauth-enable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-oauth-enable.png, layout=> }, "/images/solution-images/jenkins-github-services.png"=>Awestruct::Page{ 74597140: output_path=>/images/solution-images/jenkins-github-services.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-services.png, layout=> }, "/images/solution-images/jenkins-gradle-step.png"=>Awestruct::Page{ 74606460: output_path=>/images/solution-images/jenkins-gradle-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-gradle-step.png, layout=> }, "/images/solution-images/jenkins-maven-step.png"=>Awestruct::Page{ 74615780: output_path=>/images/solution-images/jenkins-maven-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-maven-step.png, layout=> }, "/images/solution-images/junit-rspec-postbuild-action.png"=>Awestruct::Page{ 74633300: output_path=>/images/solution-images/junit-rspec-postbuild-action.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-postbuild-action.png, layout=> }, "/images/solution-images/junit-rspec-trend.png"=>Awestruct::Page{ 74650800: output_path=>/images/solution-images/junit-rspec-trend.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-trend.png, layout=> }, "/images/sponsors/cloudbees.png"=>Awestruct::Page{ 74654660: output_path=>/images/sponsors/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/cloudbees.png, layout=> }, "/images/sponsors/microsoft.png"=>Awestruct::Page{ 74672180: output_path=>/images/sponsors/microsoft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/microsoft.png, layout=> }, "/images/sponsors/osuosl.png"=>Awestruct::Page{ 74681500: output_path=>/images/sponsors/osuosl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/osuosl.png, layout=> }, "/images/sponsors/rackspace.png"=>Awestruct::Page{ 74699020: output_path=>/images/sponsors/rackspace.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/rackspace.png, layout=> }, "/images/sponsors/redhat.png"=>Awestruct::Page{ 74716540: output_path=>/images/sponsors/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/redhat.png, layout=> }, "/images/sub.png"=>Awestruct::Page{ 74726080: output_path=>/images/sub.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sub.png, layout=> }, "/images/sun_small_bw.gif"=>Awestruct::Page{ 74719280: output_path=>/images/sun_small_bw.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sun_small_bw.gif, layout=> }, "/images/sunnyblueocean.png"=>Awestruct::Page{ 74737000: output_path=>/images/sunnyblueocean.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sunnyblueocean.png, layout=> }, "/images/user.gif"=>Awestruct::Page{ 74746560: output_path=>/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.gif, layout=> }, "/images/user.svg"=>Awestruct::Page{ 74764300: output_path=>/images/user.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.svg, layout=> }, "/images/visitor.gif"=>Awestruct::Page{ 74782040: output_path=>/images/visitor.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.gif, layout=> }, "/images/visitor.svg"=>Awestruct::Page{ 74791600: output_path=>/images/visitor.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.svg, layout=> }, "/images/webstart.gif"=>Awestruct::Page{ 74784800: output_path=>/images/webstart.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/webstart.gif, layout=> }, "/images/whale_1030x500.jpg"=>Awestruct::Page{ 74802520: output_path=>/images/whale_1030x500.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/whale_1030x500.jpg, layout=> }, "/images/xml.png"=>Awestruct::Page{ 74812060: output_path=>/images/xml.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/xml.png, layout=> }, "/index.html"=>Awestruct::Page{ 74830140: output_path=>/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/index.html.haml, layout=>default }, "/infra/ci-redirects/index.html"=>Awestruct::Page{ 75095460: output_path=>/infra/ci-redirects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/infra/ci-redirects.adoc, layout=>simplepage }, "/jenkins.jnlp"=>Awestruct::Page{ 75305860: output_path=>/jenkins.jnlp, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/jenkins.jnlp, layout=> }, "/js/cjp-grid.js"=>Awestruct::Page{ 75310960: output_path=>/js/cjp-grid.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/cjp-grid.js, layout=> }, "/js/featured-service.json"=>Awestruct::Page{ 75465640: output_path=>/js/featured-service.json, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/featured-service.json, layout=> }, "/js/plguinlist-service.js"=>Awestruct::Page{ 75483980: output_path=>/js/plguinlist-service.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/plguinlist-service.js, layout=> }, "/license/index.html"=>Awestruct::Page{ 75550740: output_path=>/license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/license/index.md, layout=>post }, "/maven.jenkins-ci.org-logo.png"=>Awestruct::Page{ 75788520: output_path=>/maven.jenkins-ci.org-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/maven.jenkins-ci.org-logo.png, layout=> }, "/meetings/index.html"=>Awestruct::Page{ 75801320: output_path=>/meetings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/meetings/index.md, layout=>post }, "/mit-license/index.html"=>Awestruct::Page{ 76050940: output_path=>/mit-license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/mit-license/index.md, layout=>refresh }, "/node/1/index.html"=>Awestruct::Page{ 76247460: output_path=>/node/1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/1/index.md, layout=>refresh }, "/node/13/index.html"=>Awestruct::Page{ 76378940: output_path=>/node/13/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/13/index.md, layout=>refresh }, "/node/146/index.html"=>Awestruct::Page{ 76502260: output_path=>/node/146/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/146/index.md, layout=>refresh }, "/node/147/index.html"=>Awestruct::Page{ 76625560: output_path=>/node/147/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/147/index.md, layout=>refresh }, "/node/148/index.html"=>Awestruct::Page{ 76757080: output_path=>/node/148/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/148/index.md, layout=>refresh }, "/node/149/index.html"=>Awestruct::Page{ 76880380: output_path=>/node/149/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/149/index.md, layout=>refresh }, "/node/150/index.html"=>Awestruct::Page{ 77003700: output_path=>/node/150/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/150/index.md, layout=>refresh }, "/node/151/index.html"=>Awestruct::Page{ 77135180: output_path=>/node/151/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/151/index.md, layout=>refresh }, "/node/152/index.html"=>Awestruct::Page{ 77258500: output_path=>/node/152/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/152/index.md, layout=>refresh }, "/node/154/index.html"=>Awestruct::Page{ 77365460: output_path=>/node/154/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/154/index.md, layout=>refresh }, "/node/156/index.html"=>Awestruct::Page{ 77488780: output_path=>/node/156/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/156/index.md, layout=>refresh }, "/node/158/index.html"=>Awestruct::Page{ 77620260: output_path=>/node/158/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/158/index.md, layout=>refresh }, "/node/159/index.html"=>Awestruct::Page{ 77743560: output_path=>/node/159/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/159/index.md, layout=>refresh }, "/node/160/index.html"=>Awestruct::Page{ 77891440: output_path=>/node/160/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/160/index.md, layout=>refresh }, "/node/161/index.html"=>Awestruct::Page{ 77998400: output_path=>/node/161/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/161/index.md, layout=>refresh }, "/node/162/index.html"=>Awestruct::Page{ 78121680: output_path=>/node/162/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/162/index.md, layout=>refresh }, "/node/163/index.html"=>Awestruct::Page{ 78253180: output_path=>/node/163/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/163/index.md, layout=>refresh }, "/node/164/index.html"=>Awestruct::Page{ 78376480: output_path=>/node/164/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/164/index.md, layout=>refresh }, "/node/165/index.html"=>Awestruct::Page{ 78499800: output_path=>/node/165/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/165/index.md, layout=>refresh }, "/node/166/index.html"=>Awestruct::Page{ 78631280: output_path=>/node/166/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/166/index.md, layout=>refresh }, "/node/167/index.html"=>Awestruct::Page{ 78754580: output_path=>/node/167/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/167/index.md, layout=>refresh }, "/node/168/index.html"=>Awestruct::Page{ 78877860: output_path=>/node/168/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/168/index.md, layout=>refresh }, "/node/169/index.html"=>Awestruct::Page{ 79009380: output_path=>/node/169/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/169/index.md, layout=>refresh }, "/node/170/index.html"=>Awestruct::Page{ 79132680: output_path=>/node/170/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/170/index.md, layout=>refresh }, "/node/171/index.html"=>Awestruct::Page{ 79264160: output_path=>/node/171/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/171/index.md, layout=>refresh }, "/node/172/index.html"=>Awestruct::Page{ 79387440: output_path=>/node/172/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/172/index.md, layout=>refresh }, "/node/173/index.html"=>Awestruct::Page{ 79510760: output_path=>/node/173/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/173/index.md, layout=>refresh }, "/node/174/index.html"=>Awestruct::Page{ 79370940: output_path=>/node/174/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/174/index.md, layout=>refresh }, "/node/175/index.html"=>Awestruct::Page{ 78937120: output_path=>/node/175/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/175/index.md, layout=>refresh }, "/node/176/index.html"=>Awestruct::Page{ 78495100: output_path=>/node/176/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/176/index.md, layout=>refresh }, "/node/177/index.html"=>Awestruct::Page{ 78053060: output_path=>/node/177/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/177/index.md, layout=>refresh }, "/node/178/index.html"=>Awestruct::Page{ 77561020: output_path=>/node/178/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/178/index.md, layout=>refresh }, "/node/179/index.html"=>Awestruct::Page{ 77118240: output_path=>/node/179/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/179/index.md, layout=>refresh }, "/node/180/index.html"=>Awestruct::Page{ 76684420: output_path=>/node/180/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/180/index.md, layout=>refresh }, "/node/181/index.html"=>Awestruct::Page{ 76242440: output_path=>/node/181/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/181/index.md, layout=>refresh }, "/node/182/index.html"=>Awestruct::Page{ 75813340: output_path=>/node/182/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/182/index.md, layout=>refresh }, "/node/183/index.html"=>Awestruct::Page{ 75444340: output_path=>/node/183/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/183/index.md, layout=>refresh }, "/node/184/index.html"=>Awestruct::Page{ 75026260: output_path=>/node/184/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/184/index.md, layout=>refresh }, "/node/185/index.html"=>Awestruct::Page{ 74738460: output_path=>/node/185/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/185/index.md, layout=>refresh }, "/node/186/index.html"=>Awestruct::Page{ 74548440: output_path=>/node/186/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/186/index.md, layout=>refresh }, "/node/187/index.html"=>Awestruct::Page{ 74341760: output_path=>/node/187/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/187/index.md, layout=>refresh }, "/node/188/index.html"=>Awestruct::Page{ 74160020: output_path=>/node/188/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/188/index.md, layout=>refresh }, "/node/189/index.html"=>Awestruct::Page{ 73986180: output_path=>/node/189/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/189/index.md, layout=>refresh }, "/node/190/index.html"=>Awestruct::Page{ 73780040: output_path=>/node/190/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/190/index.md, layout=>refresh }, "/node/191/index.html"=>Awestruct::Page{ 73598280: output_path=>/node/191/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/191/index.md, layout=>refresh }, "/node/192/index.html"=>Awestruct::Page{ 73400240: output_path=>/node/192/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/192/index.md, layout=>refresh }, "/node/193/index.html"=>Awestruct::Page{ 73201780: output_path=>/node/193/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/193/index.md, layout=>refresh }, "/node/194/index.html"=>Awestruct::Page{ 73011780: output_path=>/node/194/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/194/index.md, layout=>refresh }, "/node/195/index.html"=>Awestruct::Page{ 72829960: output_path=>/node/195/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/195/index.md, layout=>refresh }, "/node/196/index.html"=>Awestruct::Page{ 72656200: output_path=>/node/196/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/196/index.md, layout=>refresh }, "/node/197/index.html"=>Awestruct::Page{ 72433280: output_path=>/node/197/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/197/index.md, layout=>refresh }, "/node/198/index.html"=>Awestruct::Page{ 72251260: output_path=>/node/198/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/198/index.md, layout=>refresh }, "/node/199/index.html"=>Awestruct::Page{ 72061200: output_path=>/node/199/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/199/index.md, layout=>refresh }, "/node/2/index.html"=>Awestruct::Page{ 71880040: output_path=>/node/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/2/index.md, layout=>refresh }, "/node/200/index.html"=>Awestruct::Page{ 71673660: output_path=>/node/200/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/200/index.md, layout=>refresh }, "/node/201/index.html"=>Awestruct::Page{ 71466760: output_path=>/node/201/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/201/index.md, layout=>refresh }, "/node/202/index.html"=>Awestruct::Page{ 71275760: output_path=>/node/202/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/202/index.md, layout=>refresh }, "/node/203/index.html"=>Awestruct::Page{ 71094260: output_path=>/node/203/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/203/index.md, layout=>refresh }, "/node/204/index.html"=>Awestruct::Page{ 70797300: output_path=>/node/204/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/204/index.md, layout=>refresh }, "/node/208/index.html"=>Awestruct::Page{ 70598680: output_path=>/node/208/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/208/index.md, layout=>refresh }, "/node/212/index.html"=>Awestruct::Page{ 70392240: output_path=>/node/212/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/212/index.md, layout=>refresh }, "/node/213/index.html"=>Awestruct::Page{ 70022720: output_path=>/node/213/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/213/index.md, layout=>refresh }, "/node/214/index.html"=>Awestruct::Page{ 69760000: output_path=>/node/214/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/214/index.md, layout=>refresh }, "/node/216/index.html"=>Awestruct::Page{ 69341960: output_path=>/node/216/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/216/index.md, layout=>refresh }, "/node/217/index.html"=>Awestruct::Page{ 68891640: output_path=>/node/217/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/217/index.md, layout=>refresh }, "/node/218/index.html"=>Awestruct::Page{ 68473980: output_path=>/node/218/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/218/index.md, layout=>refresh }, "/node/219/index.html"=>Awestruct::Page{ 68048180: output_path=>/node/219/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/219/index.md, layout=>refresh }, "/node/220/index.html"=>Awestruct::Page{ 67581000: output_path=>/node/220/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/220/index.md, layout=>refresh }, "/node/221/index.html"=>Awestruct::Page{ 67130720: output_path=>/node/221/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/221/index.md, layout=>refresh }, "/node/223/index.html"=>Awestruct::Page{ 66680360: output_path=>/node/223/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/223/index.md, layout=>refresh }, "/node/224/index.html"=>Awestruct::Page{ 66221580: output_path=>/node/224/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/224/index.md, layout=>refresh }, "/node/225/index.html"=>Awestruct::Page{ 65779300: output_path=>/node/225/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/225/index.md, layout=>refresh }, "/node/227/index.html"=>Awestruct::Page{ 65067000: output_path=>/node/227/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/227/index.md, layout=>refresh }, "/node/228/index.html"=>Awestruct::Page{ 64485780: output_path=>/node/228/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/228/index.md, layout=>refresh }, "/node/229/index.html"=>Awestruct::Page{ 64060220: output_path=>/node/229/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/229/index.md, layout=>refresh }, "/node/230/index.html"=>Awestruct::Page{ 63626440: output_path=>/node/230/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/230/index.md, layout=>refresh }, "/node/231/index.html"=>Awestruct::Page{ 59987740: output_path=>/node/231/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/231/index.md, layout=>refresh }, "/node/232/index.html"=>Awestruct::Page{ 58259680: output_path=>/node/232/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/232/index.md, layout=>refresh }, "/node/233/index.html"=>Awestruct::Page{ 55687860: output_path=>/node/233/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/233/index.md, layout=>refresh }, "/node/234/index.html"=>Awestruct::Page{ 56531760: output_path=>/node/234/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/234/index.md, layout=>refresh }, "/node/235/index.html"=>Awestruct::Page{ 55826380: output_path=>/node/235/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/235/index.md, layout=>refresh }, "/node/236/index.html"=>Awestruct::Page{ 40550140: output_path=>/node/236/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/236/index.md, layout=>refresh }, "/node/237/index.html"=>Awestruct::Page{ 39673600: output_path=>/node/237/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/237/index.md, layout=>refresh }, "/node/238/index.html"=>Awestruct::Page{ 38778900: output_path=>/node/238/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/238/index.md, layout=>refresh }, "/node/239/index.html"=>Awestruct::Page{ 38179500: output_path=>/node/239/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/239/index.md, layout=>refresh }, "/node/240/index.html"=>Awestruct::Page{ 37829680: output_path=>/node/240/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/240/index.md, layout=>refresh }, "/node/241/index.html"=>Awestruct::Page{ 37595420: output_path=>/node/241/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/241/index.md, layout=>refresh }, "/node/242/index.html"=>Awestruct::Page{ 37257800: output_path=>/node/242/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/242/index.md, layout=>refresh }, "/node/243/index.html"=>Awestruct::Page{ 36488220: output_path=>/node/243/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/243/index.md, layout=>refresh }, "/node/244/index.html"=>Awestruct::Page{ 35703820: output_path=>/node/244/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/244/index.md, layout=>refresh }, "/node/245/index.html"=>Awestruct::Page{ 31154180: output_path=>/node/245/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/245/index.md, layout=>refresh }, "/node/246/index.html"=>Awestruct::Page{ 30861800: output_path=>/node/246/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/246/index.md, layout=>refresh }, "/node/247/index.html"=>Awestruct::Page{ 30097060: output_path=>/node/247/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/247/index.md, layout=>refresh }, "/node/251/index.html"=>Awestruct::Page{ 29645540: output_path=>/node/251/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/251/index.md, layout=>refresh }, "/node/252/index.html"=>Awestruct::Page{ 28665260: output_path=>/node/252/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/252/index.md, layout=>refresh }, "/node/253/index.html"=>Awestruct::Page{ 23927220: output_path=>/node/253/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/253/index.md, layout=>refresh }, "/node/254/index.html"=>Awestruct::Page{ 20776880: output_path=>/node/254/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/254/index.md, layout=>refresh }, "/node/255/index.html"=>Awestruct::Page{ 24486700: output_path=>/node/255/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/255/index.md, layout=>refresh }, "/node/256/index.html"=>Awestruct::Page{ 29158460: output_path=>/node/256/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/256/index.md, layout=>refresh }, "/node/257/index.html"=>Awestruct::Page{ 29856820: output_path=>/node/257/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/257/index.md, layout=>refresh }, "/node/258/index.html"=>Awestruct::Page{ 30138540: output_path=>/node/258/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/258/index.md, layout=>refresh }, "/node/259/index.html"=>Awestruct::Page{ 30873020: output_path=>/node/259/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/259/index.md, layout=>refresh }, "/node/260/index.html"=>Awestruct::Page{ 31180700: output_path=>/node/260/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/260/index.md, layout=>refresh }, "/node/264/index.html"=>Awestruct::Page{ 35517040: output_path=>/node/264/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/264/index.md, layout=>refresh }, "/node/266/index.html"=>Awestruct::Page{ 36317160: output_path=>/node/266/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/266/index.md, layout=>refresh }, "/node/267/index.html"=>Awestruct::Page{ 37205820: output_path=>/node/267/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/267/index.md, layout=>refresh }, "/node/268/index.html"=>Awestruct::Page{ 37546380: output_path=>/node/268/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/268/index.md, layout=>refresh }, "/node/269/index.html"=>Awestruct::Page{ 37770380: output_path=>/node/269/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/269/index.md, layout=>refresh }, "/node/270/index.html"=>Awestruct::Page{ 38063460: output_path=>/node/270/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/270/index.md, layout=>refresh }, "/node/272/index.html"=>Awestruct::Page{ 38420920: output_path=>/node/272/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/272/index.md, layout=>refresh }, "/node/273/index.html"=>Awestruct::Page{ 39346200: output_path=>/node/273/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/273/index.md, layout=>refresh }, "/node/274/index.html"=>Awestruct::Page{ 40283000: output_path=>/node/274/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/274/index.md, layout=>refresh }, "/node/275/index.html"=>Awestruct::Page{ 55664040: output_path=>/node/275/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/275/index.md, layout=>refresh }, "/node/276/index.html"=>Awestruct::Page{ 56614120: output_path=>/node/276/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/276/index.md, layout=>refresh }, "/node/277/index.html"=>Awestruct::Page{ 59210340: output_path=>/node/277/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/277/index.md, layout=>refresh }, "/node/278/index.html"=>Awestruct::Page{ 58039280: output_path=>/node/278/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/278/index.md, layout=>refresh }, "/node/279/index.html"=>Awestruct::Page{ 60054940: output_path=>/node/279/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/279/index.md, layout=>refresh }, "/node/280/index.html"=>Awestruct::Page{ 63642380: output_path=>/node/280/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/280/index.md, layout=>refresh }, "/node/281/index.html"=>Awestruct::Page{ 64011400: output_path=>/node/281/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/281/index.md, layout=>refresh }, "/node/282/index.html"=>Awestruct::Page{ 64495160: output_path=>/node/282/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/282/index.md, layout=>refresh }, "/node/294/index.html"=>Awestruct::Page{ 65036140: output_path=>/node/294/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/294/index.md, layout=>refresh }, "/node/295/index.html"=>Awestruct::Page{ 65462580: output_path=>/node/295/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/295/index.md, layout=>refresh }, "/node/296/index.html"=>Awestruct::Page{ 66232240: output_path=>/node/296/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/296/index.md, layout=>refresh }, "/node/297/index.html"=>Awestruct::Page{ 66715540: output_path=>/node/297/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/297/index.md, layout=>refresh }, "/node/298/index.html"=>Awestruct::Page{ 67051300: output_path=>/node/298/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/298/index.md, layout=>refresh }, "/node/299/index.html"=>Awestruct::Page{ 67468860: output_path=>/node/299/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/299/index.md, layout=>refresh }, "/node/3/index.html"=>Awestruct::Page{ 67935700: output_path=>/node/3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/3/index.md, layout=>refresh }, "/node/300/index.html"=>Awestruct::Page{ 68370040: output_path=>/node/300/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/300/index.md, layout=>refresh }, "/node/302/index.html"=>Awestruct::Page{ 68844940: output_path=>/node/302/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/302/index.md, layout=>refresh }, "/node/303/index.html"=>Awestruct::Page{ 69229980: output_path=>/node/303/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/303/index.md, layout=>refresh }, "/node/304/index.html"=>Awestruct::Page{ 69770140: output_path=>/node/304/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/304/index.md, layout=>refresh }, "/node/305/index.html"=>Awestruct::Page{ 69982140: output_path=>/node/305/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/305/index.md, layout=>refresh }, "/node/309/index.html"=>Awestruct::Page{ 70406220: output_path=>/node/309/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/309/index.md, layout=>refresh }, "/node/311/index.html"=>Awestruct::Page{ 70535740: output_path=>/node/311/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/311/index.md, layout=>refresh }, "/node/312/index.html"=>Awestruct::Page{ 70787600: output_path=>/node/312/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/312/index.md, layout=>refresh }, "/node/313/index.html"=>Awestruct::Page{ 71106500: output_path=>/node/313/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/313/index.md, layout=>refresh }, "/node/314/index.html"=>Awestruct::Page{ 71243720: output_path=>/node/314/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/314/index.md, layout=>refresh }, "/node/315/index.html"=>Awestruct::Page{ 71471740: output_path=>/node/315/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/315/index.md, layout=>refresh }, "/node/319/index.html"=>Awestruct::Page{ 71609180: output_path=>/node/319/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/319/index.md, layout=>refresh }, "/node/320/index.html"=>Awestruct::Page{ 71869780: output_path=>/node/320/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/320/index.md, layout=>refresh }, "/node/322/index.html"=>Awestruct::Page{ 72080940: output_path=>/node/322/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/322/index.md, layout=>refresh }, "/node/323/index.html"=>Awestruct::Page{ 72210360: output_path=>/node/323/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/323/index.md, layout=>refresh }, "/node/328/index.html"=>Awestruct::Page{ 72446360: output_path=>/node/328/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/328/index.md, layout=>refresh }, "/node/329/index.html"=>Awestruct::Page{ 72550960: output_path=>/node/329/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/329/index.md, layout=>refresh }, "/node/330/index.html"=>Awestruct::Page{ 72836560: output_path=>/node/330/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/330/index.md, layout=>refresh }, "/node/331/index.html"=>Awestruct::Page{ 72949240: output_path=>/node/331/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/331/index.md, layout=>refresh }, "/node/336/index.html"=>Awestruct::Page{ 73242820: output_path=>/node/336/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/336/index.md, layout=>refresh }, "/node/337/index.html"=>Awestruct::Page{ 73388840: output_path=>/node/337/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/337/index.md, layout=>refresh }, "/node/338/index.html"=>Awestruct::Page{ 73501720: output_path=>/node/338/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/338/index.md, layout=>refresh }, "/node/339/index.html"=>Awestruct::Page{ 73794880: output_path=>/node/339/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/339/index.md, layout=>refresh }, "/node/340/index.html"=>Awestruct::Page{ 73924260: output_path=>/node/340/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/340/index.md, layout=>refresh }, "/node/341/index.html"=>Awestruct::Page{ 74192800: output_path=>/node/341/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/341/index.md, layout=>refresh }, "/node/342/index.html"=>Awestruct::Page{ 74331060: output_path=>/node/342/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/342/index.md, layout=>refresh }, "/node/343/index.html"=>Awestruct::Page{ 74460600: output_path=>/node/343/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/343/index.md, layout=>refresh }, "/node/344/index.html"=>Awestruct::Page{ 74745260: output_path=>/node/344/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/344/index.md, layout=>refresh }, "/node/345/index.html"=>Awestruct::Page{ 74899340: output_path=>/node/345/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/345/index.md, layout=>refresh }, "/node/346/index.html"=>Awestruct::Page{ 75366340: output_path=>/node/346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/346/index.md, layout=>refresh }, "/node/351/index.html"=>Awestruct::Page{ 75931020: output_path=>/node/351/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/351/index.md, layout=>refresh }, "/node/353/index.html"=>Awestruct::Page{ 76148140: output_path=>/node/353/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/353/index.md, layout=>refresh }, "/node/356/index.html"=>Awestruct::Page{ 76564500: output_path=>/node/356/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/356/index.md, layout=>refresh }, "/node/357/index.html"=>Awestruct::Page{ 77063240: output_path=>/node/357/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/357/index.md, layout=>refresh }, "/node/360/index.html"=>Awestruct::Page{ 77439460: output_path=>/node/360/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/360/index.md, layout=>refresh }, "/node/361/index.html"=>Awestruct::Page{ 78126980: output_path=>/node/361/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/361/index.md, layout=>refresh }, "/node/362/index.html"=>Awestruct::Page{ 78633900: output_path=>/node/362/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/362/index.md, layout=>refresh }, "/node/363/index.html"=>Awestruct::Page{ 79009000: output_path=>/node/363/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/363/index.md, layout=>refresh }, "/node/364/index.html"=>Awestruct::Page{ 79261840: output_path=>/node/364/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/364/index.md, layout=>refresh }, "/node/366/index.html"=>Awestruct::Page{ 57348260: output_path=>/node/366/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/366/index.md, layout=>refresh }, "/node/367/index.html"=>Awestruct::Page{ 59355700: output_path=>/node/367/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/367/index.md, layout=>refresh }, "/node/368/index.html"=>Awestruct::Page{ 56013760: output_path=>/node/368/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/368/index.md, layout=>refresh }, "/node/370/index.html"=>Awestruct::Page{ 57054560: output_path=>/node/370/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/370/index.md, layout=>refresh }, "/node/371/index.html"=>Awestruct::Page{ 57833240: output_path=>/node/371/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/371/index.md, layout=>refresh }, "/node/372/index.html"=>Awestruct::Page{ 57628860: output_path=>/node/372/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/372/index.md, layout=>refresh }, "/node/373/index.html"=>Awestruct::Page{ 58874460: output_path=>/node/373/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/373/index.md, layout=>refresh }, "/node/374/index.html"=>Awestruct::Page{ 59571220: output_path=>/node/374/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/374/index.md, layout=>refresh }, "/node/375/index.html"=>Awestruct::Page{ 60153280: output_path=>/node/375/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/375/index.md, layout=>refresh }, "/node/376/index.html"=>Awestruct::Page{ 55926640: output_path=>/node/376/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/376/index.md, layout=>refresh }, "/node/377/index.html"=>Awestruct::Page{ 63439180: output_path=>/node/377/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/377/index.md, layout=>refresh }, "/node/378/index.html"=>Awestruct::Page{ 63677160: output_path=>/node/378/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/378/index.md, layout=>refresh }, "/node/380/index.html"=>Awestruct::Page{ 63833240: output_path=>/node/380/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/380/index.md, layout=>refresh }, "/node/381/index.html"=>Awestruct::Page{ 63981140: output_path=>/node/381/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/381/index.md, layout=>refresh }, "/node/382/index.html"=>Awestruct::Page{ 64096260: output_path=>/node/382/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/382/index.md, layout=>refresh }, "/node/383/index.html"=>Awestruct::Page{ 64293300: output_path=>/node/383/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/383/index.md, layout=>refresh }, "/node/386/index.html"=>Awestruct::Page{ 64408400: output_path=>/node/386/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/386/index.md, layout=>refresh }, "/node/387/index.html"=>Awestruct::Page{ 64523540: output_path=>/node/387/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/387/index.md, layout=>refresh }, "/node/388/index.html"=>Awestruct::Page{ 64827100: output_path=>/node/388/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/388/index.md, layout=>refresh }, "/node/389/index.html"=>Awestruct::Page{ 64975040: output_path=>/node/389/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/389/index.md, layout=>refresh }, "/node/390/index.html"=>Awestruct::Page{ 65213020: output_path=>/node/390/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/390/index.md, layout=>refresh }, "/node/391/index.html"=>Awestruct::Page{ 65360880: output_path=>/node/391/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/391/index.md, layout=>refresh }, "/node/392/index.html"=>Awestruct::Page{ 65484160: output_path=>/node/392/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/392/index.md, layout=>refresh }, "/node/393/index.html"=>Awestruct::Page{ 65828640: output_path=>/node/393/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/393/index.md, layout=>refresh }, "/node/395/index.html"=>Awestruct::Page{ 66050220: output_path=>/node/395/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/395/index.md, layout=>refresh }, "/node/397/index.html"=>Awestruct::Page{ 66206300: output_path=>/node/397/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/397/index.md, layout=>refresh }, "/node/400/index.html"=>Awestruct::Page{ 66452500: output_path=>/node/400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/400/index.md, layout=>refresh }, "/node/401/index.html"=>Awestruct::Page{ 66584000: output_path=>/node/401/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/401/index.md, layout=>refresh }, "/node/402/index.html"=>Awestruct::Page{ 66805620: output_path=>/node/402/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/402/index.md, layout=>refresh }, "/node/403/index.html"=>Awestruct::Page{ 66912560: output_path=>/node/403/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/403/index.md, layout=>refresh }, "/node/404/index.html"=>Awestruct::Page{ 67166940: output_path=>/node/404/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/404/index.md, layout=>refresh }, "/node/406/index.html"=>Awestruct::Page{ 67380360: output_path=>/node/406/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/406/index.md, layout=>refresh }, "/node/407/index.html"=>Awestruct::Page{ 67528220: output_path=>/node/407/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/407/index.md, layout=>refresh }, "/node/408/index.html"=>Awestruct::Page{ 67766220: output_path=>/node/408/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/408/index.md, layout=>refresh }, "/node/409/index.html"=>Awestruct::Page{ 67905920: output_path=>/node/409/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/409/index.md, layout=>refresh }, "/node/410/index.html"=>Awestruct::Page{ 68152100: output_path=>/node/410/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/410/index.md, layout=>refresh }, "/node/411/index.html"=>Awestruct::Page{ 68439260: output_path=>/node/411/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/411/index.md, layout=>refresh }, "/node/413/index.html"=>Awestruct::Page{ 68570740: output_path=>/node/413/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/413/index.md, layout=>refresh }, "/node/414/index.html"=>Awestruct::Page{ 68808740: output_path=>/node/414/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/414/index.md, layout=>refresh }, "/node/415/index.html"=>Awestruct::Page{ 69054900: output_path=>/node/415/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/415/index.md, layout=>refresh }, "/node/416/index.html"=>Awestruct::Page{ 69186420: output_path=>/node/416/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/416/index.md, layout=>refresh }, "/node/417/index.html"=>Awestruct::Page{ 69391620: output_path=>/node/417/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/417/index.md, layout=>refresh }, "/node/418/index.html"=>Awestruct::Page{ 69645960: output_path=>/node/418/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/418/index.md, layout=>refresh }, "/node/419/index.html"=>Awestruct::Page{ 69843040: output_path=>/node/419/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/419/index.md, layout=>refresh }, "/node/420/index.html"=>Awestruct::Page{ 70203900: output_path=>/node/420/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/420/index.md, layout=>refresh }, "/node/421/index.html"=>Awestruct::Page{ 71015340: output_path=>/node/421/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/421/index.md, layout=>refresh }, "/node/422/index.html"=>Awestruct::Page{ 75144540: output_path=>/node/422/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/422/index.md, layout=>refresh }, "/node/423/index.html"=>Awestruct::Page{ 75267840: output_path=>/node/423/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/423/index.md, layout=>refresh }, "/node/424/index.html"=>Awestruct::Page{ 75456720: output_path=>/node/424/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/424/index.md, layout=>refresh }, "/node/425/index.html"=>Awestruct::Page{ 75702900: output_path=>/node/425/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/425/index.md, layout=>refresh }, "/node/426/index.html"=>Awestruct::Page{ 75899900: output_path=>/node/426/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/426/index.md, layout=>refresh }, "/node/427/index.html"=>Awestruct::Page{ 76105100: output_path=>/node/427/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/427/index.md, layout=>refresh }, "/node/428/index.html"=>Awestruct::Page{ 76449540: output_path=>/node/428/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/428/index.md, layout=>refresh }, "/node/429/index.html"=>Awestruct::Page{ 76712100: output_path=>/node/429/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/429/index.md, layout=>refresh }, "/node/430/index.html"=>Awestruct::Page{ 76974680: output_path=>/node/430/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/430/index.md, layout=>refresh }, "/node/431/index.html"=>Awestruct::Page{ 77335540: output_path=>/node/431/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/431/index.md, layout=>refresh }, "/node/432/index.html"=>Awestruct::Page{ 77598100: output_path=>/node/432/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/432/index.md, layout=>refresh }, "/node/433/index.html"=>Awestruct::Page{ 77852500: output_path=>/node/433/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/433/index.md, layout=>refresh }, "/node/435/index.html"=>Awestruct::Page{ 78098680: output_path=>/node/435/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/435/index.md, layout=>refresh }, "/node/436/index.html"=>Awestruct::Page{ 78451400: output_path=>/node/436/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/436/index.md, layout=>refresh }, "/node/437/index.html"=>Awestruct::Page{ 78582220: output_path=>/node/437/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/437/index.md, layout=>refresh }, "/node/439/index.html"=>Awestruct::Page{ 78728220: output_path=>/node/439/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/439/index.md, layout=>refresh }, "/node/440/index.html"=>Awestruct::Page{ 78227320: output_path=>/node/440/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/440/index.md, layout=>refresh }, "/node/441/index.html"=>Awestruct::Page{ 79077740: output_path=>/node/441/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/441/index.md, layout=>refresh }, "/node/442/index.html"=>Awestruct::Page{ 79224020: output_path=>/node/442/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/442/index.md, layout=>refresh }, "/node/444/index.html"=>Awestruct::Page{ 77838200: output_path=>/node/444/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/444/index.md, layout=>refresh }, "/node/445/index.html"=>Awestruct::Page{ 77714160: output_path=>/node/445/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/445/index.md, layout=>refresh }, "/node/446/index.html"=>Awestruct::Page{ 77358440: output_path=>/node/446/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/446/index.md, layout=>refresh }, "/node/447/index.html"=>Awestruct::Page{ 77084640: output_path=>/node/447/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/447/index.md, layout=>refresh }, "/node/448/index.html"=>Awestruct::Page{ 76729000: output_path=>/node/448/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/448/index.md, layout=>refresh }, "/node/449/index.html"=>Awestruct::Page{ 76454720: output_path=>/node/449/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/449/index.md, layout=>refresh }, "/node/450/index.html"=>Awestruct::Page{ 76107400: output_path=>/node/450/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/450/index.md, layout=>refresh }, "/node/452/index.html"=>Awestruct::Page{ 75899180: output_path=>/node/452/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/452/index.md, layout=>refresh }, "/node/453/index.html"=>Awestruct::Page{ 75691240: output_path=>/node/453/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/453/index.md, layout=>refresh }, "/node/454/index.html"=>Awestruct::Page{ 75450800: output_path=>/node/454/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/454/index.md, layout=>refresh }, "/node/455/index.html"=>Awestruct::Page{ 75218480: output_path=>/node/455/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/455/index.md, layout=>refresh }, "/node/456/index.html"=>Awestruct::Page{ 74961380: output_path=>/node/456/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/456/index.md, layout=>refresh }, "/node/457/index.html"=>Awestruct::Page{ 70321820: output_path=>/node/457/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/457/index.md, layout=>refresh }, "/node/459/index.html"=>Awestruct::Page{ 70146800: output_path=>/node/459/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/459/index.md, layout=>refresh }, "/node/460/index.html"=>Awestruct::Page{ 69783400: output_path=>/node/460/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/460/index.md, layout=>refresh }, "/node/461/index.html"=>Awestruct::Page{ 69444520: output_path=>/node/461/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/461/index.md, layout=>refresh }, "/node/462/index.html"=>Awestruct::Page{ 69302280: output_path=>/node/462/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/462/index.md, layout=>refresh }, "/node/465/index.html"=>Awestruct::Page{ 69077880: output_path=>/node/465/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/465/index.md, layout=>refresh }, "/node/466/index.html"=>Awestruct::Page{ 68853800: output_path=>/node/466/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/466/index.md, layout=>refresh }, "/node/467/index.html"=>Awestruct::Page{ 68580680: output_path=>/node/467/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/467/index.md, layout=>refresh }, "/node/468/index.html"=>Awestruct::Page{ 68446600: output_path=>/node/468/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/468/index.md, layout=>refresh }, "/node/469/index.html"=>Awestruct::Page{ 68156440: output_path=>/node/469/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/469/index.md, layout=>refresh }, "/node/470/index.html"=>Awestruct::Page{ 67907740: output_path=>/node/470/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/470/index.md, layout=>refresh }, "/node/471/index.html"=>Awestruct::Page{ 67764780: output_path=>/node/471/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/471/index.md, layout=>refresh }, "/node/473/index.html"=>Awestruct::Page{ 67507340: output_path=>/node/473/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/473/index.md, layout=>refresh }, "/node/475/index.html"=>Awestruct::Page{ 67365080: output_path=>/node/475/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/475/index.md, layout=>refresh }, "/node/476/index.html"=>Awestruct::Page{ 67124160: output_path=>/node/476/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/476/index.md, layout=>refresh }, "/node/477/index.html"=>Awestruct::Page{ 66891680: output_path=>/node/477/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/477/index.md, layout=>refresh }, "/node/478/index.html"=>Awestruct::Page{ 66741420: output_path=>/node/478/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/478/index.md, layout=>refresh }, "/node/480/index.html"=>Awestruct::Page{ 66508660: output_path=>/node/480/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/480/index.md, layout=>refresh }, "/node/483/index.html"=>Awestruct::Page{ 66267940: output_path=>/node/483/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/483/index.md, layout=>refresh }, "/node/484/index.html"=>Awestruct::Page{ 66125600: output_path=>/node/484/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/484/index.md, layout=>refresh }, "/node/485/index.html"=>Awestruct::Page{ 65876960: output_path=>/node/485/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/485/index.md, layout=>refresh }, "/node/486/index.html"=>Awestruct::Page{ 65734960: output_path=>/node/486/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/486/index.md, layout=>refresh }, "/node/487/index.html"=>Awestruct::Page{ 65379400: output_path=>/node/487/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/487/index.md, layout=>refresh }, "/node/488/index.html"=>Awestruct::Page{ 65237420: output_path=>/node/488/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/488/index.md, layout=>refresh }, "/node/489/index.html"=>Awestruct::Page{ 64898780: output_path=>/node/489/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/489/index.md, layout=>refresh }, "/node/490/index.html"=>Awestruct::Page{ 64830100: output_path=>/node/490/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/490/index.md, layout=>refresh }, "/node/491/index.html"=>Awestruct::Page{ 64523680: output_path=>/node/491/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/491/index.md, layout=>refresh }, "/node/492/index.html"=>Awestruct::Page{ 64396800: output_path=>/node/492/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/492/index.md, layout=>refresh }, "/node/493/index.html"=>Awestruct::Page{ 64270640: output_path=>/node/493/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/493/index.md, layout=>refresh }, "/node/494/index.html"=>Awestruct::Page{ 64087380: output_path=>/node/494/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/494/index.md, layout=>refresh }, "/node/496/index.html"=>Awestruct::Page{ 63952880: output_path=>/node/496/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/496/index.md, layout=>refresh }, "/node/497/index.html"=>Awestruct::Page{ 63794180: output_path=>/node/497/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/497/index.md, layout=>refresh }, "/node/501/index.html"=>Awestruct::Page{ 63618820: output_path=>/node/501/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/501/index.md, layout=>refresh }, "/node/502/index.html"=>Awestruct::Page{ 55554600: output_path=>/node/502/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/502/index.md, layout=>refresh }, "/node/503/index.html"=>Awestruct::Page{ 60368660: output_path=>/node/503/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/503/index.md, layout=>refresh }, "/node/504/index.html"=>Awestruct::Page{ 59668800: output_path=>/node/504/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/504/index.md, layout=>refresh }, "/node/505/index.html"=>Awestruct::Page{ 59084080: output_path=>/node/505/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/505/index.md, layout=>refresh }, "/node/506/index.html"=>Awestruct::Page{ 58491160: output_path=>/node/506/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/506/index.md, layout=>refresh }, "/node/507/index.html"=>Awestruct::Page{ 57882320: output_path=>/node/507/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/507/index.md, layout=>refresh }, "/node/508/index.html"=>Awestruct::Page{ 57199760: output_path=>/node/508/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/508/index.md, layout=>refresh }, "/node/510/index.html"=>Awestruct::Page{ 56058560: output_path=>/node/510/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/510/index.md, layout=>refresh }, "/node/511/index.html"=>Awestruct::Page{ 59356880: output_path=>/node/511/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/511/index.md, layout=>refresh }, "/node/512/index.html"=>Awestruct::Page{ 57346440: output_path=>/node/512/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/512/index.md, layout=>refresh }, "/node/513/index.html"=>Awestruct::Page{ 79388620: output_path=>/node/513/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/513/index.md, layout=>refresh }, "/node/514/index.html"=>Awestruct::Page{ 79008780: output_path=>/node/514/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/514/index.md, layout=>refresh }, "/node/515/index.html"=>Awestruct::Page{ 78745260: output_path=>/node/515/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/515/index.md, layout=>refresh }, "/node/516/index.html"=>Awestruct::Page{ 78358220: output_path=>/node/516/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/516/index.md, layout=>refresh }, "/node/517/index.html"=>Awestruct::Page{ 77987580: output_path=>/node/517/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/517/index.md, layout=>refresh }, "/node/518/index.html"=>Awestruct::Page{ 77626140: output_path=>/node/518/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/518/index.md, layout=>refresh }, "/node/519/index.html"=>Awestruct::Page{ 77255340: output_path=>/node/519/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/519/index.md, layout=>refresh }, "/node/520/index.html"=>Awestruct::Page{ 76991500: output_path=>/node/520/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/520/index.md, layout=>refresh }, "/node/524/index.html"=>Awestruct::Page{ 76613100: output_path=>/node/524/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/524/index.md, layout=>refresh }, "/node/525/index.html"=>Awestruct::Page{ 76243000: output_path=>/node/525/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/525/index.md, layout=>refresh }, "/node/526/index.html"=>Awestruct::Page{ 76040520: output_path=>/node/526/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/526/index.md, layout=>refresh }, "/node/527/index.html"=>Awestruct::Page{ 75678600: output_path=>/node/527/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/527/index.md, layout=>refresh }, "/node/528/index.html"=>Awestruct::Page{ 75365520: output_path=>/node/528/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/528/index.md, layout=>refresh }, "/node/529/index.html"=>Awestruct::Page{ 75078080: output_path=>/node/529/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/529/index.md, layout=>refresh }, "/node/532/index.html"=>Awestruct::Page{ 74814200: output_path=>/node/532/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/532/index.md, layout=>refresh }, "/node/535/index.html"=>Awestruct::Page{ 74720860: output_path=>/node/535/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/535/index.md, layout=>refresh }, "/node/536/index.html"=>Awestruct::Page{ 74620840: output_path=>/node/536/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/536/index.md, layout=>refresh }, "/node/538/index.html"=>Awestruct::Page{ 74528360: output_path=>/node/538/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/538/index.md, layout=>refresh }, "/node/540/index.html"=>Awestruct::Page{ 74435880: output_path=>/node/540/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/540/index.md, layout=>refresh }, "/node/541/index.html"=>Awestruct::Page{ 74335520: output_path=>/node/541/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/541/index.md, layout=>refresh }, "/node/544/index.html"=>Awestruct::Page{ 74251580: output_path=>/node/544/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/544/index.md, layout=>refresh }, "/node/546/index.html"=>Awestruct::Page{ 74142540: output_path=>/node/546/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/546/index.md, layout=>refresh }, "/node/548/index.html"=>Awestruct::Page{ 74050820: output_path=>/node/548/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/548/index.md, layout=>refresh }, "/node/550/index.html"=>Awestruct::Page{ 73950700: output_path=>/node/550/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/550/index.md, layout=>refresh }, "/node/552/index.html"=>Awestruct::Page{ 73850080: output_path=>/node/552/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/552/index.md, layout=>refresh }, "/node/557/index.html"=>Awestruct::Page{ 73757400: output_path=>/node/557/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/557/index.md, layout=>refresh }, "/node/560/index.html"=>Awestruct::Page{ 73665480: output_path=>/node/560/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/560/index.md, layout=>refresh }, "/node/562/index.html"=>Awestruct::Page{ 73565120: output_path=>/node/562/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/562/index.md, layout=>refresh }, "/node/564/index.html"=>Awestruct::Page{ 73472580: output_path=>/node/564/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/564/index.md, layout=>refresh }, "/node/566/index.html"=>Awestruct::Page{ 73388500: output_path=>/node/566/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/566/index.md, layout=>refresh }, "/node/568/index.html"=>Awestruct::Page{ 73280380: output_path=>/node/568/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/568/index.md, layout=>refresh }, "/node/570/index.html"=>Awestruct::Page{ 73179440: output_path=>/node/570/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/570/index.md, layout=>refresh }, "/node/573/index.html"=>Awestruct::Page{ 73078760: output_path=>/node/573/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/573/index.md, layout=>refresh }, "/node/574/index.html"=>Awestruct::Page{ 72986560: output_path=>/node/574/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/574/index.md, layout=>refresh }, "/node/575/index.html"=>Awestruct::Page{ 72894420: output_path=>/node/575/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/575/index.md, layout=>refresh }, "/node/583/index.html"=>Awestruct::Page{ 72793540: output_path=>/node/583/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/583/index.md, layout=>refresh }, "/node/585/index.html"=>Awestruct::Page{ 72693360: output_path=>/node/585/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/585/index.md, layout=>refresh }, "/node/588/index.html"=>Awestruct::Page{ 72601460: output_path=>/node/588/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/588/index.md, layout=>refresh }, "/node/589/index.html"=>Awestruct::Page{ 72509080: output_path=>/node/589/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/589/index.md, layout=>refresh }, "/node/590/index.html"=>Awestruct::Page{ 72408200: output_path=>/node/590/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/590/index.md, layout=>refresh }, "/node/592/index.html"=>Awestruct::Page{ 72315580: output_path=>/node/592/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/592/index.md, layout=>refresh }, "/node/594/index.html"=>Awestruct::Page{ 72215180: output_path=>/node/594/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/594/index.md, layout=>refresh }, "/node/595/index.html"=>Awestruct::Page{ 72123040: output_path=>/node/595/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/595/index.md, layout=>refresh }, "/node/596/index.html"=>Awestruct::Page{ 72030420: output_path=>/node/596/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/596/index.md, layout=>refresh }, "/node/597/index.html"=>Awestruct::Page{ 71922580: output_path=>/node/597/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/597/index.md, layout=>refresh }, "/node/599/index.html"=>Awestruct::Page{ 71813320: output_path=>/node/599/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/599/index.md, layout=>refresh }, "/node/600/index.html"=>Awestruct::Page{ 71721640: output_path=>/node/600/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/600/index.md, layout=>refresh }, "/node/601/index.html"=>Awestruct::Page{ 71620920: output_path=>/node/601/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/601/index.md, layout=>refresh }, "/node/603/index.html"=>Awestruct::Page{ 71528240: output_path=>/node/603/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/603/index.md, layout=>refresh }, "/node/605/index.html"=>Awestruct::Page{ 71435380: output_path=>/node/605/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/605/index.md, layout=>refresh }, "/node/606/index.html"=>Awestruct::Page{ 71335180: output_path=>/node/606/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/606/index.md, layout=>refresh }, "/node/608/index.html"=>Awestruct::Page{ 71242300: output_path=>/node/608/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/608/index.md, layout=>refresh }, "/node/609/index.html"=>Awestruct::Page{ 71142140: output_path=>/node/609/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/609/index.md, layout=>refresh }, "/node/612/index.html"=>Awestruct::Page{ 71049380: output_path=>/node/612/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/612/index.md, layout=>refresh }, "/node/615/index.html"=>Awestruct::Page{ 70843400: output_path=>/node/615/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/615/index.md, layout=>refresh }, "/node/620/index.html"=>Awestruct::Page{ 70734340: output_path=>/node/620/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/620/index.md, layout=>refresh }, "/node/621/index.html"=>Awestruct::Page{ 70642180: output_path=>/node/621/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/621/index.md, layout=>refresh }, "/node/622/index.html"=>Awestruct::Page{ 70550000: output_path=>/node/622/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/622/index.md, layout=>refresh }, "/node/623/index.html"=>Awestruct::Page{ 70449060: output_path=>/node/623/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/623/index.md, layout=>refresh }, "/node/625/index.html"=>Awestruct::Page{ 70348220: output_path=>/node/625/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/625/index.md, layout=>refresh }, "/node/626/index.html"=>Awestruct::Page{ 70035340: output_path=>/node/626/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/626/index.md, layout=>refresh }, "/node/627/index.html"=>Awestruct::Page{ 69934240: output_path=>/node/627/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/627/index.md, layout=>refresh }, "/node/629/index.html"=>Awestruct::Page{ 69703380: output_path=>/node/629/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/629/index.md, layout=>refresh }, "/node/631/index.html"=>Awestruct::Page{ 69399600: output_path=>/node/631/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/631/index.md, layout=>refresh }, "/node/632/index.html"=>Awestruct::Page{ 69005040: output_path=>/node/632/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/632/index.md, layout=>refresh }, "/node/634/index.html"=>Awestruct::Page{ 68659800: output_path=>/node/634/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/634/index.md, layout=>refresh }, "/node/635/index.html"=>Awestruct::Page{ 68347300: output_path=>/node/635/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/635/index.md, layout=>refresh }, "/node/636/index.html"=>Awestruct::Page{ 68018960: output_path=>/node/636/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/636/index.md, layout=>refresh }, "/node/637/index.html"=>Awestruct::Page{ 67583880: output_path=>/node/637/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/637/index.md, layout=>refresh }, "/node/638/index.html"=>Awestruct::Page{ 67197480: output_path=>/node/638/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/638/index.md, layout=>refresh }, "/node/639/index.html"=>Awestruct::Page{ 66926020: output_path=>/node/639/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/639/index.md, layout=>refresh }, "/node/640/index.html"=>Awestruct::Page{ 66498940: output_path=>/node/640/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/640/index.md, layout=>refresh }, "/node/641/index.html"=>Awestruct::Page{ 66096400: output_path=>/node/641/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/641/index.md, layout=>refresh }, "/node/642/index.html"=>Awestruct::Page{ 65775860: output_path=>/node/642/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/642/index.md, layout=>refresh }, "/node/643/index.html"=>Awestruct::Page{ 65062320: output_path=>/node/643/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/643/index.md, layout=>refresh }, "/node/644/index.html"=>Awestruct::Page{ 64479500: output_path=>/node/644/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/644/index.md, layout=>refresh }, "/node/645/index.html"=>Awestruct::Page{ 63831720: output_path=>/node/645/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/645/index.md, layout=>refresh }, "/node/647/index.html"=>Awestruct::Page{ 55548840: output_path=>/node/647/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/647/index.md, layout=>refresh }, "/node/648/index.html"=>Awestruct::Page{ 60463940: output_path=>/node/648/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/648/index.md, layout=>refresh }, "/node/649/index.html"=>Awestruct::Page{ 59972820: output_path=>/node/649/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/649/index.md, layout=>refresh }, "/node/651/index.html"=>Awestruct::Page{ 59473540: output_path=>/node/651/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/651/index.md, layout=>refresh }, "/node/652/index.html"=>Awestruct::Page{ 59048000: output_path=>/node/652/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/652/index.md, layout=>refresh }, "/node/653/index.html"=>Awestruct::Page{ 58532360: output_path=>/node/653/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/653/index.md, layout=>refresh }, "/node/654/index.html"=>Awestruct::Page{ 58180500: output_path=>/node/654/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/654/index.md, layout=>refresh }, "/node/655/index.html"=>Awestruct::Page{ 57222440: output_path=>/node/655/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/655/index.md, layout=>refresh }, "/node/656/index.html"=>Awestruct::Page{ 57083580: output_path=>/node/656/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/656/index.md, layout=>refresh }, "/node/658/index.html"=>Awestruct::Page{ 56289420: output_path=>/node/658/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/658/index.md, layout=>refresh }, "/node/660/index.html"=>Awestruct::Page{ 60033580: output_path=>/node/660/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/660/index.md, layout=>refresh }, "/node/661/index.html"=>Awestruct::Page{ 58518460: output_path=>/node/661/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/661/index.md, layout=>refresh }, "/node/663/index.html"=>Awestruct::Page{ 57077100: output_path=>/node/663/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/663/index.md, layout=>refresh }, "/participate/code/index.html"=>Awestruct::Page{ 57745040: output_path=>/participate/code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/code.adoc, layout=>simplepage }, "/participate/index.html"=>Awestruct::Page{ 55838360: output_path=>/participate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/index.html.haml, layout=>simplepage }, "/pipeline/getting-started-pipelines/index.html"=>Awestruct::Page{ 54702980: output_path=>/pipeline/getting-started-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/pipeline/getting-started-pipelines.adoc, layout=>simplepage }, "/plugins/index.html"=>Awestruct::Page{ 52610620: output_path=>/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/plugins.html.haml, layout=>default }, "/podcast.xml"=>Awestruct::Page{ 40892180: output_path=>/podcast.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/podcast.xml, layout=> }, "/press/index.html"=>Awestruct::Page{ 40780060: output_path=>/press/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/press.adoc, layout=>simplepage }, "/projects/blueocean/index.html"=>Awestruct::Page{ 40033080: output_path=>/projects/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/blueocean.adoc, layout=>project }, "/projects/gsoc/index.html"=>Awestruct::Page{ 39444200: output_path=>/projects/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/gsoc.adoc, layout=>project }, "/projects/index.html"=>Awestruct::Page{ 38787300: output_path=>/projects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/index.adoc, layout=>project }, "/projects/infrastructure/ircbot/index.html"=>Awestruct::Page{ 38275060: output_path=>/projects/infrastructure/ircbot/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure/ircbot.adoc, layout=>simplepage }, "/projects/infrastructure/index.html"=>Awestruct::Page{ 38011660: output_path=>/projects/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure.adoc, layout=>project }, "/projects/jam/suggest/index.html"=>Awestruct::Page{ 37771280: output_path=>/projects/jam/suggest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam/suggest.html.haml, layout=>simplepage }, "/projects/jam/index.html"=>Awestruct::Page{ 37376420: output_path=>/projects/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam.adoc, layout=>project }, "/rc/index.html"=>Awestruct::Page{ 36515700: output_path=>/rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/rc/index.md, layout=>refresh }, "/redirect/find-jenkins-logs/index.html"=>Awestruct::Page{ 36146980: output_path=>/redirect/find-jenkins-logs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/find-jenkins-logs.adoc, layout=>refresh }, "/redirect/hangout/index.html"=>Awestruct::Page{ 35729660: output_path=>/redirect/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/hangout.adoc, layout=>refresh }, "/redirect/securing-jenkins/index.html"=>Awestruct::Page{ 35298160: output_path=>/redirect/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/securing-jenkins.adoc, layout=>refresh }, "/redirect/security-144/index.html"=>Awestruct::Page{ 31140700: output_path=>/redirect/security-144/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/security-144.adoc, layout=>refresh }, "/security/index.html"=>Awestruct::Page{ 30939220: output_path=>/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/security.adoc, layout=>simplepage }, "/sites/default/files/.htaccess"=>Awestruct::Page{ 30075100: output_path=>/sites/default/files/.htaccess, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/.htaccess, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png"=>Awestruct::Page{ 29996620: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar.png"=>Awestruct::Page{ 29980220: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-footer.png"=>Awestruct::Page{ 29955840: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-footer.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-footer.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-header.png"=>Awestruct::Page{ 29940360: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png"=>Awestruct::Page{ 29911960: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar.png"=>Awestruct::Page{ 29890740: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-menu.png"=>Awestruct::Page{ 29863960: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-menu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-menu.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-title.png"=>Awestruct::Page{ 29839020: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-title.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-title.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-wall.png"=>Awestruct::Page{ 29795620: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-wall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-wall.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-bl.png"=>Awestruct::Page{ 29751760: output_path=>/sites/default/files/color/pixture-8dd9a227/block-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-br.png"=>Awestruct::Page{ 29730800: output_path=>/sites/default/files/color/pixture-8dd9a227/block-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tl.png"=>Awestruct::Page{ 29700560: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tr.png"=>Awestruct::Page{ 29668980: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button-o.gif"=>Awestruct::Page{ 29605120: output_path=>/sites/default/files/color/pixture-8dd9a227/button-o.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button-o.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button.gif"=>Awestruct::Page{ 29540480: output_path=>/sites/default/files/color/pixture-8dd9a227/button.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/header.png"=>Awestruct::Page{ 29480040: output_path=>/sites/default/files/color/pixture-8dd9a227/header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/logo.png"=>Awestruct::Page{ 29433160: output_path=>/sites/default/files/color/pixture-8dd9a227/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/logo.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif"=>Awestruct::Page{ 29367680: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif"=>Awestruct::Page{ 29305340: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif"=>Awestruct::Page{ 29231500: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/screenshot.png"=>Awestruct::Page{ 29169100: output_path=>/sites/default/files/color/pixture-8dd9a227/screenshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/screenshot.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-bl.png"=>Awestruct::Page{ 29120800: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-br.png"=>Awestruct::Page{ 29026400: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tl.png"=>Awestruct::Page{ 28994280: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tr.png"=>Awestruct::Page{ 28861160: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/style.css"=>Awestruct::Page{ 28759900: output_path=>/sites/default/files/color/pixture-8dd9a227/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/style.css, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif"=>Awestruct::Page{ 28726780: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif"=>Awestruct::Page{ 28674440: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-br.gif"=>Awestruct::Page{ 28596500: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif"=>Awestruct::Page{ 28576860: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif"=>Awestruct::Page{ 28556500: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif"=>Awestruct::Page{ 24945740: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif"=>Awestruct::Page{ 24701800: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif"=>Awestruct::Page{ 24639720: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, layout=> }, "/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css"=>Awestruct::Page{ 24488280: output_path=>/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, layout=> }, "/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css"=>Awestruct::Page{ 24431180: output_path=>/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, layout=> }, "/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css"=>Awestruct::Page{ 24370300: output_path=>/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, layout=> }, "/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css"=>Awestruct::Page{ 24234120: output_path=>/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, layout=> }, "/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css"=>Awestruct::Page{ 24208300: output_path=>/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, layout=> }, "/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css"=>Awestruct::Page{ 24125880: output_path=>/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, layout=> }, "/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css"=>Awestruct::Page{ 23989680: output_path=>/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, layout=> }, "/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css"=>Awestruct::Page{ 23880720: output_path=>/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, layout=> }, "/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css"=>Awestruct::Page{ 23715720: output_path=>/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, layout=> }, "/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css"=>Awestruct::Page{ 23656320: output_path=>/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, layout=> }, "/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css"=>Awestruct::Page{ 23565140: output_path=>/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, layout=> }, "/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css"=>Awestruct::Page{ 23478120: output_path=>/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, layout=> }, "/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css"=>Awestruct::Page{ 23372320: output_path=>/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, layout=> }, "/sites/default/files/favicon.png"=>Awestruct::Page{ 23235000: output_path=>/sites/default/files/favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/favicon.png, layout=> }, "/sites/default/files/gift.png"=>Awestruct::Page{ 23043740: output_path=>/sites/default/files/gift.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gift.png, layout=> }, "/sites/default/files/gliffy.png"=>Awestruct::Page{ 21536960: output_path=>/sites/default/files/gliffy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gliffy.png, layout=> }, "/sites/default/files/googleanalytics/ga.js"=>Awestruct::Page{ 21302680: output_path=>/sites/default/files/googleanalytics/ga.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/googleanalytics/ga.js, layout=> }, "/sites/default/files/hudson-mobi-appstore1.png"=>Awestruct::Page{ 20585280: output_path=>/sites/default/files/hudson-mobi-appstore1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudson-mobi-appstore1.png, layout=> }, "/sites/default/files/hudsonmobi-joblist.png"=>Awestruct::Page{ 20018700: output_path=>/sites/default/files/hudsonmobi-joblist.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-joblist.png, layout=> }, "/sites/default/files/hudsonmobi-qr.png"=>Awestruct::Page{ 19857980: output_path=>/sites/default/files/hudsonmobi-qr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr.png, layout=> }, "/sites/default/files/hudsonmobi-qr_0.png"=>Awestruct::Page{ 19793920: output_path=>/sites/default/files/hudsonmobi-qr_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr_0.png, layout=> }, "/sites/default/files/hudsonmobi-v2-0-android1.png"=>Awestruct::Page{ 19738280: output_path=>/sites/default/files/hudsonmobi-v2-0-android1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-v2-0-android1.png, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.jpg"=>Awestruct::Page{ 19253420: output_path=>/sites/default/files/images/01-01-1130-phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.jpg, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg"=>Awestruct::Page{ 18353460: output_path=>/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.jpg"=>Awestruct::Page{ 18227320: output_path=>/sites/default/files/images/01-01-1400-vilim_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg"=>Awestruct::Page{ 51055720: output_path=>/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.jpg"=>Awestruct::Page{ 53677880: output_path=>/sites/default/files/images/01-01-1600-soula_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg"=>Awestruct::Page{ 53334420: output_path=>/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.jpg"=>Awestruct::Page{ 53711980: output_path=>/sites/default/files/images/01-02-1030-dang_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg"=>Awestruct::Page{ 53565140: output_path=>/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.png"=>Awestruct::Page{ 52754880: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.png, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png"=>Awestruct::Page{ 51780640: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.jpg"=>Awestruct::Page{ 52100860: output_path=>/sites/default/files/images/01-02-1615-hobson_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.jpg, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg"=>Awestruct::Page{ 52093320: output_path=>/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.jpg"=>Awestruct::Page{ 53372000: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg"=>Awestruct::Page{ 53257920: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/DSC00105.JPG"=>Awestruct::Page{ 53750180: output_path=>/sites/default/files/images/DSC00105.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.JPG, layout=> }, "/sites/default/files/images/DSC00105.preview.JPG"=>Awestruct::Page{ 54070280: output_path=>/sites/default/files/images/DSC00105.preview.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.preview.JPG, layout=> }, "/sites/default/files/images/DSC00105.thumbnail.JPG"=>Awestruct::Page{ 53636700: output_path=>/sites/default/files/images/DSC00105.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.thumbnail.JPG, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.jpg"=>Awestruct::Page{ 52171060: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.jpg, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg"=>Awestruct::Page{ 53441440: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.png"=>Awestruct::Page{ 53458560: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.png, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png"=>Awestruct::Page{ 51960020: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, layout=> }, "/sites/default/files/images/Forest_Handford.jpg"=>Awestruct::Page{ 51977140: output_path=>/sites/default/files/images/Forest_Handford.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.preview.jpg"=>Awestruct::Page{ 53198360: output_path=>/sites/default/files/images/Forest_Handford.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.thumbnail.jpg"=>Awestruct::Page{ 53190820: output_path=>/sites/default/files/images/Forest_Handford.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.thumbnail.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.jpg"=>Awestruct::Page{ 53199760: output_path=>/sites/default/files/images/Forest_Handford_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.preview.jpg"=>Awestruct::Page{ 54633980: output_path=>/sites/default/files/images/Forest_Handford_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.thumbnail.jpg"=>Awestruct::Page{ 54642780: output_path=>/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Hudson_coatofarms.gif"=>Awestruct::Page{ 51571500: output_path=>/sites/default/files/images/Hudson_coatofarms.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.gif, layout=> }, "/sites/default/files/images/Hudson_coatofarms.thumbnail.gif"=>Awestruct::Page{ 51588480: output_path=>/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, layout=> }, "/sites/default/files/images/IMAG0786.jpg"=>Awestruct::Page{ 51597400: output_path=>/sites/default/files/images/IMAG0786.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.jpg, layout=> }, "/sites/default/files/images/IMAG0786.thumbnail.jpg"=>Awestruct::Page{ 51606220: output_path=>/sites/default/files/images/IMAG0786.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.thumbnail.jpg, layout=> }, "/sites/default/files/images/IMG_0199.JPG"=>Awestruct::Page{ 53982640: output_path=>/sites/default/files/images/IMG_0199.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.JPG, layout=> }, "/sites/default/files/images/IMG_0199.thumbnail.JPG"=>Awestruct::Page{ 53991440: output_path=>/sites/default/files/images/IMG_0199.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.thumbnail.JPG, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.png"=>Awestruct::Page{ 54000360: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.png, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png"=>Awestruct::Page{ 54017360: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.jpg"=>Awestruct::Page{ 54009940: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg"=>Awestruct::Page{ 54018760: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg"=>Awestruct::Page{ 54027560: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.png"=>Awestruct::Page{ 54323200: output_path=>/sites/default/files/images/JUC-boston-sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.preview.png"=>Awestruct::Page{ 54332000: output_path=>/sites/default/files/images/JUC-boston-sponsors.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.preview.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.thumbnail.png"=>Awestruct::Page{ 54340800: output_path=>/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png"=>Awestruct::Page{ 54357920: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png"=>Awestruct::Page{ 54366720: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png"=>Awestruct::Page{ 54375520: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-updated.jpg"=>Awestruct::Page{ 54392640: output_path=>/sites/default/files/images/JUC_940-updated.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.preview.jpg"=>Awestruct::Page{ 54401440: output_path=>/sites/default/files/images/JUC_940-updated.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.preview.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.thumbnail.jpg"=>Awestruct::Page{ 54410240: output_path=>/sites/default/files/images/JUC_940-updated.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.thumbnail.jpg, layout=> }, "/sites/default/files/images/JavaOne.png"=>Awestruct::Page{ 53878500: output_path=>/sites/default/files/images/JavaOne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.png, layout=> }, "/sites/default/files/images/JavaOne.thumbnail.png"=>Awestruct::Page{ 53870960: output_path=>/sites/default/files/images/JavaOne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.thumbnail.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.png"=>Awestruct::Page{ 53879880: output_path=>/sites/default/files/images/Jenkins_Butler_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.thumbnail.png"=>Awestruct::Page{ 53888680: output_path=>/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, layout=> }, "/sites/default/files/images/Kandler_0.jpg"=>Awestruct::Page{ 53905800: output_path=>/sites/default/files/images/Kandler_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.jpg, layout=> }, "/sites/default/files/images/Kandler_0.thumbnail.jpg"=>Awestruct::Page{ 53914600: output_path=>/sites/default/files/images/Kandler_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/OMeara_0.jpg"=>Awestruct::Page{ 53923520: output_path=>/sites/default/files/images/OMeara_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.jpg, layout=> }, "/sites/default/files/images/OMeara_0.thumbnail.jpg"=>Awestruct::Page{ 53940520: output_path=>/sites/default/files/images/OMeara_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.jpg"=>Awestruct::Page{ 53949440: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg"=>Awestruct::Page{ 54998620: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png"=>Awestruct::Page{ 55015500: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png"=>Awestruct::Page{ 55024080: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.png"=>Awestruct::Page{ 55033000: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png"=>Awestruct::Page{ 55050000: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.png"=>Awestruct::Page{ 55042580: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png"=>Awestruct::Page{ 55051380: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, layout=> }, "/sites/default/files/images/alyssa.jpg"=>Awestruct::Page{ 55060300: output_path=>/sites/default/files/images/alyssa.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.jpg, layout=> }, "/sites/default/files/images/alyssa.thumbnail.jpg"=>Awestruct::Page{ 55077300: output_path=>/sites/default/files/images/alyssa.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.thumbnail.jpg, layout=> }, "/sites/default/files/images/banner940.jpg"=>Awestruct::Page{ 55086240: output_path=>/sites/default/files/images/banner940.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.jpg, layout=> }, "/sites/default/files/images/banner940.preview.jpg"=>Awestruct::Page{ 54693640: output_path=>/sites/default/files/images/banner940.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.preview.jpg, layout=> }, "/sites/default/files/images/banner940.thumbnail.jpg"=>Awestruct::Page{ 54710640: output_path=>/sites/default/files/images/banner940.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.thumbnail.jpg, layout=> }, "/sites/default/files/images/bitExpert-logo_0.png"=>Awestruct::Page{ 54719580: output_path=>/sites/default/files/images/bitExpert-logo_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.png, layout=> }, "/sites/default/files/images/bitExpert-logo_0.thumbnail.png"=>Awestruct::Page{ 54728380: output_path=>/sites/default/files/images/bitExpert-logo_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.thumbnail.png, layout=> }, "/sites/default/files/images/butler-kk-gk_0.jpg"=>Awestruct::Page{ 54745480: output_path=>/sites/default/files/images/butler-kk-gk_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.jpg, layout=> }, "/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg"=>Awestruct::Page{ 54754280: output_path=>/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/butler.png"=>Awestruct::Page{ 54763220: output_path=>/sites/default/files/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler.png, layout=> }, "/sites/default/files/images/butler_tiny.png"=>Awestruct::Page{ 54755800: output_path=>/sites/default/files/images/butler_tiny.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler_tiny.png, layout=> }, "/sites/default/files/images/cadet_0.jpg"=>Awestruct::Page{ 54772920: output_path=>/sites/default/files/images/cadet_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.jpg, layout=> }, "/sites/default/files/images/cadet_0.thumbnail.jpg"=>Awestruct::Page{ 54781720: output_path=>/sites/default/files/images/cadet_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cb_0.png"=>Awestruct::Page{ 54790640: output_path=>/sites/default/files/images/cb_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.png, layout=> }, "/sites/default/files/images/cb_0.thumbnail.png"=>Awestruct::Page{ 54840420: output_path=>/sites/default/files/images/cb_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.thumbnail.png, layout=> }, "/sites/default/files/images/christou.jpg"=>Awestruct::Page{ 54849340: output_path=>/sites/default/files/images/christou.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.jpg, layout=> }, "/sites/default/files/images/christou.thumbnail.jpg"=>Awestruct::Page{ 54858140: output_path=>/sites/default/files/images/christou.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.thumbnail.jpg, layout=> }, "/sites/default/files/images/chrome_extension_success.png"=>Awestruct::Page{ 54875260: output_path=>/sites/default/files/images/chrome_extension_success.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.png, layout=> }, "/sites/default/files/images/chrome_extension_success.thumbnail.png"=>Awestruct::Page{ 54884080: output_path=>/sites/default/files/images/chrome_extension_success.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.thumbnail.png, layout=> }, "/sites/default/files/images/cisneros_0.jpg"=>Awestruct::Page{ 54893000: output_path=>/sites/default/files/images/cisneros_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.jpg, layout=> }, "/sites/default/files/images/cisneros_0.preview.jpg"=>Awestruct::Page{ 54909980: output_path=>/sites/default/files/images/cisneros_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.preview.jpg, layout=> }, "/sites/default/files/images/cisneros_0.thumbnail.jpg"=>Awestruct::Page{ 54918780: output_path=>/sites/default/files/images/cisneros_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cph2015.jpeg"=>Awestruct::Page{ 54911360: output_path=>/sites/default/files/images/cph2015.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.jpeg, layout=> }, "/sites/default/files/images/cph2015.preview.jpeg"=>Awestruct::Page{ 54920180: output_path=>/sites/default/files/images/cph2015.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.preview.jpeg, layout=> }, "/sites/default/files/images/cph2015.thumbnail.jpeg"=>Awestruct::Page{ 54937180: output_path=>/sites/default/files/images/cph2015.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.thumbnail.jpeg, layout=> }, "/sites/default/files/images/create-item.png"=>Awestruct::Page{ 54946100: output_path=>/sites/default/files/images/create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.png, layout=> }, "/sites/default/files/images/create-item.preview.png"=>Awestruct::Page{ 54954900: output_path=>/sites/default/files/images/create-item.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.preview.png, layout=> }, "/sites/default/files/images/create-item.thumbnail.png"=>Awestruct::Page{ 54119940: output_path=>/sites/default/files/images/create-item.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.thumbnail.png, layout=> }, "/sites/default/files/images/create-item_580.jpg"=>Awestruct::Page{ 54128860: output_path=>/sites/default/files/images/create-item_580.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.jpg, layout=> }, "/sites/default/files/images/create-item_580.thumbnail.jpg"=>Awestruct::Page{ 54137660: output_path=>/sites/default/files/images/create-item_580.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.thumbnail.jpg, layout=> }, "/sites/default/files/images/current.png"=>Awestruct::Page{ 54154780: output_path=>/sites/default/files/images/current.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.png, layout=> }, "/sites/default/files/images/current.preview.png"=>Awestruct::Page{ 54163580: output_path=>/sites/default/files/images/current.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.preview.png, layout=> }, "/sites/default/files/images/current.thumbnail.png"=>Awestruct::Page{ 54172380: output_path=>/sites/default/files/images/current.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.thumbnail.png, layout=> }, "/sites/default/files/images/dc_0.jpg"=>Awestruct::Page{ 54189500: output_path=>/sites/default/files/images/dc_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.jpg, layout=> }, "/sites/default/files/images/dc_0.thumbnail.jpg"=>Awestruct::Page{ 54181960: output_path=>/sites/default/files/images/dc_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.jpg"=>Awestruct::Page{ 54190880: output_path=>/sites/default/files/images/dcoraboeuf_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.preview.jpg"=>Awestruct::Page{ 54199680: output_path=>/sites/default/files/images/dcoraboeuf_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.preview.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg"=>Awestruct::Page{ 54216680: output_path=>/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/delphix_logo_color_0.png"=>Awestruct::Page{ 54225620: output_path=>/sites/default/files/images/delphix_logo_color_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.png, layout=> }, "/sites/default/files/images/delphix_logo_color_0.thumbnail.png"=>Awestruct::Page{ 54234420: output_path=>/sites/default/files/images/delphix_logo_color_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.thumbnail.png, layout=> }, "/sites/default/files/images/developer.gif"=>Awestruct::Page{ 54251520: output_path=>/sites/default/files/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/developer.gif, layout=> }, "/sites/default/files/images/digg-logo.png"=>Awestruct::Page{ 54260440: output_path=>/sites/default/files/images/digg-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.png, layout=> }, "/sites/default/files/images/digg-logo.thumbnail.png"=>Awestruct::Page{ 54269260: output_path=>/sites/default/files/images/digg-logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.thumbnail.png, layout=> }, "/sites/default/files/images/docker-hack-day_0.jpg"=>Awestruct::Page{ 54286380: output_path=>/sites/default/files/images/docker-hack-day_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.preview.jpg"=>Awestruct::Page{ 54295180: output_path=>/sites/default/files/images/docker-hack-day_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.preview.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.thumbnail.jpg"=>Awestruct::Page{ 54303980: output_path=>/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/fosdem.png"=>Awestruct::Page{ 55132120: output_path=>/sites/default/files/images/fosdem.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.png, layout=> }, "/sites/default/files/images/fosdem.thumbnail.png"=>Awestruct::Page{ 55124580: output_path=>/sites/default/files/images/fosdem.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.thumbnail.png, layout=> }, "/sites/default/files/images/freebsd.png"=>Awestruct::Page{ 55133500: output_path=>/sites/default/files/images/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/freebsd.png, layout=> }, "/sites/default/files/images/gradle_logo.gif"=>Awestruct::Page{ 55142420: output_path=>/sites/default/files/images/gradle_logo.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.gif, layout=> }, "/sites/default/files/images/gradle_logo.thumbnail.gif"=>Awestruct::Page{ 55159420: output_path=>/sites/default/files/images/gradle_logo.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.thumbnail.gif, layout=> }, "/sites/default/files/images/headshot.png"=>Awestruct::Page{ 55168360: output_path=>/sites/default/files/images/headshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/headshot.png, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.jpg"=>Awestruct::Page{ 55177280: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg"=>Awestruct::Page{ 55194260: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg"=>Awestruct::Page{ 55203060: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.jpg"=>Awestruct::Page{ 55212000: output_path=>/sites/default/files/images/history-jenkins_590.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.thumbnail.jpg"=>Awestruct::Page{ 55229000: output_path=>/sites/default/files/images/history-jenkins_590.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.thumbnail.jpg, layout=> }, "/sites/default/files/images/hudson.gif"=>Awestruct::Page{ 55237920: output_path=>/sites/default/files/images/hudson.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.gif, layout=> }, "/sites/default/files/images/hudson.thumbnail.gif"=>Awestruct::Page{ 55246720: output_path=>/sites/default/files/images/hudson.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.thumbnail.gif, layout=> }, "/sites/default/files/images/infoq.png"=>Awestruct::Page{ 55239300: output_path=>/sites/default/files/images/infoq.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.png, layout=> }, "/sites/default/files/images/infoq.preview.png"=>Awestruct::Page{ 55256300: output_path=>/sites/default/files/images/infoq.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.preview.png, layout=> }, "/sites/default/files/images/infoq.thumbnail.png"=>Awestruct::Page{ 55265100: output_path=>/sites/default/files/images/infoq.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.thumbnail.png, layout=> }, "/sites/default/files/images/infradna_black.png"=>Awestruct::Page{ 55274020: output_path=>/sites/default/files/images/infradna_black.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.png, layout=> }, "/sites/default/files/images/infradna_black.thumbnail.png"=>Awestruct::Page{ 55291020: output_path=>/sites/default/files/images/infradna_black.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.jpg"=>Awestruct::Page{ 55299940: output_path=>/sites/default/files/images/jenkins-100k-profile_4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.jpg, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg"=>Awestruct::Page{ 55308740: output_path=>/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, layout=> }, "/sites/default/files/images/jenkins100k_1.jpeg"=>Awestruct::Page{ 55325860: output_path=>/sites/default/files/images/jenkins100k_1.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.preview.jpeg"=>Awestruct::Page{ 55334680: output_path=>/sites/default/files/images/jenkins100k_1.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.preview.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.thumbnail.jpeg"=>Awestruct::Page{ 55343480: output_path=>/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.png"=>Awestruct::Page{ 56826960: output_path=>/sites/default/files/images/jenkins_adrian_moya.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.preview.png"=>Awestruct::Page{ 57507520: output_path=>/sites/default/files/images/jenkins_adrian_moya.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.preview.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.thumbnail.png"=>Awestruct::Page{ 57499980: output_path=>/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.png"=>Awestruct::Page{ 58369060: output_path=>/sites/default/files/images/jenkins_akiko_takano.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.thumbnail.png"=>Awestruct::Page{ 58402440: output_path=>/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.png"=>Awestruct::Page{ 59033960: output_path=>/sites/default/files/images/jenkins_ben_minne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.thumbnail.png"=>Awestruct::Page{ 59845580: output_path=>/sites/default/files/images/jenkins_ben_minne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.png"=>Awestruct::Page{ 55725720: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.preview.png"=>Awestruct::Page{ 56742140: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.preview.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png"=>Awestruct::Page{ 56800100: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.png"=>Awestruct::Page{ 57095760: output_path=>/sites/default/files/images/jenkins_emily_bertelson.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.preview.png"=>Awestruct::Page{ 57399480: output_path=>/sites/default/files/images/jenkins_emily_bertelson.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.preview.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png"=>Awestruct::Page{ 57449240: output_path=>/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.png"=>Awestruct::Page{ 57261560: output_path=>/sites/default/files/images/jenkins_frontside_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.preview.png"=>Awestruct::Page{ 57254020: output_path=>/sites/default/files/images/jenkins_frontside_1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.preview.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.thumbnail.png"=>Awestruct::Page{ 57983720: output_path=>/sites/default/files/images/jenkins_frontside_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.png"=>Awestruct::Page{ 58303940: output_path=>/sites/default/files/images/jenkins_frontside_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.thumbnail.png"=>Awestruct::Page{ 58443820: output_path=>/sites/default/files/images/jenkins_frontside_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.png"=>Awestruct::Page{ 58657540: output_path=>/sites/default/files/images/jenkins_jeremy_murray.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png"=>Awestruct::Page{ 58928480: output_path=>/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.png"=>Awestruct::Page{ 58978380: output_path=>/sites/default/files/images/jenkins_matthias_cullman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.preview.png"=>Awestruct::Page{ 59200180: output_path=>/sites/default/files/images/jenkins_matthias_cullman.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.preview.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png"=>Awestruct::Page{ 59512100: output_path=>/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.png"=>Awestruct::Page{ 59734020: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.preview.png"=>Awestruct::Page{ 59783780: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.preview.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png"=>Awestruct::Page{ 55680200: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.png"=>Awestruct::Page{ 55713700: output_path=>/sites/default/files/images/jenkins_vimil_saju.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.preview.png"=>Awestruct::Page{ 55706160: output_path=>/sites/default/files/images/jenkins_vimil_saju.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.preview.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.thumbnail.png"=>Awestruct::Page{ 55739540: output_path=>/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, layout=> }, "/sites/default/files/images/jfrog-logo.jpg"=>Awestruct::Page{ 56051560: output_path=>/sites/default/files/images/jfrog-logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.jpg, layout=> }, "/sites/default/files/images/jfrog-logo.thumbnail.jpg"=>Awestruct::Page{ 56084940: output_path=>/sites/default/files/images/jfrog-logo.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.thumbnail.jpg, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.png"=>Awestruct::Page{ 56356020: output_path=>/sites/default/files/images/juc-video-thumbnail_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.png, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png"=>Awestruct::Page{ 56422160: output_path=>/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, layout=> }, "/sites/default/files/images/juc2013.jpeg"=>Awestruct::Page{ 56701420: output_path=>/sites/default/files/images/juc2013.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.jpeg, layout=> }, "/sites/default/files/images/juc2013.thumbnail.jpeg"=>Awestruct::Page{ 56734800: output_path=>/sites/default/files/images/juc2013.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.thumbnail.jpeg, layout=> }, "/sites/default/files/images/juc2014-banner-left.png"=>Awestruct::Page{ 56874780: output_path=>/sites/default/files/images/juc2014-banner-left.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.preview.png"=>Awestruct::Page{ 56932740: output_path=>/sites/default/files/images/juc2014-banner-left.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.thumbnail.png"=>Awestruct::Page{ 57048040: output_path=>/sites/default/files/images/juc2014-banner-left.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.png"=>Awestruct::Page{ 57114320: output_path=>/sites/default/files/images/juc2014-banner-left_4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.preview.png"=>Awestruct::Page{ 57106780: output_path=>/sites/default/files/images/juc2014-banner-left_4.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.thumbnail.png"=>Awestruct::Page{ 57189320: output_path=>/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-right.png"=>Awestruct::Page{ 57280160: output_path=>/sites/default/files/images/juc2014-banner-right.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-right.png, layout=> }, "/sites/default/files/images/juc2014.png"=>Awestruct::Page{ 57387380: output_path=>/sites/default/files/images/juc2014.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.png, layout=> }, "/sites/default/files/images/juc2014.preview.png"=>Awestruct::Page{ 57420760: output_path=>/sites/default/files/images/juc2014.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.preview.png, layout=> }, "/sites/default/files/images/juc2014.thumbnail.png"=>Awestruct::Page{ 57462340: output_path=>/sites/default/files/images/juc2014.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.thumbnail.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.png"=>Awestruct::Page{ 57585960: output_path=>/sites/default/files/images/juc2015banner-varlength.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.preview.png"=>Awestruct::Page{ 57234320: output_path=>/sites/default/files/images/juc2015banner-varlength.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.preview.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.thumbnail.png"=>Awestruct::Page{ 57775600: output_path=>/sites/default/files/images/juc2015banner-varlength.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.thumbnail.png, layout=> }, "/sites/default/files/images/jues_0.png"=>Awestruct::Page{ 57850060: output_path=>/sites/default/files/images/jues_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.png, layout=> }, "/sites/default/files/images/jues_0.thumbnail.png"=>Awestruct::Page{ 57932600: output_path=>/sites/default/files/images/jues_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.thumbnail.png, layout=> }, "/sites/default/files/images/loaderio.png"=>Awestruct::Page{ 57974300: output_path=>/sites/default/files/images/loaderio.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.png, layout=> }, "/sites/default/files/images/loaderio.thumbnail.png"=>Awestruct::Page{ 57966760: output_path=>/sites/default/files/images/loaderio.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.thumbnail.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.png"=>Awestruct::Page{ 58090380: output_path=>/sites/default/files/images/logo+title (wob)_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.thumbnail.png"=>Awestruct::Page{ 58123760: output_path=>/sites/default/files/images/logo+title (wob)_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.thumbnail.png, layout=> }, "/sites/default/files/images/logo.png"=>Awestruct::Page{ 58165440: output_path=>/sites/default/files/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.png, layout=> }, "/sites/default/files/images/logo.thumbnail.png"=>Awestruct::Page{ 58288920: output_path=>/sites/default/files/images/logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.thumbnail.png, layout=> }, "/sites/default/files/images/london_0.jpg"=>Awestruct::Page{ 58330600: output_path=>/sites/default/files/images/london_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.jpg, layout=> }, "/sites/default/files/images/london_0.thumbnail.jpg"=>Awestruct::Page{ 57618500: output_path=>/sites/default/files/images/london_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/new.png"=>Awestruct::Page{ 57692960: output_path=>/sites/default/files/images/new.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.png, layout=> }, "/sites/default/files/images/new.preview.png"=>Awestruct::Page{ 58439040: output_path=>/sites/default/files/images/new.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.preview.png, layout=> }, "/sites/default/files/images/new.thumbnail.png"=>Awestruct::Page{ 58480620: output_path=>/sites/default/files/images/new.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.thumbnail.png, layout=> }, "/sites/default/files/images/newjuc2_1.png"=>Awestruct::Page{ 58604240: output_path=>/sites/default/files/images/newjuc2_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.png, layout=> }, "/sites/default/files/images/newjuc2_1.thumbnail.png"=>Awestruct::Page{ 58645820: output_path=>/sites/default/files/images/newjuc2_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.thumbnail.png, layout=> }, "/sites/default/files/images/omeara-pic_0.png"=>Awestruct::Page{ 58638400: output_path=>/sites/default/files/images/omeara-pic_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.png, layout=> }, "/sites/default/files/images/omeara-pic_0.thumbnail.png"=>Awestruct::Page{ 58671780: output_path=>/sites/default/files/images/omeara-pic_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.thumbnail.png, layout=> }, "/sites/default/files/images/opensolaris.png"=>Awestruct::Page{ 58795380: output_path=>/sites/default/files/images/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensolaris.png, layout=> }, "/sites/default/files/images/opensuse.png"=>Awestruct::Page{ 58837060: output_path=>/sites/default/files/images/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensuse.png, layout=> }, "/sites/default/files/images/personal-appeal.png"=>Awestruct::Page{ 58919700: output_path=>/sites/default/files/images/personal-appeal.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.png, layout=> }, "/sites/default/files/images/personal-appeal.thumbnail.png"=>Awestruct::Page{ 58994040: output_path=>/sites/default/files/images/personal-appeal.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.thumbnail.png, layout=> }, "/sites/default/files/images/peru-butler_0.jpeg"=>Awestruct::Page{ 59076700: output_path=>/sites/default/files/images/peru-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/peru-butler_0.jpeg, layout=> }, "/sites/default/files/images/phillips_0.jpg"=>Awestruct::Page{ 59118400: output_path=>/sites/default/files/images/phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.jpg, layout=> }, "/sites/default/files/images/phillips_0.thumbnail.jpg"=>Awestruct::Page{ 59241900: output_path=>/sites/default/files/images/phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/plugin.png"=>Awestruct::Page{ 59283600: output_path=>/sites/default/files/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/plugin.png, layout=> }, "/sites/default/files/images/redhat.png"=>Awestruct::Page{ 59317100: output_path=>/sites/default/files/images/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/redhat.png, layout=> }, "/sites/default/files/images/scientist.gif"=>Awestruct::Page{ 59440700: output_path=>/sites/default/files/images/scientist.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.gif, layout=> }, "/sites/default/files/images/scientist.thumbnail.gif"=>Awestruct::Page{ 59433160: output_path=>/sites/default/files/images/scientist.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.thumbnail.gif, layout=> }, "/sites/default/files/images/smallerme.jpeg"=>Awestruct::Page{ 59474840: output_path=>/sites/default/files/images/smallerme.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.jpeg, layout=> }, "/sites/default/files/images/smallerme.thumbnail.jpeg"=>Awestruct::Page{ 59557360: output_path=>/sites/default/files/images/smallerme.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.thumbnail.jpeg, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.png"=>Awestruct::Page{ 59640000: output_path=>/sites/default/files/images/sponsors-06032015-02_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.png, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png"=>Awestruct::Page{ 59714340: output_path=>/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors2_0.png"=>Awestruct::Page{ 59756040: output_path=>/sites/default/files/images/sponsors2_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.png, layout=> }, "/sites/default/files/images/sponsors2_0.thumbnail.png"=>Awestruct::Page{ 59879540: output_path=>/sites/default/files/images/sponsors2_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors_0.png"=>Awestruct::Page{ 59921240: output_path=>/sites/default/files/images/sponsors_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.png, layout=> }, "/sites/default/files/images/sponsors_0.thumbnail.png"=>Awestruct::Page{ 59962820: output_path=>/sites/default/files/images/sponsors_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.thumbnail.png, layout=> }, "/sites/default/files/images/stpetersburg-butler_0.jpeg"=>Awestruct::Page{ 60078240: output_path=>/sites/default/files/images/stpetersburg-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/stpetersburg-butler_0.jpeg, layout=> }, "/sites/default/files/images/toulouse-jam_0.jpeg"=>Awestruct::Page{ 60119940: output_path=>/sites/default/files/images/toulouse-jam_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/toulouse-jam_0.jpeg, layout=> }, "/sites/default/files/images/ubuntu.png"=>Awestruct::Page{ 60202600: output_path=>/sites/default/files/images/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/ubuntu.png, layout=> }, "/sites/default/files/images/user.gif"=>Awestruct::Page{ 60195180: output_path=>/sites/default/files/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/user.gif, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png"=>Awestruct::Page{ 60277840: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png"=>Awestruct::Page{ 60352180: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.png"=>Awestruct::Page{ 60393860: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png"=>Awestruct::Page{ 55626720: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png"=>Awestruct::Page{ 55643700: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.png"=>Awestruct::Page{ 55669000: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png"=>Awestruct::Page{ 55702380: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.png"=>Awestruct::Page{ 55719500: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png"=>Awestruct::Page{ 55736500: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, layout=> }, "/sites/default/files/images/volume9_0.png"=>Awestruct::Page{ 55761820: output_path=>/sites/default/files/images/volume9_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.png, layout=> }, "/sites/default/files/images/volume9_0.preview.png"=>Awestruct::Page{ 55950860: output_path=>/sites/default/files/images/volume9_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.preview.png, layout=> }, "/sites/default/files/images/volume9_0.thumbnail.png"=>Awestruct::Page{ 55943320: output_path=>/sites/default/files/images/volume9_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.thumbnail.png, layout=> }, "/sites/default/files/jenkins_favicon.ico"=>Awestruct::Page{ 55960640: output_path=>/sites/default/files/jenkins_favicon.ico, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_favicon.ico, layout=> }, "/sites/default/files/jenkins_logo.png"=>Awestruct::Page{ 56027120: output_path=>/sites/default/files/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_logo.png, layout=> }, "/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js"=>Awestruct::Page{ 56046240: output_path=>/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, layout=> }, "/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js"=>Awestruct::Page{ 56414660: output_path=>/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, layout=> }, "/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js"=>Awestruct::Page{ 56804920: output_path=>/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, layout=> }, "/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js"=>Awestruct::Page{ 57071940: output_path=>/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, layout=> }, "/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js"=>Awestruct::Page{ 57294240: output_path=>/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, layout=> }, "/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js"=>Awestruct::Page{ 57438440: output_path=>/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, layout=> }, "/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js"=>Awestruct::Page{ 57594240: output_path=>/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, layout=> }, "/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js"=>Awestruct::Page{ 57838540: output_path=>/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, layout=> }, "/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js"=>Awestruct::Page{ 58381980: output_path=>/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, layout=> }, "/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js"=>Awestruct::Page{ 58623540: output_path=>/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, layout=> }, "/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js"=>Awestruct::Page{ 58788200: output_path=>/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, layout=> }, "/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js"=>Awestruct::Page{ 58944700: output_path=>/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, layout=> }, "/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js"=>Awestruct::Page{ 59186860: output_path=>/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, layout=> }, "/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js"=>Awestruct::Page{ 59697580: output_path=>/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, layout=> }, "/sites/default/files/logo.png"=>Awestruct::Page{ 59871420: output_path=>/sites/default/files/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/logo.png, layout=> }, "/sites/default/files/master/master.css"=>Awestruct::Page{ 59931960: output_path=>/sites/default/files/master/master.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.css, layout=> }, "/sites/default/files/master/master.js"=>Awestruct::Page{ 59925160: output_path=>/sites/default/files/master/master.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.js, layout=> }, "/sites/default/files/master/readme.txt"=>Awestruct::Page{ 60081480: output_path=>/sites/default/files/master/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/readme.txt, layout=> }, "/sites/default/files/mood_widget-good.png"=>Awestruct::Page{ 60123380: output_path=>/sites/default/files/mood_widget-good.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-good.png, layout=> }, "/sites/default/files/mood_widget-settings.png"=>Awestruct::Page{ 60140700: output_path=>/sites/default/files/mood_widget-settings.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-settings.png, layout=> }, "/sites/default/files/octocat.png"=>Awestruct::Page{ 60166220: output_path=>/sites/default/files/octocat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/octocat.png, layout=> }, "/sites/default/files/pixture_favicon.png"=>Awestruct::Page{ 60191720: output_path=>/sites/default/files/pixture_favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_favicon.png, layout=> }, "/sites/default/files/pixture_logo.png"=>Awestruct::Page{ 60217220: output_path=>/sites/default/files/pixture_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_logo.png, layout=> }, "/sites/default/files/taperecorder.jpg"=>Awestruct::Page{ 60234520: output_path=>/sites/default/files/taperecorder.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/taperecorder.jpg, layout=> }, "/sites/default/files/usage-stats.gif"=>Awestruct::Page{ 60268220: output_path=>/sites/default/files/usage-stats.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/usage-stats.gif, layout=> }, "/solutions/android/index.html"=>Awestruct::Page{ 60339060: output_path=>/solutions/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/solutions/c/index.html"=>Awestruct::Page{ 56560620: output_path=>/solutions/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/solutions/docker/index.html"=>Awestruct::Page{ 64068460: output_path=>/solutions/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/solutions/embedded/index.html"=>Awestruct::Page{ 64915320: output_path=>/solutions/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/solutions/github/index.html"=>Awestruct::Page{ 66432840: output_path=>/solutions/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/solutions/java/index.html"=>Awestruct::Page{ 67739200: output_path=>/solutions/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/solutions/pipeline/index.html"=>Awestruct::Page{ 69031820: output_path=>/solutions/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/solutions/python/index.html"=>Awestruct::Page{ 74932400: output_path=>/solutions/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/solutions/ruby/index.html"=>Awestruct::Page{ 76423960: output_path=>/solutions/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }, "/stable-rc/index.html"=>Awestruct::Page{ 77692020: output_path=>/stable-rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/stable-rc/index.html, layout=>post }, "/welcome/index.html"=>Awestruct::Page{ 79199220: output_path=>/welcome/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/welcome/index.html, layout=>post }, "sitemap.xml"=>Awestruct::Page{ 69274060: output_path=>sitemap.xml, source_path=>/home/tyler/.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml, layout=> }, "/node/index.html"=>Awestruct::Page{ 36347600: output_path=>/node/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/2.html"=>Awestruct::Page{ 35646120: output_path=>/node/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/3.html"=>Awestruct::Page{ 31208160: output_path=>/node/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/4.html"=>Awestruct::Page{ 30966560: output_path=>/node/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/5.html"=>Awestruct::Page{ 30640360: output_path=>/node/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/6.html"=>Awestruct::Page{ 30022300: output_path=>/node/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/7.html"=>Awestruct::Page{ 29670880: output_path=>/node/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/8.html"=>Awestruct::Page{ 28797520: output_path=>/node/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/9.html"=>Awestruct::Page{ 24353200: output_path=>/node/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/10.html"=>Awestruct::Page{ 21481360: output_path=>/node/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/11.html"=>Awestruct::Page{ 19404100: output_path=>/node/page/11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/12.html"=>Awestruct::Page{ 59298640: output_path=>/node/page/12.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/13.html"=>Awestruct::Page{ 56487500: output_path=>/node/page/13.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/14.html"=>Awestruct::Page{ 75663720: output_path=>/node/page/14.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/15.html"=>Awestruct::Page{ 60155000: output_path=>/node/page/15.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/16.html"=>Awestruct::Page{ 75284360: output_path=>/node/page/16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/17.html"=>Awestruct::Page{ 67219900: output_path=>/node/page/17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/18.html"=>Awestruct::Page{ 66479880: output_path=>/node/page/18.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/19.html"=>Awestruct::Page{ 74914980: output_path=>/node/page/19.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/20.html"=>Awestruct::Page{ 60389000: output_path=>/node/page/20.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/21.html"=>Awestruct::Page{ 57684100: output_path=>/node/page/21.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/22.html"=>Awestruct::Page{ 77605500: output_path=>/node/page/22.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/23.html"=>Awestruct::Page{ 78185480: output_path=>/node/page/23.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/24.html"=>Awestruct::Page{ 78970200: output_path=>/node/page/24.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/25.html"=>Awestruct::Page{ 57652960: output_path=>/node/page/25.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/26.html"=>Awestruct::Page{ 56111180: output_path=>/node/page/26.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/27.html"=>Awestruct::Page{ 77195040: output_path=>/node/page/27.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/28.html"=>Awestruct::Page{ 66557220: output_path=>/node/page/28.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/29.html"=>Awestruct::Page{ 56140680: output_path=>/node/page/29.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/30.html"=>Awestruct::Page{ 58904940: output_path=>/node/page/30.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/31.html"=>Awestruct::Page{ 57794400: output_path=>/node/page/31.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/32.html"=>Awestruct::Page{ 79236600: output_path=>/node/page/32.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/33.html"=>Awestruct::Page{ 66871160: output_path=>/node/page/33.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/34.html"=>Awestruct::Page{ 58029540: output_path=>/node/page/34.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/35.html"=>Awestruct::Page{ 78564760: output_path=>/node/page/35.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/36.html"=>Awestruct::Page{ 55002420: output_path=>/node/page/36.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/37.html"=>Awestruct::Page{ 63716500: output_path=>/node/page/37.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/38.html"=>Awestruct::Page{ 64361440: output_path=>/node/page/38.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/39.html"=>Awestruct::Page{ 68413960: output_path=>/node/page/39.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/40.html"=>Awestruct::Page{ 59850820: output_path=>/node/page/40.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/41.html"=>Awestruct::Page{ 58021420: output_path=>/node/page/41.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/42.html"=>Awestruct::Page{ 78466080: output_path=>/node/page/42.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/43.html"=>Awestruct::Page{ 69124640: output_path=>/node/page/43.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/44.html"=>Awestruct::Page{ 64370720: output_path=>/node/page/44.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/45.html"=>Awestruct::Page{ 59821560: output_path=>/node/page/45.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/46.html"=>Awestruct::Page{ 55034940: output_path=>/node/page/46.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/47.html"=>Awestruct::Page{ 75741660: output_path=>/node/page/47.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/48.html"=>Awestruct::Page{ 55529440: output_path=>/node/page/48.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/49.html"=>Awestruct::Page{ 76596780: output_path=>/node/page/49.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/50.html"=>Awestruct::Page{ 56925200: output_path=>/node/page/50.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/51.html"=>Awestruct::Page{ 65393160: output_path=>/node/page/51.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/52.html"=>Awestruct::Page{ 58066920: output_path=>/node/page/52.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/53.html"=>Awestruct::Page{ 70270260: output_path=>/node/page/53.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/54.html"=>Awestruct::Page{ 58610540: output_path=>/node/page/54.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/55.html"=>Awestruct::Page{ 53971140: output_path=>/node/page/55.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/56.html"=>Awestruct::Page{ 57179820: output_path=>/node/page/56.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/57.html"=>Awestruct::Page{ 77435180: output_path=>/node/page/57.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/58.html"=>Awestruct::Page{ 68764220: output_path=>/node/page/58.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/rss.xml"=>Awestruct::Page{ 67767320: output_path=>/rss.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_ext/atom.xml.haml, layout=> }, "/node/tags/blueocean/index.html"=>Awestruct::Page{ 65495200: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/index.html"=>Awestruct::Page{ 64900460: output_path=>/node/tags/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/2.html"=>Awestruct::Page{ 64407280: output_path=>/node/tags/pipeline/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/3.html"=>Awestruct::Page{ 63975660: output_path=>/node/tags/pipeline/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/4.html"=>Awestruct::Page{ 63446300: output_path=>/node/tags/pipeline/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/5.html"=>Awestruct::Page{ 60099160: output_path=>/node/tags/pipeline/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/freestyle/index.html"=>Awestruct::Page{ 58492720: output_path=>/node/tags/freestyle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/index.html"=>Awestruct::Page{ 56966980: output_path=>/node/tags/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/2.html"=>Awestruct::Page{ 57154120: output_path=>/node/tags/plugins/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/3.html"=>Awestruct::Page{ 78994900: output_path=>/node/tags/plugins/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/4.html"=>Awestruct::Page{ 78488940: output_path=>/node/tags/plugins/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/5.html"=>Awestruct::Page{ 77933700: output_path=>/node/tags/plugins/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/6.html"=>Awestruct::Page{ 77254780: output_path=>/node/tags/plugins/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/conditional-build-step/index.html"=>Awestruct::Page{ 76568960: output_path=>/node/tags/conditional-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/index.html"=>Awestruct::Page{ 76045240: output_path=>/node/tags/development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/2.html"=>Awestruct::Page{ 75469780: output_path=>/node/tags/development/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/3.html"=>Awestruct::Page{ 74946820: output_path=>/node/tags/development/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/4.html"=>Awestruct::Page{ 74717140: output_path=>/node/tags/development/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/5.html"=>Awestruct::Page{ 74554500: output_path=>/node/tags/development/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/6.html"=>Awestruct::Page{ 74399040: output_path=>/node/tags/development/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/7.html"=>Awestruct::Page{ 74252020: output_path=>/node/tags/development/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/java8/index.html"=>Awestruct::Page{ 74034720: output_path=>/node/tags/java8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/upgrade/index.html"=>Awestruct::Page{ 73849460: output_path=>/node/tags/upgrade/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/index.html"=>Awestruct::Page{ 73672420: output_path=>/node/tags/event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/page/2.html"=>Awestruct::Page{ 73487280: output_path=>/node/tags/event/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/page/3.html"=>Awestruct::Page{ 73331940: output_path=>/node/tags/event/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsworld/index.html"=>Awestruct::Page{ 73156520: output_path=>/node/tags/jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsworld/page/2.html"=>Awestruct::Page{ 72972200: output_path=>/node/tags/jenkinsworld/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/index.html"=>Awestruct::Page{ 72801960: output_path=>/node/tags/core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/2.html"=>Awestruct::Page{ 72626260: output_path=>/node/tags/core/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/3.html"=>Awestruct::Page{ 72470280: output_path=>/node/tags/core/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/4.html"=>Awestruct::Page{ 72314700: output_path=>/node/tags/core/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/5.html"=>Awestruct::Page{ 72151360: output_path=>/node/tags/core/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/6.html"=>Awestruct::Page{ 72012020: output_path=>/node/tags/core/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/7.html"=>Awestruct::Page{ 71815900: output_path=>/node/tags/core/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/8.html"=>Awestruct::Page{ 71661000: output_path=>/node/tags/core/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/9.html"=>Awestruct::Page{ 71505180: output_path=>/node/tags/core/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/security/index.html"=>Awestruct::Page{ 71277340: output_path=>/node/tags/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/lifx/index.html"=>Awestruct::Page{ 71097300: output_path=>/node/tags/lifx/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jam/index.html"=>Awestruct::Page{ 70814460: output_path=>/node/tags/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jam/page/2.html"=>Awestruct::Page{ 70621240: output_path=>/node/tags/jam/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins2/index.html"=>Awestruct::Page{ 70451500: output_path=>/node/tags/jenkins2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins2/page/2.html"=>Awestruct::Page{ 70046300: output_path=>/node/tags/jenkins2/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/azure/index.html"=>Awestruct::Page{ 69818240: output_path=>/node/tags/azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/gsoc/index.html"=>Awestruct::Page{ 69274440: output_path=>/node/tags/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/gsoc/page/2.html"=>Awestruct::Page{ 68592700: output_path=>/node/tags/gsoc/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/continuousdelivery/index.html"=>Awestruct::Page{ 67933760: output_path=>/node/tags/continuousdelivery/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/puppet/index.html"=>Awestruct::Page{ 67127480: output_path=>/node/tags/puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/puppetenterprise/index.html"=>Awestruct::Page{ 66313780: output_path=>/node/tags/puppetenterprise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/index.html"=>Awestruct::Page{ 65598680: output_path=>/node/tags/meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/2.html"=>Awestruct::Page{ 64056400: output_path=>/node/tags/meetup/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/3.html"=>Awestruct::Page{ 56203200: output_path=>/node/tags/meetup/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/4.html"=>Awestruct::Page{ 59050120: output_path=>/node/tags/meetup/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/5.html"=>Awestruct::Page{ 57088060: output_path=>/node/tags/meetup/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/6.html"=>Awestruct::Page{ 60466620: output_path=>/node/tags/meetup/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/7.html"=>Awestruct::Page{ 59207060: output_path=>/node/tags/meetup/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/8.html"=>Awestruct::Page{ 56187860: output_path=>/node/tags/meetup/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/9.html"=>Awestruct::Page{ 55658020: output_path=>/node/tags/meetup/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/10.html"=>Awestruct::Page{ 41045700: output_path=>/node/tags/meetup/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/events/index.html"=>Awestruct::Page{ 40535320: output_path=>/node/tags/events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/statistics/index.html"=>Awestruct::Page{ 40112620: output_path=>/node/tags/statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/performance/index.html"=>Awestruct::Page{ 39722880: output_path=>/node/tags/performance/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/scalability/index.html"=>Awestruct::Page{ 39364420: output_path=>/node/tags/scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/administration/index.html"=>Awestruct::Page{ 38957440: output_path=>/node/tags/administration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/lts/index.html"=>Awestruct::Page{ 38432340: output_path=>/node/tags/lts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/JAM/index.html"=>Awestruct::Page{ 38261920: output_path=>/node/tags/JAM/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/xunit/index.html"=>Awestruct::Page{ 38092620: output_path=>/node/tags/xunit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/nightwatch/index.html"=>Awestruct::Page{ 37926280: output_path=>/node/tags/nightwatch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/newfeatures/index.html"=>Awestruct::Page{ 37748840: output_path=>/node/tags/newfeatures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ux/index.html"=>Awestruct::Page{ 37529180: output_path=>/node/tags/ux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins/index.html"=>Awestruct::Page{ 37142440: output_path=>/node/tags/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/JenkinsWorld/index.html"=>Awestruct::Page{ 36366520: output_path=>/node/tags/JenkinsWorld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/index.html"=>Awestruct::Page{ 35621600: output_path=>/node/tags/tutorial/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/page/2.html"=>Awestruct::Page{ 31159260: output_path=>/node/tags/tutorial/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/page/3.html"=>Awestruct::Page{ 30918460: output_path=>/node/tags/tutorial/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/saucelabs/index.html"=>Awestruct::Page{ 30272520: output_path=>/node/tags/saucelabs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/selenium/index.html"=>Awestruct::Page{ 29875240: output_path=>/node/tags/selenium/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/external-workspace-manager/index.html"=>Awestruct::Page{ 29177620: output_path=>/node/tags/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ruby/index.html"=>Awestruct::Page{ 24576060: output_path=>/node/tags/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/rails/index.html"=>Awestruct::Page{ 23008220: output_path=>/node/tags/rails/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/brakeman/index.html"=>Awestruct::Page{ 19106480: output_path=>/node/tags/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javascript/index.html"=>Awestruct::Page{ 75159240: output_path=>/node/tags/javascript/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/nodejs/index.html"=>Awestruct::Page{ 66772900: output_path=>/node/tags/nodejs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins_ru/index.html"=>Awestruct::Page{ 68886440: output_path=>/node/tags/jenkins_ru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/notifications/index.html"=>Awestruct::Page{ 69663560: output_path=>/node/tags/notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/slack/index.html"=>Awestruct::Page{ 79565600: output_path=>/node/tags/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/hipchat/index.html"=>Awestruct::Page{ 63608240: output_path=>/node/tags/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/emailext/index.html"=>Awestruct::Page{ 56629120: output_path=>/node/tags/emailext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infra/index.html"=>Awestruct::Page{ 69138960: output_path=>/node/tags/infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugin/index.html"=>Awestruct::Page{ 67393660: output_path=>/node/tags/plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/index.html"=>Awestruct::Page{ 67844720: output_path=>/node/tags/general/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/2.html"=>Awestruct::Page{ 57819260: output_path=>/node/tags/general/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/3.html"=>Awestruct::Page{ 54146380: output_path=>/node/tags/general/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/4.html"=>Awestruct::Page{ 69403300: output_path=>/node/tags/general/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/5.html"=>Awestruct::Page{ 64375480: output_path=>/node/tags/general/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/6.html"=>Awestruct::Page{ 59487740: output_path=>/node/tags/general/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/7.html"=>Awestruct::Page{ 58277340: output_path=>/node/tags/general/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/8.html"=>Awestruct::Page{ 56879460: output_path=>/node/tags/general/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/9.html"=>Awestruct::Page{ 75166680: output_path=>/node/tags/general/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/10.html"=>Awestruct::Page{ 59614560: output_path=>/node/tags/general/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/11.html"=>Awestruct::Page{ 59307680: output_path=>/node/tags/general/page/11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/12.html"=>Awestruct::Page{ 64891780: output_path=>/node/tags/general/page/12.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/13.html"=>Awestruct::Page{ 78331260: output_path=>/node/tags/general/page/13.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/14.html"=>Awestruct::Page{ 68178380: output_path=>/node/tags/general/page/14.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/15.html"=>Awestruct::Page{ 75973400: output_path=>/node/tags/general/page/15.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/16.html"=>Awestruct::Page{ 56587840: output_path=>/node/tags/general/page/16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/17.html"=>Awestruct::Page{ 58508920: output_path=>/node/tags/general/page/17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/18.html"=>Awestruct::Page{ 79435740: output_path=>/node/tags/general/page/18.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/19.html"=>Awestruct::Page{ 75205080: output_path=>/node/tags/general/page/19.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/20.html"=>Awestruct::Page{ 65436420: output_path=>/node/tags/general/page/20.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/21.html"=>Awestruct::Page{ 68128080: output_path=>/node/tags/general/page/21.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/22.html"=>Awestruct::Page{ 55123300: output_path=>/node/tags/general/page/22.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/23.html"=>Awestruct::Page{ 60428500: output_path=>/node/tags/general/page/23.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/24.html"=>Awestruct::Page{ 68542680: output_path=>/node/tags/general/page/24.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/25.html"=>Awestruct::Page{ 78828660: output_path=>/node/tags/general/page/25.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/dsl/index.html"=>Awestruct::Page{ 65396040: output_path=>/node/tags/dsl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/support-core/index.html"=>Awestruct::Page{ 57489220: output_path=>/node/tags/support-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/usage-statistics/index.html"=>Awestruct::Page{ 67662840: output_path=>/node/tags/usage-statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/aws/index.html"=>Awestruct::Page{ 57963540: output_path=>/node/tags/aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ec2/index.html"=>Awestruct::Page{ 59691340: output_path=>/node/tags/ec2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/index.html"=>Awestruct::Page{ 78065280: output_path=>/node/tags/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/page/2.html"=>Awestruct::Page{ 68831800: output_path=>/node/tags/infrastructure/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/page/3.html"=>Awestruct::Page{ 64919360: output_path=>/node/tags/infrastructure/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/webapis/index.html"=>Awestruct::Page{ 60291560: output_path=>/node/tags/webapis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/testing/index.html"=>Awestruct::Page{ 59864120: output_path=>/node/tags/testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/embedded/index.html"=>Awestruct::Page{ 58383320: output_path=>/node/tags/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/docker/index.html"=>Awestruct::Page{ 57290640: output_path=>/node/tags/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/certification/index.html"=>Awestruct::Page{ 56026260: output_path=>/node/tags/certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/hackergarten/index.html"=>Awestruct::Page{ 60118340: output_path=>/node/tags/hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/scale/index.html"=>Awestruct::Page{ 59238100: output_path=>/node/tags/scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins world/index.html"=>Awestruct::Page{ 58333980: output_path=>/node/tags/jenkins world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/office hours/index.html"=>Awestruct::Page{ 57388000: output_path=>/node/tags/office hours/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/dashboard/index.html"=>Awestruct::Page{ 55711600: output_path=>/node/tags/dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/www/index.html"=>Awestruct::Page{ 57444900: output_path=>/node/tags/www/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/index.html"=>Awestruct::Page{ 55327600: output_path=>/node/tags/jenkinsci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/2.html"=>Awestruct::Page{ 55177740: output_path=>/node/tags/jenkinsci/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/3.html"=>Awestruct::Page{ 54236760: output_path=>/node/tags/jenkinsci/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/4.html"=>Awestruct::Page{ 54959360: output_path=>/node/tags/jenkinsci/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/5.html"=>Awestruct::Page{ 54838220: output_path=>/node/tags/jenkinsci/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/6.html"=>Awestruct::Page{ 55077560: output_path=>/node/tags/jenkinsci/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/7.html"=>Awestruct::Page{ 53907420: output_path=>/node/tags/jenkinsci/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/8.html"=>Awestruct::Page{ 54327380: output_path=>/node/tags/jenkinsci/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/index.html"=>Awestruct::Page{ 51961000: output_path=>/node/tags/workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/page/2.html"=>Awestruct::Page{ 53712040: output_path=>/node/tags/workflow/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/page/3.html"=>Awestruct::Page{ 78585360: output_path=>/node/tags/workflow/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/cia/index.html"=>Awestruct::Page{ 77462600: output_path=>/node/tags/cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/cia/page/2.html"=>Awestruct::Page{ 76707420: output_path=>/node/tags/cia/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/index.html"=>Awestruct::Page{ 75892200: output_path=>/node/tags/guest post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/page/2.html"=>Awestruct::Page{ 74989120: output_path=>/node/tags/guest post/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/page/3.html"=>Awestruct::Page{ 70150100: output_path=>/node/tags/guest post/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/video/index.html"=>Awestruct::Page{ 69389300: output_path=>/node/tags/video/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/video/page/2.html"=>Awestruct::Page{ 68855880: output_path=>/node/tags/video/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/index.html"=>Awestruct::Page{ 68204780: output_path=>/node/tags/just for fun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/2.html"=>Awestruct::Page{ 67537340: output_path=>/node/tags/just for fun/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/3.html"=>Awestruct::Page{ 66895700: output_path=>/node/tags/just for fun/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/4.html"=>Awestruct::Page{ 66405760: output_path=>/node/tags/just for fun/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/5.html"=>Awestruct::Page{ 65908620: output_path=>/node/tags/just for fun/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/index.html"=>Awestruct::Page{ 65359420: output_path=>/node/tags/news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/2.html"=>Awestruct::Page{ 64791700: output_path=>/node/tags/news/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/3.html"=>Awestruct::Page{ 64269560: output_path=>/node/tags/news/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/4.html"=>Awestruct::Page{ 63796660: output_path=>/node/tags/news/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/5.html"=>Awestruct::Page{ 55893620: output_path=>/node/tags/news/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/6.html"=>Awestruct::Page{ 59566560: output_path=>/node/tags/news/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/7.html"=>Awestruct::Page{ 58364840: output_path=>/node/tags/news/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/8.html"=>Awestruct::Page{ 56901340: output_path=>/node/tags/news/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/index.html"=>Awestruct::Page{ 79446400: output_path=>/node/tags/releases/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/page/2.html"=>Awestruct::Page{ 78753740: output_path=>/node/tags/releases/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/page/3.html"=>Awestruct::Page{ 78123600: output_path=>/node/tags/releases/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/index.html"=>Awestruct::Page{ 77507720: output_path=>/node/tags/meta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/page/2.html"=>Awestruct::Page{ 76872980: output_path=>/node/tags/meta/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/page/3.html"=>Awestruct::Page{ 76300560: output_path=>/node/tags/meta/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/index.html"=>Awestruct::Page{ 75785000: output_path=>/node/tags/feedback/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/2.html"=>Awestruct::Page{ 75192240: output_path=>/node/tags/feedback/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/3.html"=>Awestruct::Page{ 74791180: output_path=>/node/tags/feedback/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/4.html"=>Awestruct::Page{ 74635300: output_path=>/node/tags/feedback/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/5.html"=>Awestruct::Page{ 74471080: output_path=>/node/tags/feedback/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/6.html"=>Awestruct::Page{ 74314280: output_path=>/node/tags/feedback/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/7.html"=>Awestruct::Page{ 74158600: output_path=>/node/tags/feedback/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/screencast/index.html"=>Awestruct::Page{ 73949280: output_path=>/node/tags/screencast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/index.html"=>Awestruct::Page{ 73759280: output_path=>/node/tags/juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/2.html"=>Awestruct::Page{ 73582580: output_path=>/node/tags/juc/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/3.html"=>Awestruct::Page{ 73418360: output_path=>/node/tags/juc/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/4.html"=>Awestruct::Page{ 73262000: output_path=>/node/tags/juc/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/5.html"=>Awestruct::Page{ 73105740: output_path=>/node/tags/juc/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/6.html"=>Awestruct::Page{ 72940740: output_path=>/node/tags/juc/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/interview/index.html"=>Awestruct::Page{ 72734760: output_path=>/node/tags/interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javaone/index.html"=>Awestruct::Page{ 72554060: output_path=>/node/tags/javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javaone/page/2.html"=>Awestruct::Page{ 72376340: output_path=>/node/tags/javaone/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jobs/index.html"=>Awestruct::Page{ 72195520: output_path=>/node/tags/jobs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/links/index.html"=>Awestruct::Page{ 72023760: output_path=>/node/tags/links/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/links/page/2.html"=>Awestruct::Page{ 71813800: output_path=>/node/tags/links/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/mailing list/index.html"=>Awestruct::Page{ 71641880: output_path=>/node/tags/mailing list/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/mailing list/page/2.html"=>Awestruct::Page{ 71463280: output_path=>/node/tags/mailing list/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jruby/index.html"=>Awestruct::Page{ 71292740: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/s/android/index.html"=>Awestruct::Page{ 67409180: output_path=>/s/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/s/c/index.html"=>Awestruct::Page{ 56341260: output_path=>/s/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/s/docker/index.html"=>Awestruct::Page{ 56093300: output_path=>/s/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/s/embedded/index.html"=>Awestruct::Page{ 58431760: output_path=>/s/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/s/github/index.html"=>Awestruct::Page{ 57639980: output_path=>/s/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/s/java/index.html"=>Awestruct::Page{ 67202580: output_path=>/s/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/s/pipeline/index.html"=>Awestruct::Page{ 59808560: output_path=>/s/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/s/python/index.html"=>Awestruct::Page{ 58276020: output_path=>/s/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/s/ruby/index.html"=>Awestruct::Page{ 79458880: output_path=>/s/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }}>} - The environment variable that is set on the master or slave. Type: String

userName

Type: String

password

+ hudson.util.Secret+

cloakedPaths (optional)

Paths that are cloaked will not be pulled into the local workspace during a GET from the TFVC repository.

Check-ins that contain files only in cloaked folders (in other words, fully cloaked) will not trigger a build, whereas a check-in containing any path that isn’t cloaked will trigger a build.

For example, suppose the Project path is $/Example/project/path, and the repository contains the following subfolders:

$/Example/project/path/A $/Example/project/path/A/1 $/Example/project/path/A/2 $/Example/project/path/B $/Example/project/path/C

Now, suppose the following paths were entered as Cloaked Paths:

$/Example/project/path/A/2 $/Example/project/path/B

…​then the resulting workspace on the Jenkins server would only have the following folders:

$/Example/project/path/A $/Example/project/path/A/1 $/Example/project/path/C

To continue with the example, the following check-in will not trigger a build, because it only contains changes under cloaked paths:

$/Example/project/path/A/2/alpha.txt $/Example/project/path/A/2/second.txt $/Example/project/path/B/bravo.txt

…​whereas this check-in will trigger a build, because it contains at least one path that isn’t cloaked:

$/Example/project/path/A/1/first.txt $/Example/project/path/A/2/second.txt $/Example/project/path/B/bravo.txt Type: String

credentialsConfigurer (optional)

NEW since 5.1.0: Credentials for team project collections can now be configured once instead of once per job.

Automatic
Credentials will be looked up in the global configuration based on the Collection URL.  Make sure you have added your credentials at Jenkins &gt; Manage Jenkins &gt; Configure Credentials and then add Team Project Collections that are linked to their corresponding credentials at Jenkins &gt; Manage Jenkins &gt; Configure System.
Consult the Global Configuration section in README.md for a walkthrough.
Manual
            Credentials are specified in the job.  This is the legacy behavior.
Nested Choice of Objects
+$class: 'AutomaticCredentialsConfigurer'+
+$class: 'ManualCredentialsConfigurer'+
+userName+:::::

The name of the user that will be connecting to TFS/Team Services to query history, checkout files, etc.

Team Foundation Server (on-premises)

For [on-premises] Team Foundation Server, the user name can be specified in two ways:

EXAMPLE-DOMAIN\user user@domain.example.com

Visual Studio Team Services (previously known as Visual Studio Online)

For Team Services, there are also two options:

Personal access tokens (recommended)

In Team Services, click your name in the top right corner and select Security.

In the Personal access tokens area, select Add.

Describe the token (use something like "Jenkins server at jenkins.example.com"), select an expiry timeframe, double-check the Team Services account the token will be valid for and, until the corresponding defect in Team Services is fixed, select All scopes.

Click [Create Token] and copy the generated personal access token to the clipboard.

Back to Jenkins, enter the e-mail address associated with your Team Services account as the User name and the generated personal access token as the User password.

Alternate credentials

In Team Services, click your name in the top right corner and select Security.

In the Alternate credentials area, select Enable alternate authentication credentials.

Enter a secondary user name and password, then click [Save].

Back to Jenkins, re-enter those credentials in the User name and User password fields. Type: String

password:

+ hudson.util.Secret+

localPath (optional)

The folder where all files will be retrieved into. The folder name is a relative path, under the workspace of the current job.

The default setting is to retrieve the files into the workspace (ie. the workfolder is ".". Type: String

useUpdate (optional)

Type: boolean

$class: UnityAssetSCM

Unity Asset Server Trigger Starts a build when a change is detected on the unity asset server. Configure the Postgres database with the right connection settings and the plugin will search for changes on the server with the interval of the Crontab. Example, if the trigger start each hour based on the crontab schedule, it will search for changes in the last hour.

Plugin developed by Marcelo Adriano Brunken BigPoint GmbH Germany

databaseUrl

Configure the Database IP Adress or Server name Example: 127.0.0.1 Type: String

databasePort

Configure the Postgres Database port, default value is 10733 Type: int

instance

Configure the Database instance Example: production-db Type: String

user

Configure the Database User Example: Admin Type: String

password

Configure the Database User Password Example: LOL *Type: String

$class: VaultSCM serverName::::

+ Specify the hostname or IP address of the vault server. Type: String

path

Type: String

userName

Type: String

password

Type: String

repositoryName

Type: String

vaultName

Type: String

sslEnabled

Type: boolean

useNonWorkingFolder

Type: boolean

merge

Type: String

fileTime

Type: String

makeWritableEnabled

Type: boolean

verboseEnabled

Type: boolean

$class: OpenShiftImageStreams imageStreamName:::

+ The name of the ImageStream is what shows up in the NAME column if you dump all the ImageStream’s with the oc get is command invocation. Type: String

tag

The specific image tag within the ImageStream to monitor. Type: String

apiURL

Type: String

namespace

Type: String

authToken

Type: String

verbose

Type: String

$class: PdsConfiguration hostPort:::

+ The host address and port number for the mainframe server. The host and port must be separated by a : character. Type: String

filterPattern

Filter pattern used by the mainframe to determine which datasets to download. Multiple filters can be defined, one filter per line. Use * as wildcards. Type: String

fileExtension

File extension assigned to checked-out datasets. All datasets will be assigned the same file extension. If you want to use multiple fileextensions, multiple jobs must be created. Type: String

credentialsId

The available credentials to use for logging onto the host. Alternatively, click Add to add credentials using the Credentials Plugin. Refer to the Jenkins documentation for the Credentials Plugin. Type: String

codePage

The code page to be used for this connection. The code page is used to translate data sent to and from the host. The default is 1047. Type: String

$class: PerforceSCM p4User:::

+ Type: String

p4Passwd

Type: String

p4Client

Type: String

p4Port

Type: String

projectOptions

Type: String

p4Tool

Type: String

p4SysRoot

Type: String

p4SysDrive

Type: String

p4Label

Type: String

p4Counter

Type: String

p4UpstreamProject

Type: String

lineEndValue

Type: String

p4Charset

Type: String

p4CommandCharset

Type: String

clientOwner

Type: String

updateCounterValue

Type: boolean

forceSync

Type: boolean

dontUpdateServer

Type: boolean

alwaysForceSync

Type: boolean

createWorkspace

Type: boolean

updateView

Type: boolean

disableChangeLogOnly

Type: boolean

disableSyncOnly

Type: boolean

showIntegChanges

Type: boolean

dontUpdateClient

Type: boolean

exposeP4Passwd

Type: boolean

pollOnlyOnMaster

Type: boolean

slaveClientNameFormat

Type: String

firstChange

Type: int

fileLimit

Type: int

browser

Nested Choice of Objects $class: FishEyePerforce url::::

+ Type: String

rootModule

Type: String

$class: P4Web url::::

+ Type: String

$class: Perfbrowse url::::

+ Type: String

excludedUsers

Type: String

excludedFiles

Type: String

excludedFilesCaseSensitivity

Type: boolean

depotType

Nested Object

value

Type: String

p4Stream

Type: String

clientSpec

Type: String

projectPath

Type: String

cleanWorkspace

Nested Object

cleanType

Nested Object

value:

Type: String

restoreChangedDeletedFiles:

Type: boolean

wipeRepoBeforeBuild

Type: boolean

useViewMask

Nested Object

viewMask

Type: String

useViewMaskForPolling

Type: boolean

useViewMaskForSyncing

Type: boolean

useViewMaskForChangeLog

Type: boolean

$class: PerforceScm credential:::

+ Perforce Credentials

Select the appropriate credential for the Perforce connection. Perforce Credentials are defined in the Jenkins Credentials plugin here.

There are two types:

		'Perforce Password Credential' for standard username/password
			authentication
		'Perforce Ticket Credential' for ticket based authentication.
*Type:* String
workspace

Workspace Behaviour

Select the appropriate Perforce workspace behaviour from the list. Not all modes will suit all Jenkins Job build types.

There are five types:

Manual
Manually define the Workspace view and sync options. Existing
	workspace will by updated or a new workspace created.
Spec File
Use a pre-defined Workspace Spec file versioned in Perforce.
Static
Use a pre-defined Workspace; must already exist and have a
	valid view.
Streams
Auto create/update a Streams workspace with a view determined
	by the chosen stream.
		Template
		Auto create/update a normal workspace with a view determined
			by the template workspace.
Nested Choice of Objects
+$class: 'ManualWorkspaceImpl'+
+charset+::::

+ P4CHARSET

The character set used by Jenkins when syncing files from the Perforce server. This should be set to none unless connected to a Unicode enabled Perforce server. Type: String

pinHost

Type: boolean

name

Workspace name

Specify the name of the Perforce workspace to be used as the Jenkins build workspace. If the workspace does not yet exist, the configuration will be saved in Jenkins; the workspace is created only when it is to be used. If the workspace exists and you are connected to a Perforce server the auto-text fill should list suitable workspaces; updates are only applied when the workspace is used. Type: String

spec

Nested Object

allwrite:

Type: boolean

clobber:

Type: boolean

compress:

Type: boolean

locked:

Type: boolean

modtime:

Type: boolean

rmdir:

Type: boolean

streamName:

Type: String

line:

Type: String

view:

Type: String

syncID (optional)

Type: String

$class: SpecWorkspaceImpl charset::::

+ P4CHARSET

The character set used by Jenkins when syncing files from the Perforce server. This should be set to none unless connected to a Unicode enabled Perforce server. Type: String

pinHost

Type: boolean

name

An existing workspace

Specify the name of the Perforce workspace to be used as the Jenkins build workspace. If the workspace does not yet exist, the configuration will be saved in Jenkins; the workspace is created only when it is to be used. If the workspace exists and you are connected to a Perforce server the auto-text fill should list suitable workspaces; updates are only applied when the workspace is used. Type: String

specPath

Type: String

syncID (optional)

Type: String

$class: StaticWorkspaceImpl charset::::

+ P4CHARSET

The character set used by Jenkins when syncing files from the Perforce server. This should be set to none unless connected to a Unicode enabled Perforce server. Type: String

pinHost

Type: boolean

name

An existing workspace

Specify the name of an existing workspace in Perforce to be used as the Jenkins build workspace. If connected to a Perforce server the auto-text fill should list suitable workspaces Type: String

syncID (optional)

Type: String

$class: StreamWorkspaceImpl charset::::

+ P4CHARSET

The character set used by Jenkins when syncing files from the Perforce server. This should be set to none unless connected to a Unicode enabled Perforce server. Type: String

pinHost

Type: boolean

streamName

Stream codeline

Specify the full Perforce depot path for the given stream. If connected to a Perforce server the auto-text fill should list possible streams.

	For example: //stream-depot/main-stream
*Type:* String
format

Workspace name formatter

Jenklin slave nodes must each use a unique Perforce workspace. The format string configures the workspace name by substituting the specified variables: (at least one variable must be used)

Variables can be taken from the Jenkins Environment or Parameterized builds Type: String

syncID (optional)

Type: String

$class: TemplateWorkspaceImpl charset::::

+ P4CHARSET

The character set used by Jenkins when syncing files from the Perforce server. This should be set to none unless connected to a Unicode enabled Perforce server. Type: String

pinHost

Type: boolean

templateName

Templace workspace

Specify the name of an existing workspace in Perforce used to create or update a Jenkins build workspace. If connected to a Perforce server the auto-text fill should list suitable workspaces Type: String

format

Workspace name formatter

Jenklin slave nodes must each use a unique Perforce workspace. The format string configures the workspace name by substituting the specified variables: (at least one variable must be used)

Variables can be taken from the Jenkins Environment or Parameterized builds Type: String

syncID (optional)

Type: String

filter

Array/List

Nested Choice of Objects $class: FilterPathImpl path::::

+ Depot path filter

Changes can be filtered to not trigger a build; if all the files within a change match the specified path, the build is filtered.

For example, with a Filter of "
`//depot/main/tests`
":
Case A (change will be filtered):
Files:
`//depot/main/tests/index.xml`
`//depot/main/tests/001/test.xml`
`//depot/main/tests/002/test.xml`
Case B (change will not be filtered, as build.xml is
outside of the filter):
Files:
`//depot/main/src/build.xml`
`//depot/main/tests/004/test.xml`
		`//depot/main/tests/005/test.xml`
*Type:* String

$class: FilterPerChangeImpl perChange::::

+ Type: boolean

$class: FilterUserImpl user::::

+ User name filter

Changes can be filtered to not trigger a build; if the owner of a change matches the specified name, the build is filtered. Type: String

$class: FilterViewMaskImpl viewMask::::

+ View Mask filter

Changes can be filtered to not trigger a build; if none of the files within a change are contained in the view mask, the build is filtered.

For example, with a View Mask Filter of:
//depot/main/tests`
-//depot/main/tests/001`
Case A (change will not be filtered, as index.xml is
in the view mask):
Files:
`//depot/main/tests/index.xml`
`//depot/main/tests/001/test.xml`
Case B (change will not be filtered, as index.xml is
in the view mask):
Files:
`//depot/main/test/index.xml`
`//depot/main/src/build.xml`
Case C (change will be filtered, as no file is
in the view mask):
Files:
`//depot/main/src/build.xml`
Case D (change will be filtered, as no file is
in the view mask):
Files:
`//depot/main/src/build.xml`
		`//depot/main/tests/001/test.xml`
*Type:* String
populate

Populate Options

Perforce will populate the workspace with the file revisions needed for the build. The different options effect the way the workspace is cleaned and the file revisions are updated.

There are three options:

Automatic Cleanup and Sync
Efficient cleaning and syncing of file revisions. Extra (non
versioned files) are removed, missing and modified files re-added. Best
for clean builds.
Force Clean and Sync
Will remove all files from under the workspace root, then
	force sync the required files. Inefficient and NOT RECOMENDED.
Sync Only
No cleanup attempted; the sync will update all files (as CLOBBER is
set) to the required set of revisions. Best for incremental builds.
Preview Check Only
			No files Sync or cleanup attempted; the Workspace's have list is updated.
			Effective command 'p4 sync -k'.
Nested Choice of Objects
+$class: 'AutoCleanImpl'+
+replace+::::

+ REPLACE missing/modified files

Perforce will check out and overwrite any depot files which are either missing from workspace, or have been modified locally. Type: boolean

delete

DELETE generated files

Perforce will delete any local files that are not in the depot. Type: boolean

modtime

Type: boolean

quiet

Suppressing info messages

Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed. Type: boolean

pin

Pinning a build at Perforce Label

When a build is triggered by Polling, Build Now or an external Action, the workspace will sync only to the specified label. Any other specified change or label will be ignored.

Supports variable expansion e.g. ${VAR}. If now is used, or a variable that expands to now, then the latest change is used (within the scope of the workspace view). Type: String

parallel

Nested Object

enable:

Type: boolean

path:

Type: String

threads:

Type: String

minfiles:

Type: String

minbytes:

Type: String

$class: CheckOnlyImpl have::::

+ Type: boolean

force

Type: boolean

modtime

Type: boolean

quiet

Suppressing info messages

Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed. Type: boolean

pin

Type: String

$class: ForceCleanImpl have::::

+ Type: boolean

quiet

Suppressing info messages

Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed. Type: boolean

pin

Pinning a build at Perforce Label

When a build is triggered by Polling, Build Now or an external Action, the workspace will sync only to the specified label. Any other specified change or label will be ignored.

Supports variable expansion e.g. ${VAR}. If now is used, or a variable that expands to now, then the latest change is used (within the scope of the workspace view). Type: String

parallel

Nested Object

enable:

Type: boolean

path:

Type: String

threads:

Type: String

minfiles:

Type: String

minbytes:

Type: String

$class: SyncOnlyImpl revert::::

+ Type: boolean

have

Type: boolean

modtime

Type: boolean

quiet

Suppressing info messages

Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed. Type: boolean

pin

Pinning a build at Perforce Label

When a build is triggered by Polling, Build Now or an external Action, the workspace will sync only to the specified label. Any other specified change or label will be ignored.

Supports variable expansion e.g. ${VAR}. If now is used, or a variable that expands to now, then the latest change is used (within the scope of the workspace view). Type: String

parallel

Nested Object

enable:

Type: boolean

path:

Type: String

threads:

Type: String

minfiles:

Type: String

minbytes:

Type: String

browser

Nested Choice of Objects $class: FishEyeBrowser

url

Type: String

rootModule

Type: String

$class: OpenGrokBrowser url::::

+ Type: String

depotPath

Type: String

projectName

Type: String

$class: P4WebBrowser url::::

+ Type: String

$class: SwarmBrowser url::::

+ Type: String

$class: PlasticSCM selector:::

+ Type: String

workspaceName

Type: String

useUpdate

Type: boolean

additionalWorkspaces

Array/List

Nested Object

selector

Type: String

workspaceName

Type: String

useUpdate

Type: boolean

$class: ProxySCM projectName:::

+ Type: String

$class: PucmScm component:::

+ Type: String

levelToPoll

Type: String

loadModule

Type: String

stream

Type: String

newest

Type: boolean

multiSite

Type: boolean

testing

Type: boolean

buildProject

Type: String

$class: PvcsScm projectRoot:::

+ Type: String

archiveRoot

Type: String

changeLogPrefixFudge

Type: String

moduleDir

Type: String

loginId

Type: String

pvcsWorkspace

Type: String

promotionGroup

Type: String

versionLabel

Type: String

cleanCopy

Type: boolean

$class: RTCScm overrideGlobal:::

+ <!-- /* * Copyright (c) 2013 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

The build toolkit location and Jazz Repository connection can be defined globally or overridden. If not defined globally, it must be overridden. Type: boolean

buildTool

<!-- /* * Copyright (c) 2013 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

The RTC build toolkit to use when performing builds. The toolkits available are defined in the system configuration (with the other tools like Ant and Java). The build toolkit is also necessary on the Master for polling and validating the job configuration unless the "Avoid using build toolkit on Master" option is enabled. Type: String

serverURI

<!-- /* * Copyright (c) 2013 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

The Jazz Repository connection URI for the Rational Team Concert (RTC) server Type: String

timeout

<!-- /* * Copyright (c) 2013 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

The timeout period in seconds for Jazz repository requests made during the build. Type: int

userId

<!-- /* * Copyright (c) 2013, 2014 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

The build user id. Either credentials or a user id and password information should be supplied. Type: String

password

<!-- /* * Copyright (c) 2013, 2014 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

The Jazz Repository password for the build user. The use of a password is not secure, it can be easily discovered by anyone with access to this page. Credentials, a password file or a password should be supplied. + hudson.util.Secret+

passwordFile

<!-- /* * Copyright (c) 2013, 2014 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

The path to the file containing the obfuscated Jazz Repository password for the build user. Credentials, a password file or a password should be supplied. Type: String

credentialsId

<!-- /* * Copyright (c) 2014 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

Credentials to use for the build user. A user name and password credential for the Jazz Repository should be configured. Type: String

buildType

Nested Object

value

Type: String

buildDefinition

Type: String

buildWorkspace

Type: String

buildSnapshot

Type: String

buildStream

Type: String

acceptBeforeLoad (optional)

Type: boolean

buildSnapshotContext (optional)

Nested Object

snapshotOwnerType:

Type: String

processAreaOfOwningStream:

Type: String

owningStream:

Type: String

owningWorkspace:

Type: String

clearLoadDirectory (optional)

Type: boolean

createFoldersForComponents (optional)

Type: boolean

currentSnapshotOwnerType (optional)

Type: String

customizedSnapshotName (optional)

Type: String

generateChangelogWithGoodBuild (optional)

Type: boolean

loadDirectory (optional)

Type: String

overrideDefaultSnapshotName (optional)

Type: boolean

processArea (optional)

Type: String

avoidUsingToolkit

<!-- /* * Copyright (c) 2014 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation */ -→

Where possible avoid using the Build toolkit when performing tasks on the Master. This is still in the experimental stage. You will require an RTC 5.0 server which provides some of the services used.

The Build toolkit will not be used when polling RTC and terminating the RTC Build. The toolkit is still required though. It is used for other configuration tasks on the Master (i.e. validating the connection to RTC, the build definition or workspace). It is also used for checkout tasks typically performed on slave nodes. Type: boolean

$class: RepoScm manifestRepositoryUrl:::

+ Type: String

currentBranch (optional)

Type: boolean

depth (optional)

Type: int

destinationDir (optional)

Type: String

forceSync (optional)

Type: boolean

ignoreProjects (optional)

Type: String

jobs (optional)

Type: int

localManifest (optional)

Type: String

manifestBranch (optional)

Type: String

manifestFile (optional)

Type: String

manifestGroup (optional)

Type: String

mirrorDir (optional)

Type: String

noTags (optional)

Type: boolean

quiet (optional)

Type: boolean

repoUrl (optional)

Type: String

resetFirst (optional)

Type: boolean

showAllChanges (optional)

Type: boolean

trace (optional)

Type: boolean

$class: SCLMSCM server:::

+ Type: String

port

Type: int

userID

Type: String

password

Type: String

JESINTERFACELEVEL1

Type: boolean

project

Type: String

alternate

Type: String

group

Type: String

types

Type: String

custJobStep

Type: boolean

JobStep

Type: String

custJobHeader

Type: boolean

JobHeader

Type: String

$class: ShellScriptSCM checkoutShell:::

+ Type: String

pollingShell

Type: String

useCheckoutForPolling

Type: boolean

$class: SimpleClearCaseSCM loadRules:::

+ Specify the paths to the source code inside of ClearCase VOBS. one Path for each line.

For instance:

/vobs/structure/package/product/subproduct /vobs/structure/package/product/anothersubproduct. Type: String

viewname

The viewname which has a configured config spec. This is external to the plugin as the way the config spec can be configured in many different ways. From updating the config spec dynamically with fixed intervals to having a constant one throughout a full project life time. Type: String

branch

Specify which branch to follow. Not mandatory. If not set then all branches will be followed, i.e you will get notifications about changes in branches which your config specification isn’t related to.

    Example value: main, dev etc.
*Type:* String
filter

Filters out mkbranch and rmbranch messages in lshistory. These changes isn’t relevant if you are tracking source files in a specific branch. Type: boolean

$class: StarTeamSCM hostname:::

+ Type: String

port

Type: int

projectname

Type: String

viewname

Type: String

foldername

Type: String

username

Type: String

password

Type: String

labelname

Type: String

promotionstate

Type: boolean

$class: StoreSCM scriptName:::

+ Type: String

repositoryName

Specify the name of the Store repository to be checked. It is assumed that the Smalltalk image being run by the "script" property will contain any necessary repository definitions. Type: String

pundles

List the names of the top-level pundles (bundles and/or packages) to check for changes. All listed pundles and their recursive prerequisites will be checked. Array/List

Nested Object

pundleType

Values:

  • PACKAGE

  • BUNDLE

name

Type: String

versionRegex

Specify a Regex11-style regular expression that specifies which pundle versions to consider when checking for changes. Examples:

        .+ (the default) will match any version string
        \d+ will match any integer version number
        (7.9\s*-\s*)?\d+ will match any integer version number with
            an optional "7.9 - " prefix
*Type:* String
minimumBlessingLevel

Choose the minimum Store blessing level that should be considered. Pundle versions with a lower blessing level will be ignored. Type: String

generateParcelBuilderInputFile

Check this if Jenkins should generate an input file for ParcelBuilder or a similar tool. A ParcelBuilder input file specifies the type, name, and version of all of the Pundles that are part of the current build. Type: boolean

parcelBuilderInputFilename

The name of the file, relative to the Jenkins workspace directory, where the input file for ParcelBuilder will be written. Type: String

$class: SubversionSCM

Checks out the source code from Subversion repositories. See post-commit hook set up for improved turn-around time and performance in polling.

locations

Array/List

Nested Object

remote

Type: String

credentialsId

Type: String

local

Specify a local directory (relative to the workspace root) where this module is checked out. If left empty, the last path component of the URL is used as the default, just like the svn CLI. A single period (.) may be used to check out the project directly into the workspace rather than into a subdirectory. Type: String

depthOption

--depth option for checkout and update commands. Default value is infinity.

empty includes only the immediate target of the operation, not any of its file or directory children.
files includes the immediate target of the operation and any of its immediate file children.
immediates includes the immediate target of the operation and any of its immediate file or directory children. The directory children will themselves be empty.
infinity includes the immediate target, its file and directory children, its children's children, and so on to full recursion.
as-it-is takes the working depth from the current working copy, allows for setting update depth manually using --set-depth option.
  More information can be found
  here.
*Type:* String
ignoreExternalsOption

"--ignore-externals" option will be used with svn checkout, svn update commands to disable externals definition processing.

  More information can be found
here.
    Note: there is the potential to leverage `svn:externals` to gain read access to the entire
    Subversion repository. This can happen if you follow the normal practice of giving Jenkins
    credentials with read access to the entire Subversion repository. You will also need to provide the credentials
    to use when checking/polling out the svn:externals using the Additional Credentials option.
*Type:* boolean
workspaceUpdater

Nested Choice of Objects $class: CheckoutUpdater $class: UpdateUpdater $class: UpdateWithCleanUpdater $class: UpdateWithRevertUpdater

browser

Nested Choice of Objects $class: Assembla

spaceName

Type: String

$class: BacklogRepositoryBrowser url::::

+ Set the project URL of Repository Browser used with this project. Sample of URL are shown below.

When no value is set, project of "Backlog URL" set above is used. Type: String

$class: GoogleCodeRepositoryBrowser $class: PolarionRepositoryBrowser url::::

+ Type: String

location

Type: String

$class: RedmineRepositoryBrowser repositoryId::::

+ Type: String

$class: SVNWeb url::::

+ Type: String

$class: TeamForge connectionFactory::::

+ Nested Object

url:

This should be the URL of your CollabNet TeamForge site. It should be of the form https://forge.collab.net. Type: String

username:

The user who will upload the files. Type: String

password:

The password for the user specified above. If incorrectly given, the login to the CollabNet TeamForge server will fail. Type: String

project

Type: String

repo

Type: String

$class: TracRepositoryBrowser $class: ViewVCRepositoryBrowser url::::

+ Type: String

location

Type: String

$class: WebSVN2RepositoryBrowser url::::

+ Type: String

excludedRegions

If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or folders in this list when determining if a build needs to be triggered.

Each exclusion uses regular expression pattern matching, and must be separated by a new line.
	/trunk/myapp/src/main/web/.*\.html
	/trunk/myapp/src/main/web/.*\.jpeg
	/trunk/myapp/src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to
the SCM a build will not occur.
  More information on regular expressions can be found
  here.
*Type:* String
excludedUsers

If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed by users in this list when determining if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with a distinct SCM user. Each exclusion uses literal pattern matching, and must be separated by a new line.

	 auto_build_user
  The example above illustrates that if only revisions by "auto_build_user" have been committed to the SCM a build will not occur.
*Type:* String
excludedRevprop

If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions that are marked with the given revision property (revprop) when determining if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with the correct revprop. This type of exclusion only works with Subversion 1.5 servers and newer. More information on revision properties can be found here. Type: String

excludedCommitMessages

If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions with commit messages containing any of the given regular expressions when determining if a build needs to be triggered. Type: String

includedRegions

If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or folders that are not in this list when determining if a build needs to be triggered.

Each inclusion uses regular expression pattern matching, and must be separated by a new line.
This is useful when you need to check out an entire resource for building, but only want to do
the build when a subset has changed.
	/trunk/myapp/c/library1/.*
	/trunk/myapp/c/library2/.*
If /trunk/myapp is checked out, the build will only occur when there are changes to
either the c/library1 and c/library2 subtrees.
If there are also excluded regions specified, then a file is not ignored when it is in
the included list and not in the excluded list.
  More information on regular expressions can be found
  here.
*Type:* String
ignoreDirPropChanges

If set, Jenkins ignores svn-property only changes of directories. These changes are ignored when determining whether a build should be triggered and are removed from a build’s changeset. Main usage of this property is to ignore svn:mergeinfo changes (which would otherwise e.g. lead to a complete rebuild of a maven project, in spite of incremental build option). Type: boolean

filterChangelog

If set Jenkins will apply the same inclusion and exclusion patterns for displaying changelog entries as it does for polling for changes. If this is disabled, changes which are excluded for polling are still displayed in the changelog. Type: boolean

additionalCredentials

If there are additional credentials required in order to obtain a complete checkout of the source, they can be provided here.

The realm is how the repository self-identifies to a client. It usually has the following format:

&lt;proto://host:port&gt; Realm Name

`proto` is the protocol, e.g. `http` or `svn`.
`host` is the host how it's accessed by Jenkins, e.g. as IP address `192.168.1.100`, host name `svnserver`, or host name and domain `svn.example.org`.
`port` is the port, even if not explicitly specified. By default, this is `80` for HTTP, `443` for HTTPS, 3690 for the `svn` protocol.
`Realm Name` is how the repository self-identifies. Common options include `VisualSVN Server`, `Subversion Authentication` or the UUID of the repository.

To find out the realm, you could do any of the following:

If you access the repository via HTTP or HTTPS: Open the repo in a web browser without saved credentials. It will use the `Realm Name` (see above) in the authentication dialog.
Use the command line `svn` program.
If you don't have stored the credentials, run e.g. `svn info https://svnserver/repo` and it will tell you the realm when asking you to enter a password, e.g.: Authentication realm: &lt;svn://svnserver:3690&gt; VisualSVN Server.
If you have already stored the credentials to access the repository, look for the realm name in one of the files in `~/.subversion/auth/svn/simple`; it will be two lines below the line `svn:realmstring`

Make sure to enter the realm exactly as shown, starting with a &lt;. Array/List

Nested Object

realm

This is the realm that the SvnKit library associates with a specific checkout. For most Subversion servers this will typically be of the format &lt;scheme://hostname(:port)/path...&gt; Type: String

credentialsId

Select the credential from the list of relevant credentials in order to use that credential for checking out the source code. Type: String

$class: SurroundSCM rsaKeyPath:::

+ Type: String

server

Type: String

serverPort

Type: String

userName

Type: String

password

Type: String

branch

Type: String

repository

Type: String

surroundSCMExecutable

Type: String

includeOutput

Type: boolean

$class: SynergySCM project:::

+ Type: String

database

Type: String

release

Type: String

purpose

Type: String

username

Type: String

password

Type: String

engine

Type: String

oldProject

Type: String

baseline

Type: String

oldBaseline

Type: String

ccmHome

Type: String

remoteClient

Type: boolean

detectConflict

Type: boolean

replaceSubprojects

Type: boolean

checkForUpdateWarnings

Type: boolean

leaveSessionOpen

Type: boolean

maintainWorkarea

Type: boolean

checkTaskModifiedObjects

Type: boolean

$class: TeamFoundationServerScm serverUrl:::

+ NEW since 5.1.0: This field now allows you to select from a list that is built from the values configured under Team Project Collections at Jenkins > Manage Jenkins > Configure System.

If you are using Team Services, please omit the `/DefaultCollection`.
Examples:
`http://tfs.example.com:8080/tfs/DefaultCollection`
`https://tfs.example.com:8080/tfs/CustomCollection`
`https://fabrikam-fiber-inc.visualstudio.com`
Learn more about team project collections at MSDN.
Note:
        Historically, this field was labeled "Server URL" because earlier versions of TFS did not support team project collections.
*Type:* String
projectPath

The name of the project as it is registered on the server. Type: String

workspaceName

The name of the Workspace under which the source should be retrieved. This workspace is created as needed. You can normally omit the property unless you want to name a workspace to avoid conflicts on the server (i.e. when you have multiple projects on one server talking to TFS/Team Services)

The default value is to create a workspace named Hudson-${JOB_NAME}. The TFS plugin for Jenkins supports the following macros that are replaced in the workspace name:

${JOB_NAME} - The name of the job. ${USER_NAME} - The user name that the Hudson server or slave is running as. ${NODE_NAME} - The name of the node/slave that the plugin currently is executed on. Note that this is not the hostname, this value is Hudson configured name of the slave/node. ${:encoding=>"UTF-8", :interpolate=>false, :scss=>{:line_numbers=>true, :style=>"expanded"}, :sass=>{:line_numbers=>true, :style=>"expanded"}, :content_syntax=>{"coffee"=>"coffeescript", "md"=>"markdown", "mkd"=>"markdown", "org"=>"orgmod", "adoc"=>"asciidoc", "ad"=>"asciidoc"}, :haml=>AStruct<{:attr_wrapper=>"\"", :escape_attrs=>:once, :format=>:xhtml, :ugly=>true, :escape_html=>false}>, :"haml|html"=>AStruct<{:format=>:html5}>, :slim=>{:sort_attrs=>false, :disable_escape=>true, :format=>:xhtml}, :"slim|html"=>{:format=>:html}, :asciidoctor=>AStruct<{:backend=>"html5", :safe=>"unsafe", :attributes=>{"imagesdir"=>"/images@", "stylesdir"=>"/stylesheets", "compat-mode"=>"@", "attribute-missing"=>"warn", "relfileprefix"=>"../", "outfilesuffix"=>"/", "idprefix"=>"", "idseparator"=>"-", "icons"=>"font", "sectanchors"=>"", "linkattrs"=>"", "source-highlighter"=>"coderay", "coderay-css"=>"style", "prewrap"=>nil, "fragment"=>"", "notitle"=>"", "site-encoding"=>"UTF-8@", "site-interpolate"=>"false@", "site-profile"=>"rtyler@", "site-base_url"=>"https://rtyler.github.io/jenkins.io@", "site-local_tz"=>"UTC@", "site-base_title"=>"Jenkins@", "env"=>Site{:dir=>/home/tyler/source/github/jenkins-infra/jenkins.io/content}, "env-site"=>true, "awestruct-version"=>"0.5.7", "docdir"=>"/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps", "docfile"=>"/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc", "docname"=>"workflow-scm-step", "docdate"=>"2017-01-31", "doctime"=>"15:12:26 PST", "docdatetime"=>"2017-01-31 15:12:26 PST", "page-interpolate"=>"false@", "page-layout"=>"simplepage@", "page-title"=>"workflow-scm-step@", "page-tags"=>"[#/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 30974940: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 37976760: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 38708440: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 39812460: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 28664420: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 29390880: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 65495200: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>]@", "page-author"=>"@", "page-slug"=>"blueocean-dev-log-jan2@", "page-lastmod"=>"2017-01-31@", "page-priority"=>"0.1@", "page-change_frequency"=>"never@", "page-url"=>"/doc/pipeline/steps/workflow-scm-step/@", "page-section"=>"doc@", "page-doctitle"=>"workflow-scm-step@", "page-authors"=>"[AStruct<{:name=>\"\", :email=>\"jenkinsci-users@googlegroups.com\"}>]@", "page-notitle"=>"true@"}, :base_dir=>nil}>, :textile=>{:no_span_caps=>true}, :generation=>AStruct<{:in_theads=>40, "in_threads"=>0, :mutex=>#, :return_results=>true}>, :profile=>"rtyler", :base_url=>"https://rtyler.github.io/jenkins.io", :local_tz=>"UTC", :base_title=>"Jenkins", :google_analytics=>AStruct<{"anonymizeIp"=>true, "account"=>"UA-4216293-5"}>, :deploy=>{"host"=>"github_pages", "branch"=>"gh-pages"}, :posts=>[Awestruct::Page{ 19705000: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 23939360: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 29461180: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 30152520: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, Awestruct::Page{ 30974940: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 35409320: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 36439480: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 37359640: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 37712920: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, Awestruct::Page{ 37976760: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 38238300: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 38708440: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 39300960: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 39833820: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 40372480: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, Awestruct::Page{ 40893760: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, Awestruct::Page{ 21302060: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 24699220: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 29615820: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 30161980: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 30993480: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 35648700: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 36596540: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, Awestruct::Page{ 37476520: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 37782400: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 38026840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 38276480: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 38746000: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 39304960: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 39812460: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 40385440: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, Awestruct::Page{ 40929420: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 20636380: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 24614280: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 29546300: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 30138920: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 30990960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 35467580: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 36560060: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 37428040: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 37762120: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 38006680: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 38246860: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 38362100: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, Awestruct::Page{ 38860480: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 39415140: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 40017860: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 18289920: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 23329320: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 28664420: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 29815260: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 30368120: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 31078780: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 35645000: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 36659400: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 37475200: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 37802560: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 38041860: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 38288020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 38766640: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 39352900: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 39844360: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 40382640: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, Awestruct::Page{ 40947680: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, Awestruct::Page{ 20658920: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 24473620: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, Awestruct::Page{ 29390880: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 30093840: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 30937020: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 35471180: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 36512880: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 37376020: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 37737580: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 37960980: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 38171280: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 38434980: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, Awestruct::Page{ 39127040: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 39637980: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 40152060: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 40720860: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 19409280: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 23926280: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, Awestruct::Page{ 28998660: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 29927060: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 30370880: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 31102720: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 35838560: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 36811480: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, Awestruct::Page{ 37518100: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 37811500: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, Awestruct::Page{ 38031180: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, Awestruct::Page{ 38237520: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, Awestruct::Page{ 38451900: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, Awestruct::Page{ 39135040: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, Awestruct::Page{ 39654740: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, Awestruct::Page{ 40153920: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 40633240: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 18262600: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, Awestruct::Page{ 23041820: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, Awestruct::Page{ 24701240: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 29598380: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, Awestruct::Page{ 30146660: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, Awestruct::Page{ 30959520: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, Awestruct::Page{ 35332240: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, Awestruct::Page{ 36259080: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, Awestruct::Page{ 37240280: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, Awestruct::Page{ 37630360: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, Awestruct::Page{ 38233520: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 38414220: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 38935340: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 39408140: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 39808660: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 40251920: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 40701400: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 37409720: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 21165360: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 24432620: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 29164240: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 29897340: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 30316800: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 31001840: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 31111960: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, Awestruct::Page{ 35574000: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 36345360: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 37204480: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 37569860: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 37983960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 38178620: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 38356400: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 38776340: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 39271280: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 39672540: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 41012900: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, Awestruct::Page{ 20575280: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 23942180: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 28730160: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 29715420: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 30140760: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 30885300: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 31190820: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 35783660: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 36558420: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 37288880: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 37832300: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 38022340: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, Awestruct::Page{ 38210640: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 38391420: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 38876820: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 39349460: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 39746340: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 40177480: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 40607980: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 41032720: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 20625080: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 24078080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 28772040: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 29738440: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 30903380: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 31202700: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, Awestruct::Page{ 35808460: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 36578760: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 37291260: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 37631120: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 37847280: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38030360: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38221600: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38402860: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 38914780: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 39768520: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 40211200: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, Awestruct::Page{ 40639620: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 41054120: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 20699440: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 24210340: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 28962060: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 29799940: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 30193660: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 30928520: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 28984860: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 35864120: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 37362080: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 37652280: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 38043960: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 38247820: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 38424840: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 38959460: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 39412500: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 39809860: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 40250160: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 40698180: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 37405740: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 20935360: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 29007080: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23748500: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 30947940: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 30366940: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 35933180: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 36686140: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 37372580: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 37659980: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 37865300: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 38234420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 38930840: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 39383180: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 39769400: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 40206540: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 41050540: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 20653220: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 24167780: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 29753260: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 30158500: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 30902400: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 31197900: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 35788360: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 36556200: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 37619760: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 37824460: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 38199300: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 38375160: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 38792540: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 39298840: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 39702840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 40112580: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 40543340: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 40974400: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 23727180: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 28665860: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 29690180: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 30870840: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 31160980: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 35701860: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 36444580: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 37253140: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 37582640: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 37798700: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 38001920: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 38186080: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 38778840: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 39270840: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 39666740: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 40100780: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 40524440: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 19797960: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 23632860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 28573620: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 29543860: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 31098880: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 36265660: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 37136680: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 37531300: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 37751660: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 37938580: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 38125200: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 38302020: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 38488460: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 39133220: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 39507300: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 39935320: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 40373380: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 40781560: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 19250260: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, Awestruct::Page{ 21548260: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, Awestruct::Page{ 24556920: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 29192400: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 29905480: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 30315660: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 35244600: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 36022940: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 36766400: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 37418460: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 37669540: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 37870880: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 38055220: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 38236860: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 38410540: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 38916220: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 39368140: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 39765640: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 40200600: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 40611700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 41031920: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 20594200: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 23930980: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 28724720: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 29697360: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 30105200: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 30842320: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 31130040: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 36368660: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 37190680: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 37548000: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 37763720: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 37948420: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 38133100: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 38304500: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 38477480: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 39111840: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 39493320: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 39886000: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 40319180: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 40726460: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 41063780: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 21053800: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 24260940: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 29003420: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 29816540: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 30190140: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 35785300: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 36537120: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 37262860: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 37801960: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 37983800: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 38165300: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 38335000: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 38740020: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 39184740: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 39530260: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 39980940: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 40380720: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 40804880: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 19294040: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 22954500: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 29175240: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 29891260: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 30671340: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 30960540: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 36646620: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 37648980: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 37859440: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 38035720: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 38217120: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 38388540: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 38857000: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 39279120: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 39700280: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 40101600: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 40519420: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 40910040: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 19742320: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 23529480: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 24996720: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 29458720: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 29970260: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 30369300: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 31026780: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 35318920: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 36049620: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 36748880: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 37416340: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 37661960: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 38037020: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 38214740: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 38383520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 39275920: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 40905520: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 19475620: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 23362600: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 24821240: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 29364000: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 29944500: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 30605180: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 30999180: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 35233000: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 35962800: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 36686740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 37366960: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 37646780: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 37835340: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 38019100: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 38196740: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 39243640: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 39624300: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 40027500: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 40442480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 40847640: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 23034660: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 24567200: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 29188440: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 29890000: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, Awestruct::Page{ 30678720: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 30957040: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 29036420: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 35857520: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 36579260: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, Awestruct::Page{ 37284460: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 37600980: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 37805460: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, Awestruct::Page{ 37985580: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 38164060: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 38329160: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, Awestruct::Page{ 38734020: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, Awestruct::Page{ 39161380: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 39515060: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 39947740: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 40370840: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 40764000: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 21156460: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 24262180: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 28995940: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 29783240: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 30154160: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, Awestruct::Page{ 30894260: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 31172640: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 35681440: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, Awestruct::Page{ 36395100: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 37191500: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, Awestruct::Page{ 37547860: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 37761180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 37951700: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 38136220: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 38301460: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, Awestruct::Page{ 38474320: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 39087540: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, Awestruct::Page{ 39464240: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 39867920: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 40714800: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 37404720: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 20841900: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 24197960: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, Awestruct::Page{ 28797320: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], :posts_archive=>#{1=>{20=>[Awestruct::Page{ 19705000: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }], 19=>[Awestruct::Page{ 23939360: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], 17=>[Awestruct::Page{ 29461180: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 30152520: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], 13=>[Awestruct::Page{ 30974940: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }], 12=>[Awestruct::Page{ 35409320: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }], 11=>[Awestruct::Page{ 36439480: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }], 10=>[Awestruct::Page{ 37359640: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 37712920: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }]}}, 2016=>{12=>{31=>[Awestruct::Page{ 37976760: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }], 20=>[Awestruct::Page{ 38238300: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], 19=>[Awestruct::Page{ 38708440: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }], 10=>[Awestruct::Page{ 39300960: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }], 9=>[Awestruct::Page{ 39833820: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }]}, 11=>{22=>[Awestruct::Page{ 40372480: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }], 21=>[Awestruct::Page{ 40893760: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], 16=>[Awestruct::Page{ 21302060: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }], 13=>[Awestruct::Page{ 24699220: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }], 12=>[Awestruct::Page{ 29615820: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }], 11=>[Awestruct::Page{ 30161980: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }]}, 10=>{31=>[Awestruct::Page{ 30993480: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }], 18=>[Awestruct::Page{ 35648700: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }], 16=>[Awestruct::Page{ 36596540: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }]}, 9=>{30=>[Awestruct::Page{ 37476520: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }], 29=>[Awestruct::Page{ 37782400: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }], 27=>[Awestruct::Page{ 38026840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }], 24=>[Awestruct::Page{ 38276480: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }], 21=>[Awestruct::Page{ 38746000: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }], 20=>[Awestruct::Page{ 39304960: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }], 19=>[Awestruct::Page{ 39812460: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }], 9=>[Awestruct::Page{ 40385440: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }], 8=>[Awestruct::Page{ 40929420: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }], 7=>[Awestruct::Page{ 20636380: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }], 6=>[Awestruct::Page{ 24614280: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }], 1=>[Awestruct::Page{ 29546300: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 30138920: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }], 30=>[Awestruct::Page{ 30990960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }], 29=>[Awestruct::Page{ 35467580: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 36560060: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }], 26=>[Awestruct::Page{ 37428040: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }], 24=>[Awestruct::Page{ 37762120: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }], 22=>[Awestruct::Page{ 38006680: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }], 17=>[Awestruct::Page{ 38246860: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 38362100: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }], 11=>[Awestruct::Page{ 38860480: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }], 10=>[Awestruct::Page{ 39415140: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], 9=>[Awestruct::Page{ 40017860: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }], 8=>[Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], 3=>[Awestruct::Page{ 18289920: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }]}, 7=>{26=>[Awestruct::Page{ 23329320: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }], 19=>[Awestruct::Page{ 28664420: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }], 18=>[Awestruct::Page{ 29815260: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], 14=>[Awestruct::Page{ 30368120: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }], 7=>[Awestruct::Page{ 31078780: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }], 1=>[Awestruct::Page{ 35645000: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }]}, 6=>{30=>[Awestruct::Page{ 36659400: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }], 29=>[Awestruct::Page{ 37475200: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }], 21=>[Awestruct::Page{ 37802560: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }], 16=>[Awestruct::Page{ 38041860: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }], 15=>[Awestruct::Page{ 38288020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }], 14=>[Awestruct::Page{ 38766640: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 39352900: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], 13=>[Awestruct::Page{ 39844360: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 40382640: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }], 10=>[Awestruct::Page{ 40947680: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], 1=>[Awestruct::Page{ 20658920: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }]}, 5=>{31=>[Awestruct::Page{ 24473620: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }], 26=>[Awestruct::Page{ 29390880: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 30093840: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }], 25=>[Awestruct::Page{ 30937020: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }], 23=>[Awestruct::Page{ 35471180: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }], 18=>[Awestruct::Page{ 36512880: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }], 17=>[Awestruct::Page{ 37376020: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }], 12=>[Awestruct::Page{ 37737580: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }], 11=>[Awestruct::Page{ 37960980: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }], 10=>[Awestruct::Page{ 38171280: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }]}, 4=>{26=>[Awestruct::Page{ 38434980: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }], 22=>[Awestruct::Page{ 39127040: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 39637980: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }], 21=>[Awestruct::Page{ 40152060: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }], 15=>[Awestruct::Page{ 40720860: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }], 14=>[Awestruct::Page{ 19409280: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 23926280: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }], 11=>[Awestruct::Page{ 28998660: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 29927060: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 30370880: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }], 7=>[Awestruct::Page{ 31102720: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 35838560: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 36811480: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }], 1=>[Awestruct::Page{ 37518100: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }]}, 3=>{30=>[Awestruct::Page{ 37811500: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }], 24=>[Awestruct::Page{ 38031180: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }], 21=>[Awestruct::Page{ 38237520: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }], 18=>[Awestruct::Page{ 38451900: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }], 15=>[Awestruct::Page{ 39135040: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }], 11=>[Awestruct::Page{ 39654740: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }], 3=>[Awestruct::Page{ 40153920: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }], 2=>[Awestruct::Page{ 40633240: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }]}, 2=>{29=>[Awestruct::Page{ 18262600: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }], 24=>[Awestruct::Page{ 23041820: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }], 19=>[Awestruct::Page{ 24701240: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }], 6=>[Awestruct::Page{ 29598380: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }]}, 1=>{27=>[Awestruct::Page{ 30146660: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], 26=>[Awestruct::Page{ 30959520: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }], 10=>[Awestruct::Page{ 35332240: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }], 7=>[Awestruct::Page{ 36259080: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }], 5=>[Awestruct::Page{ 37240280: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }], 4=>[Awestruct::Page{ 37630360: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }]}}, 2015=>{12=>{21=>[Awestruct::Page{ 38233520: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }], 18=>[Awestruct::Page{ 38414220: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 38935340: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 39408140: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 39808660: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }], 17=>[Awestruct::Page{ 40251920: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }], 16=>[Awestruct::Page{ 40701400: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }], 9=>[Awestruct::Page{ 37409720: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }], 3=>[Awestruct::Page{ 21165360: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }], 2=>[Awestruct::Page{ 24432620: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }]}, 11=>{16=>[Awestruct::Page{ 29164240: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }], 11=>[Awestruct::Page{ 29897340: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }], 6=>[Awestruct::Page{ 30316800: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 31001840: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }], 4=>[Awestruct::Page{ 31111960: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }], 3=>[Awestruct::Page{ 35574000: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }], 1=>[Awestruct::Page{ 36345360: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }]}, 10=>{30=>[Awestruct::Page{ 37204480: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }], 29=>[Awestruct::Page{ 37569860: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }], 28=>[Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }], 27=>[Awestruct::Page{ 37983960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }], 25=>[Awestruct::Page{ 38178620: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }], 19=>[Awestruct::Page{ 38356400: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }], 9=>[Awestruct::Page{ 38776340: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }], 2=>[Awestruct::Page{ 39271280: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }], 1=>[Awestruct::Page{ 39672540: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }]}, 9=>{30=>[Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }], 29=>[Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }], 19=>[Awestruct::Page{ 41012900: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }], 7=>[Awestruct::Page{ 20575280: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }], 3=>[Awestruct::Page{ 23942180: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }], 1=>[Awestruct::Page{ 28730160: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 29715420: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 30140760: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 30885300: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }], 28=>[Awestruct::Page{ 31190820: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }], 25=>[Awestruct::Page{ 35783660: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }], 24=>[Awestruct::Page{ 36558420: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }], 20=>[Awestruct::Page{ 37288880: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }], 18=>[Awestruct::Page{ 37832300: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }], 13=>[Awestruct::Page{ 38022340: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }], 10=>[Awestruct::Page{ 38210640: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }], 5=>[Awestruct::Page{ 38391420: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }], 4=>[Awestruct::Page{ 38876820: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 39349460: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }], 3=>[Awestruct::Page{ 39746340: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }]}, 7=>{30=>[Awestruct::Page{ 40177480: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }], 29=>[Awestruct::Page{ 40607980: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }], 28=>[Awestruct::Page{ 41032720: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }], 25=>[Awestruct::Page{ 20625080: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }], 24=>[Awestruct::Page{ 24078080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 28772040: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }], 23=>[Awestruct::Page{ 29738440: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }], 15=>[Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }], 14=>[Awestruct::Page{ 30903380: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }], 9=>[Awestruct::Page{ 31202700: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }]}, 6=>{22=>[Awestruct::Page{ 35808460: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }], 16=>[Awestruct::Page{ 36578760: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }], 15=>[Awestruct::Page{ 37291260: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }], 9=>[Awestruct::Page{ 37631120: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }], 8=>[Awestruct::Page{ 37847280: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }], 3=>[Awestruct::Page{ 38030360: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }], 2=>[Awestruct::Page{ 38221600: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }], 1=>[Awestruct::Page{ 38402860: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }]}, 5=>{20=>[Awestruct::Page{ 38914780: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }], 18=>[Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }], 14=>[Awestruct::Page{ 39768520: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }], 7=>[Awestruct::Page{ 40211200: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 40639620: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }], 22=>[Awestruct::Page{ 41054120: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }], 13=>[Awestruct::Page{ 20699440: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }], 6=>[Awestruct::Page{ 24210340: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 28962060: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }]}, 3=>{25=>[Awestruct::Page{ 29799940: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }], 17=>[Awestruct::Page{ 30193660: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }], 6=>[Awestruct::Page{ 30928520: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }], 3=>[Awestruct::Page{ 28984860: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }]}, 2=>{25=>[Awestruct::Page{ 35864120: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }], 24=>[Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }], 19=>[Awestruct::Page{ 37362080: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }], 9=>[Awestruct::Page{ 37652280: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }]}, 1=>{27=>[Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 38043960: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }]}}, 2014=>{12=>{17=>[Awestruct::Page{ 38247820: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }], 3=>[Awestruct::Page{ 38424840: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }]}, 10=>{20=>[Awestruct::Page{ 38959460: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 39412500: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }], 15=>[Awestruct::Page{ 39809860: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }], 6=>[Awestruct::Page{ 40250160: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }]}, 9=>{25=>[Awestruct::Page{ 40698180: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }], 24=>[Awestruct::Page{ 37405740: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 20935360: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }], 17=>[Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }], 2=>[Awestruct::Page{ 29007080: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }]}, 8=>{28=>[Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23748500: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }], 12=>[Awestruct::Page{ 30947940: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 30366940: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }], 11=>[Awestruct::Page{ 35933180: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }]}, 7=>{30=>[Awestruct::Page{ 36686140: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }], 28=>[Awestruct::Page{ 37372580: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }], 18=>[Awestruct::Page{ 37659980: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }], 9=>[Awestruct::Page{ 37865300: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }], 8=>[Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }], 3=>[Awestruct::Page{ 38234420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 38930840: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 39383180: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }], 1=>[Awestruct::Page{ 39769400: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 40206540: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }]}, 6=>{20=>[Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }], 19=>[Awestruct::Page{ 41050540: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }], 16=>[Awestruct::Page{ 20653220: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }], 11=>[Awestruct::Page{ 24167780: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }], 10=>[Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }], 9=>[Awestruct::Page{ 29753260: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }], 6=>[Awestruct::Page{ 30158500: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }], 5=>[Awestruct::Page{ 30902400: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }], 3=>[Awestruct::Page{ 31197900: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 35788360: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }]}, 5=>{30=>[Awestruct::Page{ 36556200: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }], 27=>[Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }], 19=>[Awestruct::Page{ 37619760: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }], 8=>[Awestruct::Page{ 37824460: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }], 18=>[Awestruct::Page{ 38199300: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }], 16=>[Awestruct::Page{ 38375160: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }], 15=>[Awestruct::Page{ 38792540: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }], 11=>[Awestruct::Page{ 39298840: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 39702840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }], 9=>[Awestruct::Page{ 40112580: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }], 4=>[Awestruct::Page{ 40543340: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }], 1=>[Awestruct::Page{ 40974400: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }]}, 3=>{21=>[Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }], 19=>[Awestruct::Page{ 23727180: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }]}, 1=>{25=>[Awestruct::Page{ 28665860: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }]}}, 2013=>{12=>{5=>[Awestruct::Page{ 29690180: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }], 4=>[Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }]}, 11=>{25=>[Awestruct::Page{ 30870840: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }], 20=>[Awestruct::Page{ 31160980: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }], 17=>[Awestruct::Page{ 35701860: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }], 8=>[Awestruct::Page{ 36444580: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }]}, 10=>{18=>[Awestruct::Page{ 37253140: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }], 9=>[Awestruct::Page{ 37582640: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 37798700: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }]}, 9=>{23=>[Awestruct::Page{ 38001920: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 38186080: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }], 16=>[Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }], 11=>[Awestruct::Page{ 38778840: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }], 9=>[Awestruct::Page{ 39270840: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }], 5=>[Awestruct::Page{ 39666740: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }]}, 8=>{1=>[Awestruct::Page{ 40100780: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }]}, 7=>{31=>[Awestruct::Page{ 40524440: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }], 24=>[Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 19797960: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }], 11=>[Awestruct::Page{ 23632860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }], 1=>[Awestruct::Page{ 28573620: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }]}, 6=>{21=>[Awestruct::Page{ 29543860: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }]}, 5=>{22=>[Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }], 17=>[Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }], 6=>[Awestruct::Page{ 31098880: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }]}, 4=>{30=>[Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }], 25=>[Awestruct::Page{ 36265660: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }], 19=>[Awestruct::Page{ 37136680: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }]}, 3=>{12=>[Awestruct::Page{ 37531300: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }]}, 2=>{15=>[Awestruct::Page{ 37751660: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }]}, 1=>{30=>[Awestruct::Page{ 37938580: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }], 26=>[Awestruct::Page{ 38125200: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }], 9=>[Awestruct::Page{ 38302020: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }]}}, 2012=>{12=>{25=>[Awestruct::Page{ 38488460: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }], 20=>[Awestruct::Page{ 39133220: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }], 19=>[Awestruct::Page{ 39507300: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }], 13=>[Awestruct::Page{ 39935320: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }]}, 11=>{18=>[Awestruct::Page{ 40373380: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }], 16=>[Awestruct::Page{ 40781560: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }], 15=>[Awestruct::Page{ 19250260: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }], 14=>[Awestruct::Page{ 21548260: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }]}, 9=>{28=>[Awestruct::Page{ 24556920: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 29192400: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }], 26=>[Awestruct::Page{ 29905480: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 30315660: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }], 24=>[Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }], 21=>[Awestruct::Page{ 35244600: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }], 12=>[Awestruct::Page{ 36022940: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }], 11=>[Awestruct::Page{ 36766400: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }]}, 8=>{27=>[Awestruct::Page{ 37418460: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }], 20=>[Awestruct::Page{ 37669540: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }]}, 7=>{26=>[Awestruct::Page{ 37870880: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }], 23=>[Awestruct::Page{ 38055220: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }]}, 6=>{22=>[Awestruct::Page{ 38236860: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }], 19=>[Awestruct::Page{ 38410540: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }]}, 5=>{28=>[Awestruct::Page{ 38916220: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }], 21=>[Awestruct::Page{ 39368140: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }], 10=>[Awestruct::Page{ 39765640: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }]}, 4=>{13=>[Awestruct::Page{ 40200600: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }]}, 3=>{26=>[Awestruct::Page{ 40611700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }], 13=>[Awestruct::Page{ 41031920: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }], 6=>[Awestruct::Page{ 20594200: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }]}, 2=>{21=>[Awestruct::Page{ 23930980: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 28724720: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }], 13=>[Awestruct::Page{ 29697360: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }], 2=>[Awestruct::Page{ 30105200: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }]}, 1=>{20=>[Awestruct::Page{ 30842320: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }], 5=>[Awestruct::Page{ 31130040: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }], 4=>[Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }]}}, 2011=>{12=>{28=>[Awestruct::Page{ 36368660: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }], 23=>[Awestruct::Page{ 37190680: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }], 20=>[Awestruct::Page{ 37548000: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }], 19=>[Awestruct::Page{ 37763720: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }], 5=>[Awestruct::Page{ 37948420: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }], 2=>[Awestruct::Page{ 38133100: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }]}, 11=>{15=>[Awestruct::Page{ 38304500: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }], 10=>[Awestruct::Page{ 38477480: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }], 7=>[Awestruct::Page{ 39111840: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }], 4=>[Awestruct::Page{ 39493320: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }], 3=>[Awestruct::Page{ 39886000: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }]}, 10=>{21=>[Awestruct::Page{ 40319180: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }], 17=>[Awestruct::Page{ 40726460: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }], 5=>[Awestruct::Page{ 41063780: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }]}, 9=>{20=>[Awestruct::Page{ 21053800: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }], 19=>[Awestruct::Page{ 24260940: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }], 14=>[Awestruct::Page{ 29003420: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }], 1=>[Awestruct::Page{ 29816540: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }]}, 8=>{9=>[Awestruct::Page{ 30190140: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }], 8=>[Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }]}, 7=>{18=>[Awestruct::Page{ 35785300: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }]}, 6=>{24=>[Awestruct::Page{ 36537120: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }], 16=>[Awestruct::Page{ 37262860: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }], 14=>[Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }], 9=>[Awestruct::Page{ 37801960: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }], 8=>[Awestruct::Page{ 37983800: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }]}, 5=>{27=>[Awestruct::Page{ 38165300: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }], 12=>[Awestruct::Page{ 38335000: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 38740020: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }], 4=>[Awestruct::Page{ 39184740: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }]}, 4=>{14=>[Awestruct::Page{ 39530260: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }], 4=>[Awestruct::Page{ 39980940: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }], 1=>[Awestruct::Page{ 40380720: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }]}, 3=>{23=>[Awestruct::Page{ 40804880: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }], 21=>[Awestruct::Page{ 19294040: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }], 13=>[Awestruct::Page{ 22954500: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }], 3=>[Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }]}, 2=>{14=>[Awestruct::Page{ 29175240: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }], 5=>[Awestruct::Page{ 29891260: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }], 4=>[Awestruct::Page{ 30671340: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 30960540: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }]}, 1=>{29=>[Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }], 11=>[Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }], 8=>[Awestruct::Page{ 36646620: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }]}}, 2010=>{12=>{5=>[Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }], 1=>[Awestruct::Page{ 37648980: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }]}, 11=>{30=>[Awestruct::Page{ 37859440: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }], 23=>[Awestruct::Page{ 38035720: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 38217120: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }]}, 10=>{21=>[Awestruct::Page{ 38388540: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }]}, 9=>{22=>[Awestruct::Page{ 38857000: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }], 21=>[Awestruct::Page{ 39279120: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 39700280: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 40101600: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }], 20=>[Awestruct::Page{ 40519420: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 40910040: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 19742320: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }], 17=>[Awestruct::Page{ 23529480: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }], 9=>[Awestruct::Page{ 24996720: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }], 5=>[Awestruct::Page{ 29458720: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }], 4=>[Awestruct::Page{ 29970260: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }], 2=>[Awestruct::Page{ 30369300: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }], 1=>[Awestruct::Page{ 31026780: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 35318920: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }], 30=>[Awestruct::Page{ 36049620: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }], 29=>[Awestruct::Page{ 36748880: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }], 26=>[Awestruct::Page{ 37416340: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }], 20=>[Awestruct::Page{ 37661960: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }], 17=>[Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 38037020: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }], 16=>[Awestruct::Page{ 38214740: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }], 11=>[Awestruct::Page{ 38383520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }], 10=>[Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }], 2=>[Awestruct::Page{ 39275920: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }]}, 7=>{28=>[Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }], 27=>[Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }], 22=>[Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }], 21=>[Awestruct::Page{ 40905520: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }], 13=>[Awestruct::Page{ 19475620: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }], 12=>[Awestruct::Page{ 23362600: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }], 8=>[Awestruct::Page{ 24821240: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }], 7=>[Awestruct::Page{ 29364000: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }], 6=>[Awestruct::Page{ 29944500: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }], 5=>[Awestruct::Page{ 30605180: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 30999180: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }]}, 6=>{29=>[Awestruct::Page{ 35233000: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }], 28=>[Awestruct::Page{ 35962800: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }], 23=>[Awestruct::Page{ 36686740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }], 22=>[Awestruct::Page{ 37366960: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }], 14=>[Awestruct::Page{ 37646780: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }], 11=>[Awestruct::Page{ 37835340: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }], 10=>[Awestruct::Page{ 38019100: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }], 9=>[Awestruct::Page{ 38196740: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }], 16=>[Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 39243640: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }], 12=>[Awestruct::Page{ 39624300: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }], 7=>[Awestruct::Page{ 40027500: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }], 1=>[Awestruct::Page{ 40442480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 40847640: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }]}, 3=>{31=>[Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 23034660: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }], 30=>[Awestruct::Page{ 24567200: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }], 27=>[Awestruct::Page{ 29188440: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }], 23=>[Awestruct::Page{ 29890000: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }], 22=>[Awestruct::Page{ 30678720: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }], 19=>[Awestruct::Page{ 30957040: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 29036420: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 35857520: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }], 16=>[Awestruct::Page{ 36579260: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }], 15=>[Awestruct::Page{ 37284460: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 37600980: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }], 14=>[Awestruct::Page{ 37805460: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }], 13=>[Awestruct::Page{ 37985580: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }], 12=>[Awestruct::Page{ 38164060: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 38329160: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }], 9=>[Awestruct::Page{ 38734020: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }], 8=>[Awestruct::Page{ 39161380: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 39515060: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }], 7=>[Awestruct::Page{ 39947740: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }], 5=>[Awestruct::Page{ 40370840: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 40764000: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }], 2=>[Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 21156460: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }], 1=>[Awestruct::Page{ 24262180: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 28995940: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }]}, 2=>{26=>[Awestruct::Page{ 29783240: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 30154160: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }], 25=>[Awestruct::Page{ 30894260: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 31172640: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 35681440: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }], 24=>[Awestruct::Page{ 36395100: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }], 23=>[Awestruct::Page{ 37191500: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }], 22=>[Awestruct::Page{ 37547860: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }], 19=>[Awestruct::Page{ 37761180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }], 18=>[Awestruct::Page{ 37951700: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }], 17=>[Awestruct::Page{ 38136220: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }], 16=>[Awestruct::Page{ 38301460: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }], 15=>[Awestruct::Page{ 38474320: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }], 14=>[Awestruct::Page{ 39087540: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }], 12=>[Awestruct::Page{ 39464240: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }], 11=>[Awestruct::Page{ 39867920: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], 10=>[Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], 9=>[Awestruct::Page{ 40714800: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }], 8=>[Awestruct::Page{ 37404720: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 20841900: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 24197960: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], 2=>[Awestruct::Page{ 28797320: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }]}}}>, :posts_tags=>[#/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 37376020: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 38261920: output_path=>/node/tags/JAM/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 20636380: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 24614280: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 29546300: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 30138920: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 36560060: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 38246860: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 38860480: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 36366520: output_path=>/node/tags/JenkinsWorld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 38957440: output_path=>/node/tags/administration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57963540: output_path=>/node/tags/aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 36512880: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 37737580: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 69818240: output_path=>/node/tags/azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 30974940: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 37976760: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 38708440: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 39812460: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 28664420: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 29390880: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 65495200: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 19106480: output_path=>/node/tags/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 56026260: output_path=>/node/tags/certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 29164240: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 30316800: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 38776340: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 30885300: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 20625080: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 37136680: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 39133220: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 35244600: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 37418460: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 38236860: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 38410540: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 77462600: output_path=>/node/tags/cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 76568960: output_path=>/node/tags/conditional-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 39415140: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 35838560: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 67933760: output_path=>/node/tags/continuousdelivery/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 21302060: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 37802560: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 39352900: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 30093840: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 30937020: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 37960980: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 18262600: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, Awestruct::Page{ 23041820: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, Awestruct::Page{ 37409720: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 29897340: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 31001840: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 37204480: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 37569860: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 37983960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 38178620: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 24210340: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 30947940: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 35933180: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 29753260: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 39298840: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 40112580: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 40974400: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 19797960: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 31098880: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 39935320: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 40611700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 20594200: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 30105200: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 31130040: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 37190680: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 38133100: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 38304500: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 39493320: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 40319180: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 21053800: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 29003420: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 29816540: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 36537120: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 37262860: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 38165300: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 38335000: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 38740020: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 39184740: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 22954500: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 29891260: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 30960540: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 36646620: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 37648980: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 37859440: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 38217120: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 30369300: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 37416340: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 38383520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 39275920: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 29944500: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 30605180: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 37646780: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 39243640: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 40027500: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 38164060: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 38734020: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 21156460: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 31172640: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 36395100: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 39087540: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, Awestruct::Page{ 40714800: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 28797320: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], @group=3, @primary_page=Awestruct::Page{ 72801960: output_path=>/node/tags/core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 55711600: output_path=>/node/tags/dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 28998660: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 36345360: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 20575280: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 38210640: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 41032720: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 24210340: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 30928520: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 38424840: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 30947940: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 35933180: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 29753260: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 37619760: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 38375160: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 39298840: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 40112580: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 40543340: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 40974400: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 38001920: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 39270840: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 39666740: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 40100780: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 19797960: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 28573620: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 29543860: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 31098880: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 39507300: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 39935320: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 21548260: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, Awestruct::Page{ 20594200: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 37190680: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 38133100: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 36537120: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 38165300: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 38740020: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 39184740: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 22954500: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 30369300: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 23034660: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 30678720: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 37284460: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 37600980: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 39515060: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 21156460: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 28995940: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 37547860: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 38301460: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, Awestruct::Page{ 38474320: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 40714800: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 37404720: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 20841900: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 24197960: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 76045240: output_path=>/node/tags/development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 39271280: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 30947940: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 57290640: output_path=>/node/tags/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 40152060: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 65396040: output_path=>/node/tags/dsl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 59691340: output_path=>/node/tags/ec2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 56629120: output_path=>/node/tags/emailext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 58383320: output_path=>/node/tags/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 39300960: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 30161980: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 35648700: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 37476520: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 37782400: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 38026840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 38276480: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 38746000: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 39304960: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 40929420: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 20636380: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 24614280: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 29546300: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 30138920: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 30990960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 36560060: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 37428040: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 37762120: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 38246860: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 38860480: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 23329320: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 38766640: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 37376020: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 23926280: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, Awestruct::Page{ 30146660: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 73672420: output_path=>/node/tags/event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 24699220: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 39844360: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 40535320: output_path=>/node/tags/events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 40017860: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 36659400: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 29177620: output_path=>/node/tags/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 37569860: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 37983960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 38178620: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 24210340: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 37652280: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 39412500: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 37865300: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 29753260: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 39702840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 31160980: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 39666740: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 40100780: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 31098880: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 38302020: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 40373380: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 24556920: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 38916220: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 37190680: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 39886000: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 40319180: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 39980940: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 19294040: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 29364000: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 39624300: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 40027500: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 23034660: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 29188440: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 30678720: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 35857520: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 37284460: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 37600980: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 37985580: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 39161380: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 39515060: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 39947740: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 40370840: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 24262180: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 28995940: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 29783240: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 30894260: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 36395100: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 37547860: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 37761180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 37951700: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 38474320: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 39464240: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 39867920: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, Awestruct::Page{ 40714800: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 37404720: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 20841900: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 24197960: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, Awestruct::Page{ 28797320: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 75785000: output_path=>/node/tags/feedback/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 58492720: output_path=>/node/tags/freestyle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 30370880: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 37811500: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, Awestruct::Page{ 40153920: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 24701240: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 38233520: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 38414220: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 38935340: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 39408140: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 39808660: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 40251920: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 40701400: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 37409720: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 21165360: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 24432620: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 29164240: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 29897340: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 30316800: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 31001840: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 35574000: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 37204480: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 37569860: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 37983960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 38178620: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 38356400: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 38776340: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 39271280: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 39672540: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 41012900: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, Awestruct::Page{ 23942180: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 28730160: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 29715420: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 30140760: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 30885300: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 31190820: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 35783660: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 36558420: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 37288880: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 37832300: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 38391420: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 39349460: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 39746340: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 40177480: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 40607980: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 20625080: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 24078080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 28772040: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 29738440: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 30903380: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 31202700: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, Awestruct::Page{ 35808460: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 36578760: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 37291260: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 37631120: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 37847280: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38030360: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38221600: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38402860: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 38914780: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 39768520: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 40211200: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, Awestruct::Page{ 41054120: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 20699440: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 29799940: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 30193660: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 28984860: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 35864120: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 37362080: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 37652280: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 38043960: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 38247820: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 38959460: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 39412500: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 39809860: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 40250160: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 40698180: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 37405740: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 20935360: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 29007080: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 23748500: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 30366940: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 36686140: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 37372580: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 37659980: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 37865300: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 38234420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 38930840: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 39383180: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 39769400: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 40206540: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 41050540: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 20653220: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 24167780: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 30158500: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 30902400: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 31197900: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 35788360: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 36556200: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 38792540: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 39702840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 23727180: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 28665860: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 29690180: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 31160980: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 36444580: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 37253140: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 37582640: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 37798700: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 38778840: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 40524440: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 23632860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 36265660: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 37136680: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 37531300: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 37751660: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 37938580: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 38125200: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 38302020: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 38488460: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 39133220: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 40373380: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 40781560: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 19250260: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, Awestruct::Page{ 24556920: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 29192400: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 29905480: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 30315660: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 35244600: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 36022940: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 36766400: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 37418460: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 37669540: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 37870880: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 38055220: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 38236860: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 38410540: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 38916220: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 39368140: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 39765640: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 40200600: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 40611700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 41031920: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 23930980: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 28724720: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 29697360: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 30105200: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 30842320: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 37763720: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 37948420: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 38304500: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 38477480: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 39111840: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 39493320: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 39886000: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 40319180: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 40726460: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 41063780: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 21053800: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 24260940: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 29003420: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 29816540: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 30190140: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 37262860: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 37983800: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 38335000: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 39530260: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 39980940: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 40380720: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 40804880: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 19294040: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 29175240: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 29891260: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 30960540: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 36646620: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 37648980: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 37859440: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 38035720: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 38388540: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 38857000: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 39279120: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 39700280: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 40101600: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 40519420: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 40910040: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 19742320: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 23529480: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 24996720: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 29458720: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 29970260: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 31026780: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 35318920: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 36049620: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 36748880: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 37416340: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 37661960: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 38037020: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 38214740: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 38383520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 40905520: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 19475620: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 23362600: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 24821240: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 29364000: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 29944500: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 30605180: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 30999180: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 35233000: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 35962800: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 36686740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 37366960: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 37646780: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 37835340: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 38019100: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 38196740: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 30894260: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 37951700: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 38136220: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 39867920: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], @group=6, @primary_page=Awestruct::Page{ 67844720: output_path=>/node/tags/general/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 38006680: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 40017860: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 36659400: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 37802560: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 39352900: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 40382640: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, Awestruct::Page{ 20658920: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 30093840: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 35471180: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 30370880: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 40153920: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 69274440: output_path=>/node/tags/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 41032720: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 30903380: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 30928520: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 39412500: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 40250160: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 35933180: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 38930840: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 37798700: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 39270840: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 39666740: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 37136680: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 40373380: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 38916220: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 39368140: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 37983800: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 24821240: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 24567200: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 38136220: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 75892200: output_path=>/node/tags/guest post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 60118340: output_path=>/node/tags/hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 63608240: output_path=>/node/tags/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 36512880: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 39127040: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 69138960: output_path=>/node/tags/infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 38022340: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, Awestruct::Page{ 38876820: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 40639620: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 28962060: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 37824460: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 38199300: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 30870840: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 35701860: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 38186080: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 31130040: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 36368660: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 37548000: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 35785300: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 37801960: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 30671340: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 38217120: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 39275920: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 39624300: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 29188440: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 37985580: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 39947740: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 29783240: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 37761180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 39464240: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 78065280: output_path=>/node/tags/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 37798700: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 39270840: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 37751660: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 40726460: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 24996720: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 40905520: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 30894260: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 37951700: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 39867920: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 72734760: output_path=>/node/tags/interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 39300960: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 39833820: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 24699220: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 18289920: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 39844360: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 37737580: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 38171280: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 37518100: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 38237520: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, Awestruct::Page{ 40633240: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 37630360: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 70814460: output_path=>/node/tags/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 74034720: output_path=>/node/tags/java8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 38001920: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 29905480: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 36766400: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 37870880: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 40726460: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 41063780: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 30190140: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 38857000: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 39279120: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 39700280: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 40101600: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 19742320: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 23529480: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 36049620: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 72554060: output_path=>/node/tags/javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 75159240: output_path=>/node/tags/javascript/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, Awestruct::Page{ 38288020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 40152060: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 30146660: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 37142440: output_path=>/node/tags/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 58333980: output_path=>/node/tags/jenkins world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 30368120: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 31078780: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 38171280: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 38434980: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, Awestruct::Page{ 39637980: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 40720860: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 19409280: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 30370880: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 31102720: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 36811480: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, Awestruct::Page{ 37518100: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 38031180: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, Awestruct::Page{ 38451900: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, Awestruct::Page{ 39654740: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, Awestruct::Page{ 40153920: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 18262600: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 70451500: output_path=>/node/tags/jenkins2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 37518100: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 68886440: output_path=>/node/tags/jenkins_ru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 38935340: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 39408140: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 39808660: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 40701400: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 37409720: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 29897340: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 38776340: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 39271280: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 28730160: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 30140760: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 30885300: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 31190820: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 36558420: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 37288880: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 40177480: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 40607980: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 24078080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 37291260: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 37631120: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 37847280: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38030360: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38221600: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 38402860: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 38914780: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 39768520: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 41054120: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 29799940: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 30902400: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 40100780: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 37669540: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 41031920: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 37948420: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 39886000: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 24260940: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 40380720: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 40804880: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 37648980: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 37859440: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 38035720: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 39275920: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 40905520: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 37366960: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 37646780: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 38019100: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 24567200: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 38164060: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 21156460: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 37191500: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 55327600: output_path=>/node/tags/jenkinsci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 35648700: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 37476520: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 37782400: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 38026840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 38276480: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 38746000: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 39812460: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 30990960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 37428040: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 37762120: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 23329320: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 23926280: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 73156520: output_path=>/node/tags/jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 39624300: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 24262180: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 38136220: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 72195520: output_path=>/node/tags/jobs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 36537120: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 38165300: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 71292740: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 37832300: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 39746340: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 20699440: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 29799940: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 30193660: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 28984860: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 38043960: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 38959460: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 23748500: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 37659980: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 37865300: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 38234420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 41050540: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 20653220: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 24167780: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 30902400: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 35788360: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 23727180: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 31160980: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 36444580: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 37253140: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 37582640: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 37798700: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 38778840: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 40524440: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 23632860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 29192400: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 30315660: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 36766400: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 37418460: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 37870880: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 38055220: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 39368140: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 39765640: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 23930980: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 29697360: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 30842320: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 37190680: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 38477480: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 30190140: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 73759280: output_path=>/node/tags/juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 35574000: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 35864120: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 37362080: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 37652280: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 38247820: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 37372580: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 39702840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 37751660: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 37938580: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 41031920: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 41063780: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 30671340: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 40519420: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 36049620: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 19475620: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 23362600: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 29364000: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 36686740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 37835340: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 40027500: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 40847640: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 23034660: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 30678720: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 37284460: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 37600980: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 39515060: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 24262180: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 28995940: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 31172640: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 37547860: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 38474320: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 40714800: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 37404720: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 20841900: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 24197960: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 68204780: output_path=>/node/tags/just for fun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 71097300: output_path=>/node/tags/lifx/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 40200600: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 30999180: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 35962800: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 23034660: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 30678720: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 37284460: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 37600980: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 39515060: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 28995940: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 37547860: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 38474320: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 20841900: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 24197960: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 72023760: output_path=>/node/tags/links/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 30368120: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 31078780: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 30947940: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 39298840: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 29003420: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 29816540: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 37262860: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 38432340: output_path=>/node/tags/lts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 40781560: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 38035720: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 39243640: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 29890000: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, Awestruct::Page{ 29036420: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 38329160: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, Awestruct::Page{ 40764000: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, Awestruct::Page{ 30154160: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, Awestruct::Page{ 35681440: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 71641880: output_path=>/node/tags/mailing list/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 30161980: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 39304960: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 37376020: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 37737580: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 38171280: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 40633240: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 24701240: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 29598380: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, Awestruct::Page{ 37630360: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, Awestruct::Page{ 38233520: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 38414220: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 38935340: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 39408140: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 39808660: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 24432620: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 30316800: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 38776340: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 30885300: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 35783660: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 39349460: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 20625080: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 28984860: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 38043960: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 37405740: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 20935360: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 29007080: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23748500: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 30366940: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 37659980: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 38234420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 38930840: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 39769400: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 20653220: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 30158500: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 30902400: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 35788360: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 38792540: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 23727180: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 28665860: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 29690180: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 36444580: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 37253140: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 37582640: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 38778840: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 40524440: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 23632860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 36265660: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 37531300: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 38125200: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 38488460: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 39133220: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 39507300: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 40781560: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 30315660: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 35244600: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 36022940: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 36766400: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 37669540: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 38236860: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 38410540: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 39368140: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 28724720: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 39111840: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 41063780: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 30190140: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 40380720: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 29175240: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 30960540: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 38388540: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 40910040: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 31026780: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 35318920: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 36049620: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 36748880: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 40905520: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 35233000: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 35962800: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 30957040: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 35857520: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 39161380: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 40370840: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }], @group=3, @primary_page=Awestruct::Page{ 65598680: output_path=>/node/tags/meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 38876820: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 29738440: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 35808460: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 37824460: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 37548000: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 37763720: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 37801960: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 38335000: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 29970260: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 39275920: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 36686740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 38196740: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 40442480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 40847640: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 36579260: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, Awestruct::Page{ 37805460: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 77507720: output_path=>/node/tags/meta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 37748840: output_path=>/node/tags/newfeatures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 31001840: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 38356400: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 39672540: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 28730160: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 35783660: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 29738440: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 40639620: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 28962060: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 29799940: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 28984860: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 37652280: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 38043960: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 38247820: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 38959460: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 39809860: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 40698180: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 37405740: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 23748500: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 35933180: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 36686140: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 37659980: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 40206540: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 31197900: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 37824460: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 38199300: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 38792540: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 40112580: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 29690180: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 30870840: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 38186080: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 38778840: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 39666740: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 29543860: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 37938580: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 38125200: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 39133220: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 24556920: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 40200600: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 28724720: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 37763720: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 24260940: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 35785300: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 38335000: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 39530260: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 40380720: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 19294040: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 29175240: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 30960540: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 36646620: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 29458720: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 37661960: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 38037020: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 38214740: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 29944500: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 35233000: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 35962800: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 38196740: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 65359420: output_path=>/node/tags/news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 35467580: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 37926280: output_path=>/node/tags/nightwatch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 66772900: output_path=>/node/tags/nodejs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 69663560: output_path=>/node/tags/notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, Awestruct::Page{ 38356400: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 39672540: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 41012900: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 57388000: output_path=>/node/tags/office hours/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 39722880: output_path=>/node/tags/performance/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 35409320: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 37976760: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 38238300: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 38708440: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 30993480: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 36596540: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, Awestruct::Page{ 39812460: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 35467580: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 38006680: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 39415140: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 40017860: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 28664420: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 29815260: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 35645000: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 36659400: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 37475200: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 38041860: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 24473620: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, Awestruct::Page{ 29390880: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 30937020: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 35471180: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 39637980: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 40152060: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 40720860: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 19409280: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 31102720: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 35838560: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 38233520: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 40701400: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 21165360: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 24432620: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 23942180: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 38210640: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 38424840: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 29007080: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 30366940: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 39765640: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 64900460: output_path=>/node/tags/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 39352900: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 67393660: output_path=>/node/tags/plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 29461180: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 35409320: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 37712920: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, Awestruct::Page{ 30993480: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 35467580: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 38006680: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 40017860: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 29815260: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 35645000: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 36659400: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 38041860: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 40947680: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, Awestruct::Page{ 20658920: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 30937020: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 35471180: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 40152060: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 29927060: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 36345360: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 39271280: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 29715420: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 41032720: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 28772040: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 35808460: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 30928520: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 38424840: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 40250160: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 39383180: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 40206540: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 36556200: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 38375160: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 40543340: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 38001920: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 38186080: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 39270840: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 28573620: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 29543860: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 39935320: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 38304500: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 37983800: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 38740020: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 30605180: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 56966980: output_path=>/node/tags/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 67127480: output_path=>/node/tags/puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 66313780: output_path=>/node/tags/puppetenterprise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 23008220: output_path=>/node/tags/rails/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 39298840: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 40543340: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 40100780: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 29543860: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 37938580: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 21053800: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 29003420: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 37262860: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 40804880: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 38037020: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 38214740: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 19475620: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 23362600: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 29944500: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 37366960: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 37646780: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 79446400: output_path=>/node/tags/releases/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 35645000: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 36537120: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 38165300: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 38740020: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 24576060: output_path=>/node/tags/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 30272520: output_path=>/node/tags/saucelabs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, Awestruct::Page{ 38288020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 39364420: output_path=>/node/tags/scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 59238100: output_path=>/node/tags/scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 39383180: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 37619760: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 73949280: output_path=>/node/tags/screencast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 21302060: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 29615820: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 37960980: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 39127040: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 29927060: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 23041820: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 71277340: output_path=>/node/tags/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 29875240: output_path=>/node/tags/selenium/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 79565600: output_path=>/node/tags/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 40112620: output_path=>/node/tags/statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57489220: output_path=>/node/tags/support-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 59864120: output_path=>/node/tags/testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 39415140: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 29815260: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 35645000: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 38041860: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 21165360: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 38210640: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 37619760: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 36368660: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 37983800: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 30369300: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 38383520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 24821240: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 39624300: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 38136220: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 35621600: output_path=>/node/tags/tutorial/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 73849460: output_path=>/node/tags/upgrade/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 67662840: output_path=>/node/tags/usage-statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 28664420: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 29390880: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 37529180: output_path=>/node/tags/ux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 38356400: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 39672540: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 28772040: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 39383180: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 38477480: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 39111840: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 69389300: output_path=>/node/tags/video/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 60291560: output_path=>/node/tags/webapis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 40701400: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 21165360: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 24432620: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 23942180: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 38210640: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 38424840: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 29007080: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 30366940: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 39765640: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 51961000: output_path=>/node/tags/workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57444900: output_path=>/node/tags/www/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 38092620: output_path=>/node/tags/xunit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>], :events=>{:"seville-jam"=>Awestruct::Page{ 68933540: output_path=>/_data/events/seville-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seville-jam.adoc, layout=> }, :"moscow-jam-1"=>Awestruct::Page{ 68684540: output_path=>/_data/events/moscow-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/moscow-jam-1.adoc, layout=> }, :"pre-fosdem-2017-happy hour"=>Awestruct::Page{ 68426560: output_path=>/_data/events/pre-fosdem-2017-happy hour.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/pre-fosdem-2017-happy hour.adoc, layout=> }, :"jenkins-2"=>Awestruct::Page{ 68250640: output_path=>/_data/events/jenkins-2.0-tweetfest.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-2.0-tweetfest.adoc, layout=> }, :"boston-devops-dojo"=>Awestruct::Page{ 67917600: output_path=>/_data/events/boston-devops-dojo.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-devops-dojo.adoc, layout=> }, :"boston-jam-feb2017"=>Awestruct::Page{ 67562140: output_path=>/_data/events/boston-jam-feb2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-feb2017.adoc, layout=> }, :"guadalajara-jam"=>Awestruct::Page{ 67248400: output_path=>/_data/events/guadalajara-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam.adoc, layout=> }, :"gsoc-midterm-presentations-1"=>Awestruct::Page{ 66957660: output_path=>/_data/events/gsoc-midterm-presentations-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/gsoc-midterm-presentations-1.adoc, layout=> }, :"melbourne-jam-dec16"=>Awestruct::Page{ 66675620: output_path=>/_data/events/melbourne-jam-dec16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-dec16.adoc, layout=> }, :Fosdem2017=>Awestruct::Page{ 66294880: output_path=>/_data/events/Fosdem2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Fosdem2017.adoc, layout=> }, :"sydney-jam-jan2017"=>Awestruct::Page{ 66062660: output_path=>/_data/events/sydney-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sydney-jam-jan2017.adoc, layout=> }, :"boston-jam-bible"=>Awestruct::Page{ 65782060: output_path=>/_data/events/boston-jam-bible.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-bible.adoc, layout=> }, :"bangalore-jam-1"=>Awestruct::Page{ 65462620: output_path=>/_data/events/bangalore-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/bangalore-jam-1.adoc, layout=> }, :"tel-aviv-jam-2"=>Awestruct::Page{ 64533820: output_path=>/_data/events/tel-aviv-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/tel-aviv-jam-2.adoc, layout=> }, :"boston-jam-2"=>Awestruct::Page{ 64054880: output_path=>/_data/events/boston-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-2.adoc, layout=> }, :"munchen-jam-feb2017"=>Awestruct::Page{ 63625460: output_path=>/_data/events/munchen-jam-feb2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/munchen-jam-feb2017.adoc, layout=> }, :"Jenkins-2"=>Awestruct::Page{ 56208400: output_path=>/_data/events/Jenkins-2.0-vJAM.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Jenkins-2.0-vJAM.adoc, layout=> }, :seagl2016=>Awestruct::Page{ 60030760: output_path=>/_data/events/seagl2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seagl2016.adoc, layout=> }, :"amsterdam-jam"=>Awestruct::Page{ 59110960: output_path=>/_data/events/amsterdam-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/amsterdam-jam.adoc, layout=> }, :"dfw-jam-5"=>Awestruct::Page{ 58468840: output_path=>/_data/events/dfw-jam-5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-5.adoc, layout=> }, :"fosdem-2016"=>Awestruct::Page{ 57221200: output_path=>/_data/events/fosdem-2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/fosdem-2016.adoc, layout=> }, :"seattle-jam-1"=>Awestruct::Page{ 56292700: output_path=>/_data/events/seattle-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seattle-jam-1.adoc, layout=> }, :"jenkins-world-contributor-summit"=>Awestruct::Page{ 58517880: output_path=>/_data/events/jenkins-world-contributor-summit.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-world-contributor-summit.adoc, layout=> }, :"atlanta-jam"=>Awestruct::Page{ 60255500: output_path=>/_data/events/atlanta-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/atlanta-jam.adoc, layout=> }, :"2016-08-25-online-jam-gsoc"=>Awestruct::Page{ 58040160: output_path=>/_data/events/2016-08-25-online-jam-gsoc.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-08-25-online-jam-gsoc.adoc, layout=> }, :"tel-aviv-jam"=>Awestruct::Page{ 59208160: output_path=>/_data/events/tel-aviv-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/tel-aviv-jam.adoc, layout=> }, :"london-jam-1"=>Awestruct::Page{ 56608020: output_path=>/_data/events/london-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/london-jam-1.adoc, layout=> }, :"boulder-jam-oct16"=>Awestruct::Page{ 56327180: output_path=>/_data/events/boulder-jam-oct16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boulder-jam-oct16.adoc, layout=> }, :"spb-jam-3"=>Awestruct::Page{ 56119520: output_path=>/_data/events/spb-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/spb-jam-3.adoc, layout=> }, :"albuquerque-jam-1"=>Awestruct::Page{ 55780220: output_path=>/_data/events/albuquerque-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/albuquerque-jam-1.adoc, layout=> }, :"dfw-jam-6"=>Awestruct::Page{ 54179280: output_path=>/_data/events/dfw-jam-6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-6.adoc, layout=> }, :"2016-09-06-online-jam-plugin-dev-2"=>Awestruct::Page{ 41059420: output_path=>/_data/events/2016-09-06-online-jam-plugin-dev-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-09-06-online-jam-plugin-dev-2.adoc, layout=> }, :"guadalajara-jam-nov2016"=>Awestruct::Page{ 40970460: output_path=>/_data/events/guadalajara-jam-nov2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-nov2016.adoc, layout=> }, :"guadalajara-jam-2"=>Awestruct::Page{ 40807300: output_path=>/_data/events/guadalajara-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-2.adoc, layout=> }, :"2016-seattle-jam-nov-11"=>Awestruct::Page{ 40634080: output_path=>/_data/events/2016-seattle-jam-nov-11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-nov-11.adoc, layout=> }, :"singapore-august-jam"=>Awestruct::Page{ 40460020: output_path=>/_data/events/singapore-august-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-august-jam.adoc, layout=> }, :"austin-jam-jan17"=>Awestruct::Page{ 40304440: output_path=>/_data/events/austin-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/austin-jam-jan17.adoc, layout=> }, :"sf-jam-jan17"=>Awestruct::Page{ 40145360: output_path=>/_data/events/sf-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-jan17.adoc, layout=> }, :"dfw-jam-8"=>Awestruct::Page{ 40013880: output_path=>/_data/events/dfw-jam-8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-8.adoc, layout=> }, :"washington-dc-jam-1"=>Awestruct::Page{ 39843180: output_path=>/_data/events/washington-dc-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-dc-jam-1.adoc, layout=> }, :"sf-jam"=>Awestruct::Page{ 39704200: output_path=>/_data/events/sf-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam.adoc, layout=> }, :"dublin-jam-1"=>Awestruct::Page{ 39513720: output_path=>/_data/events/dublin-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dublin-jam-1.adoc, layout=> }, :"jenkins-world-2016"=>Awestruct::Page{ 39410840: output_path=>/_data/events/jenkins-world-2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-world-2016.adoc, layout=> }, :"paris-jam-1"=>Awestruct::Page{ 39243240: output_path=>/_data/events/paris-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/paris-jam-1.adoc, layout=> }, :"singapore-jam"=>Awestruct::Page{ 39109200: output_path=>/_data/events/singapore-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-jam.adoc, layout=> }, :"boston-jam-1"=>Awestruct::Page{ 38919480: output_path=>/_data/events/boston-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-1.adoc, layout=> }, :"singapore-jam-nov16"=>Awestruct::Page{ 38748480: output_path=>/_data/events/singapore-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-jam-nov16.adoc, layout=> }, :"boulder-jam-1"=>Awestruct::Page{ 38450940: output_path=>/_data/events/boulder-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boulder-jam-1.adoc, layout=> }, :"meetup-linuxwochen"=>Awestruct::Page{ 38374040: output_path=>/_data/events/meetup-linuxwochen.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/meetup-linuxwochen.adoc, layout=> }, :"melbourne-jam-nov16"=>Awestruct::Page{ 38311080: output_path=>/_data/events/melbourne-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-nov16.adoc, layout=> }, :"guadalajara-jam-dec2016"=>Awestruct::Page{ 38247960: output_path=>/_data/events/guadalajara-jam-dec2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-dec2016.adoc, layout=> }, :"melbourne-jam-dec"=>Awestruct::Page{ 38179220: output_path=>/_data/events/melbourne-jam-dec.14.16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-dec.14.16.adoc, layout=> }, :"online-jam-dec16"=>Awestruct::Page{ 38108040: output_path=>/_data/events/online-jam-dec16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/online-jam-dec16.adoc, layout=> }, :"atlanta-jam-3"=>Awestruct::Page{ 38041220: output_path=>/_data/events/atlanta-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/atlanta-jam-3.adoc, layout=> }, :"dfw-jam-2"=>Awestruct::Page{ 37969200: output_path=>/_data/events/dfw-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-2.adoc, layout=> }, :"juc-israel"=>Awestruct::Page{ 37904340: output_path=>/_data/events/juc-israel.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/juc-israel.adoc, layout=> }, :"la-jam-@-the-reserve"=>Awestruct::Page{ 37830680: output_path=>/_data/events/la-jam-@-the-reserve.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/la-jam-@-the-reserve.adoc, layout=> }, :"washington-jam-jan17"=>Awestruct::Page{ 37756720: output_path=>/_data/events/washington-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-jam-jan17.adoc, layout=> }, :"sf-jam-oct16"=>Awestruct::Page{ 37685540: output_path=>/_data/events/sf-jam-oct16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-oct16.adoc, layout=> }, :"sf-jam-nov16"=>Awestruct::Page{ 37577740: output_path=>/_data/events/sf-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-nov16.adoc, layout=> }, :"lima-august-jam"=>Awestruct::Page{ 37495980: output_path=>/_data/events/lima-august-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/lima-august-jam.adoc, layout=> }, :"belarus-meetup"=>Awestruct::Page{ 37357460: output_path=>/_data/events/belarus-meetup.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/belarus-meetup.adoc, layout=> }, :"guadalajara-jam-oct2016"=>Awestruct::Page{ 37150380: output_path=>/_data/events/guadalajara-jam-oct2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-oct2016.adoc, layout=> }, :"dfw-jam-3"=>Awestruct::Page{ 36789320: output_path=>/_data/events/dfw-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-3.adoc, layout=> }, :"amsterdam-jam-nov16"=>Awestruct::Page{ 36539580: output_path=>/_data/events/amsterdam-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/amsterdam-jam-nov16.adoc, layout=> }, :"2016-seattle-jam-nov-9"=>Awestruct::Page{ 36244760: output_path=>/_data/events/2016-seattle-jam-nov-9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-nov-9.adoc, layout=> }, :"dublin-jam-2"=>Awestruct::Page{ 35973880: output_path=>/_data/events/dublin-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dublin-jam-2.adoc, layout=> }, :"guadalajara-jam-jan2017"=>Awestruct::Page{ 35649680: output_path=>/_data/events/guadalajara-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-jan2017.adoc, layout=> }, :jenkinsworld2017=>Awestruct::Page{ 35359940: output_path=>/_data/events/jenkinsworld2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkinsworld2017.adoc, layout=> }, :"gsoc-midterm-presentations-2"=>Awestruct::Page{ 28982300: output_path=>/_data/events/gsoc-midterm-presentations-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/gsoc-midterm-presentations-2.adoc, layout=> }, :"albuquerque-jam-nov16"=>Awestruct::Page{ 31106160: output_path=>/_data/events/albuquerque-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/albuquerque-jam-nov16.adoc, layout=> }, :"brno-jam-jan2017"=>Awestruct::Page{ 31000980: output_path=>/_data/events/brno-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/brno-jam-jan2017.adoc, layout=> }, :"2016-seattle-jam-dec-07"=>Awestruct::Page{ 30881880: output_path=>/_data/events/2016-seattle-jam-dec-07.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-dec-07.adoc, layout=> }, :"washington-jam-nov16"=>Awestruct::Page{ 30449100: output_path=>/_data/events/washington-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-jam-nov16.adoc, layout=> }, :"Post Fosdem Hackathon"=>Awestruct::Page{ 30292560: output_path=>/_data/events/Post Fosdem Hackathon.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Post Fosdem Hackathon.adoc, layout=> }, :"Plugin_dev-vJAM"=>Awestruct::Page{ 30098080: output_path=>/_data/events/Plugin_dev-vJAM.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Plugin_dev-vJAM.adoc, layout=> }, :"guadalajara-jam-3"=>Awestruct::Page{ 29953240: output_path=>/_data/events/guadalajara-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-3.adoc, layout=> }, :"milan-jam-nov16"=>Awestruct::Page{ 29796940: output_path=>/_data/events/milan-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/milan-jam-nov16.adoc, layout=> }}, :solutions=>AStruct<{:python=>AStruct<{"usecase"=>"Python", "articles"=>[["http://www.alexconrad.org/2011/10/jenkins-and-python.html", "Getting started with Jenkins and Python"], ["http://bhfsteve.blogspot.be/2012/04/automated-python-unit-testing-code.html", "Automated python unit testing, code coverage and code quality analysis with Jenkins"], ["http://michal.karzynski.pl/blog/2014/04/19/continuous-integration-server-for-django-using-jenkins/", "Continuous Integration for Django projects with Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/ShiningPanda+Plugin", "Shining Panda plugin", "adds various build steps for building Python projects with virtualenv, tox and more"], ["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes XML formatted test reports (generated by tools like nose) for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Violations", "Violations plugin", "processes output from pylint to provide style checks for Python code"]]}>, :c=>AStruct<{"usecase"=>"C/C++", "articles"=>nil, "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Warnings+Plugin", "Warnings plugin", "scans console output for compile-time warnings and errors to report on"], ["https://wiki.jenkins-ci.org/display/JENKINS/Valgrind+Plugin", "Valgrind plugin", "run and incorporate Valgrind (memcheck) reports into Jenkins"], ["https://wiki.jenkins-ci.org/display/JENKINS/cmakebuilder+Plugin", "CMake Builder plugin", "provides a build step that generates the build scripts from a CMakeLists.txt file"], ["https://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin", "xUnit plugin", "generate reports based on test tooling output from various unit test frameworks"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cppcheck+Plugin", "Cppcheck plugin", "generate trend reports for CppCheck, a tool for static C/C++ code analysis."]]}>, :java=>AStruct<{"usecase"=>"Java", "articles"=>nil, "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes JUnit XML formatted test reports for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Gradle+Plugin", "Gradle plugin", "support invoking Gradle as a build step and listing executing tasks per build"], ["https://wiki.jenkins-ci.org/display/JENKINS/FindBugs+Plugin", "Findbugs plugin", "generate trending and analysis for FindBugs reports"], ["https://wiki.jenkins-ci.org/display/JENKINS/PMD+Plugin", "PMD plugin", "generate trending and analysis for PMD reports"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cobertura+Plugin", "Cobertura plugin", "publish and trend code coverage reports from Cobertura"], ["https://wiki.jenkins-ci.org/display/JENKINS/SonarQube+plugin", "SonarQube plugin", "integrate reporting from the SonarQube code quality/inspection platform"], ["https://wiki.jenkins-ci.org/display/JENKINS/Repository+Connector+Plugin", "Repository Connector plugin", "adds features for resolving artifacts from a Maven repository such as Nexus or Artifactory."]]}>, :android=>AStruct<{"usecase"=>"Android", "blog_tags"=>["android"], "articles"=>[["http://blog.zuehlke.com/en/configure-your-android-project-on-jenkins/", "Configure your Android project on Jenkins"], ["https://www.bignerdranch.com/blog/continuous-delivery-for-android/", "Continuous Delivery for Android"], ["https://dzone.com/articles/automating-continuous", "Automating Android Projects With Gradle using Jenkins on Windows"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Android+Emulator+Plugin", "Android Emulator plugin", "automate many Android tasks during a build, such as launching/destroying emulators"], ["https://wiki.jenkins-ci.org/display/JENKINS/Android+Lint+Plugin", "Android Lint plugin", "parses output from the Android lint tool for display and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Google+Play+Android+Publisher+Plugin", "Google Play Android Publisher plugin", "enables publishing Android APKs directly from Jenkins"]], "videos"=>[{"short"=>nil, "id"=>"AYoAEoOoYFE", "title"=>"Building, testing and deploying Android apps"}, {"short"=>nil, "id"=>"EOogyOv79NE", "title"=>"Continuous Integration for Mobile Apps with Jenkins"}]}>, :docker=>AStruct<{"usecase"=>"Docker", "blog_tags"=>["docker", "containers"], "legacy"=>{"header_image"=>"https://agentdero.cachefly.net/continuousblog/jenkins-heart-docker.png"}, "jumbotron"=>{"image"=>"/images/full-whale-low.jpg"}, "intro"=>"Combining Jenkins and Docker together can bring\nimproved speed and consistency to your automation tasks, which is why we’ve\ncollected some hopefully helpful resources on this page to\nget you started!\n", "articles"=>[["http://engineering.riotgames.com/news/taking-control-your-docker-image", "Taking control of your Docker image"], ["http://engineering.riotgames.com/news/thinking-inside-container", "Thinking inside the container"], ["http://engineering.riotgames.com/news/jenkins-docker-proxies-and-compose", "Using Jenkins, Docker, Proxies and Compose"], ["https://blog.codecentric.de/en/2015/10/continuous-integration-platform-using-docker-container-jenkins-sonarqube-nexus-gitlab/", "Continuous Integration Platform using Docker with Jenkins, SonarQube, Nexus and GitLab"], ["https://www.cloudbees.com/blog/triggering-docker-pipelines-jenkins", "Triggering Docker pipelines with Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", "Docker plugin", "dynamically provision slaves with Docker"], ["https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Docker+Workflow+Plugin", "CloudBees Docker Workflow plugin", "build and use Docker containers from within Workflows"], ["https://wiki.jenkins-ci.org/display/JENKINS/Docker+build+step+plugin", "Docker build step plugin", "add various Docker commands to the job as a build step"], ["https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Docker+Build+and+Publish+plugin", "CloudBees Docker Build and Publish plugin", "build projects with a Dockerfile, and publish the resulting image (repo) to the docker registry"], ["https://wiki.jenkins-ci.org/display/JENKINS/Kubernetes+Plugin", "Kubernetes plugin", "dynamically allocate and schedule Docker slaves on a Kubernetes cluster"], ["https://github.com/jenkinsci/dockerhub-notification-plugin/blob/master/README.md", "CloudBees Docker Hub Notification plugin", "allows Jenkins to receive webhooks from hub.docker.com to drive pipelines based on Docker in Jenkins"], ["https://github.com/jenkinsci/docker-traceability-plugin/blob/master/README.md", "CloudBees Docker Traceability plugin", "track creation and use of Docker containers in Jenkins"]], "videos"=>[{"short"=>nil, "id"=>"38SAyBLSHUM", "title"=>"Scaling Jenkins masters with Docker"}, {"short"=>nil, "id"=>"e7N3jX2b1i0", "title"=>"Scaling Jenkins and Docker with Kubernetes"}, {"short"=>nil, "id"=>"VZPbLUJnR68", "title"=>"Delivering eBay’s CI solution with Jenkins & Docker"}, {"short"=>nil, "id"=>"ppCzDDpcqRk", "title"=>"CI with Jenkins and Docker"}, {"short"=>nil, "id"=>"yt6QrwLs4HE", "title"=>"Lightweight PaaS for Jenkins with Docker"}], "steps"=>[{"title"=>"Install Docker", "short"=>"Installing Docker on Jenkins machines is easy", "long"=>nil}]}>, :pipeline=>AStruct<{"usecase"=>"Continuous Delivery", "jumbotron"=>{"image"=>"/images/full-pipeline.jpg"}, "blog_tags"=>["cd", "pipeline", "cicd"], "articles"=>[["http://udaypal.com/jenkins-workflow-getting-started/", "Getting started with Jenkins Workflow"], ["https://jenkins-ci.org/content/pipeline-code-multibranch-workflows-jenkins", "Multibranch Workflows in Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin", "Pipeline plugin", "allows creating Pipeline scripts for defining build/test/deploy stages of a delivery pipeline"], ["https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Utility+Steps+Plugin", "Pipeline Utility Steps plugin", "provides a number of addition, useful, steps to the Pipeline DSL"], ["https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin", "Job DSL plugin", "creates a DSL to orchestrate job creation"]]}>, :embedded=>AStruct<{"usecase"=>"Embedded", "articles"=>[["https://www.cloudbees.com/jenkins/juc-2015/presentations/JUC-2015-Europe-Jenkins-Based-CI-for-Nenashev.pdf", "Jenkins-Based CI for Heterogeneous Hardware/Software Projects", "Oleg Nenashev", "JUC2015/London"], ["https://www.cloudbees.com/blog/multi-stage-ci-jenkins-embedded-world", "Multi-Stage-CI with Jenkins in an Embedded World", "Robert Martin, Steve Harris", "JUC2014/Berlin"], ["http://www.testandverification.com/VerificationFutures/2015/Alan_Fitch.pdf", "CI for FPGA D&V", "Alan Fitch", "Verification Futures, 2015"], ["http://www.verilab.com/files/dvcon2012_ci_gray_mcgregor.pdf", "A 30 Minute Project Makeover Using Continuous Integration", "JL Gray, Gordon McGregor", "DVCon, 2012"], ["https://www.cloudbees.com/jenkins/juc-2015/presentations/JUC-2015-Europe-The-Famous-Cows-Woodall.pdf", "The Famous Cows of Cambridge: A Non-Standard Use Case for Jenkins", "Sarah Woodall", "JUC2015/London"], ["http://www.synopsys.com/news/pubs/snug/2013/canada/a1_danjou_paper.pdf", "FPGA CI with Jenkins (requires SNUG account)", "Martin d’Anjou", "SNUG2013/Canada"]]}>, :github=>AStruct<{"usecase"=>"GitHub", "articles"=>[["https://www.cloudbees.com/blog/better-integration-between-jenkins-and-github-github-jenkins-plugin", "Better Integration Between Jenkins and GitHub (with the GitHub Jenkins Plugin)"], ["http://orangejuiceliberationfront.com/setting-up-jenkins-for-github-and-xcode-with-nightlies/", "Setting up Jenkins for Github and Xcode, with Nightlies"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Plugin", "GitHub plugin", "integrates Jenkins jobs with GitHub repositories for triggering builds and reporting commit status"], ["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+OAuth+Plugin", "GitHub Authentication plugin", "use GitHub as the authentication provider for your Jenkins instance"], ["https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin", "Git plugin", "use Git repositories as the source of code for a Jenkins job"], ["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+SQS+Plugin", "GitHub SQS plugin", "trigger builds via the GitHub SQS (AWS) service hook"]]}>, :ruby=>AStruct<{"usecase"=>"Ruby", "blog_tags"=>["ruby"], "articles"=>[["http://thediscoblog.com/blog/2014/01/24/continuous-delivery-for-heroku-with-jenkins/", "Continuous Delivery for Heroku With Jenkins"], ["https://atomic-penguin.github.io/blog/2014/04/29/stupid-jenkins-and-chef-tricks-part-1-rubocop/", "Integrating Rubocop into Jenkins"], ["http://www.cryptocracy.com/blog/2014/01/03/cooking-with-jenkins-test-kitchen-and-docker/", "Cooking with Jenkins, Test Kitchen and Docker"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes XML formatted test reports (generated by tools like ci_reporter, cucumber) for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Brakeman+Plugin", "Brakeman plugin", "incorporates the output from the Brakeman security scanner for Rails projects"], ["https://wiki.jenkins-ci.org/display/JENKINS/Rake+plugin", "Rake plugin", "adds Rake invocation as a build step"], ["https://wiki.jenkins-ci.org/display/JENKINS/RubyMetrics+plugin", "RubyMetrics plugin", "reports for Jenkins. Rcov, Rails stats, Rails notes and Flog."], ["https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+RubyMotion+Plugin", "RubyMotion plugin", "build RubyMotion projects from within Jenkins"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cucumber+Test+Result+Plugin", "Cucumber Test Result plugin", "integrate and report from Cucumber executions"]]}>}>, :authors=>AStruct<{:svanoort=>Awestruct::Page{ 29388860: output_path=>/_data/authors/svanoort.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/svanoort.adoc, layout=> }, :cprice404=>Awestruct::Page{ 29004780: output_path=>/_data/authors/cprice404.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cprice404.adoc, layout=> }, :michaelneale=>Awestruct::Page{ 28584120: output_path=>/_data/authors/michaelneale.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/michaelneale.adoc, layout=> }, :hrmpw=>Awestruct::Page{ 24649500: output_path=>/_data/authors/hrmpw.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/hrmpw.adoc, layout=> }, :vgaidarji=>Awestruct::Page{ 24197220: output_path=>/_data/authors/vgaidarji.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/vgaidarji.adoc, layout=> }, :cyberax=>Awestruct::Page{ 23707580: output_path=>/_data/authors/cyberax.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cyberax.adoc, layout=> }, :hinman=>Awestruct::Page{ 23309160: output_path=>/_data/authors/hinman.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/hinman.adoc, layout=> }, :kohsuke=>Awestruct::Page{ 21260740: output_path=>/_data/authors/kohsuke.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/kohsuke.adoc, layout=> }, :samatdav=>Awestruct::Page{ 20631660: output_path=>/_data/authors/samatdav.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/samatdav.adoc, layout=> }, :kj187=>Awestruct::Page{ 19479220: output_path=>/_data/authors/kj187.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/kj187.adoc, layout=> }, :stephenc=>Awestruct::Page{ 19129740: output_path=>/_data/authors/stephenc.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/stephenc.adoc, layout=> }, :minudika=>Awestruct::Page{ 64470560: output_path=>/_data/authors/minudika.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/minudika.adoc, layout=> }, :lnewman=>Awestruct::Page{ 66849180: output_path=>/_data/authors/lnewman.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/lnewman.adoc, layout=> }, :ccaum=>Awestruct::Page{ 66851760: output_path=>/_data/authors/ccaum.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/ccaum.adoc, layout=> }, :jglick=>Awestruct::Page{ 60172800: output_path=>/_data/authors/jglick.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/jglick.adoc, layout=> }, :alyssat=>Awestruct::Page{ 67482960: output_path=>/_data/authors/alyssat.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/alyssat.adoc, layout=> }, :"daniel-beck"=>Awestruct::Page{ 57360840: output_path=>/_data/authors/daniel-beck.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/daniel-beck.adoc, layout=> }, :dcoraboeuf=>Awestruct::Page{ 68745800: output_path=>/_data/authors/dcoraboeuf.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/dcoraboeuf.adoc, layout=> }, :i386=>Awestruct::Page{ 78201980: output_path=>/_data/authors/i386.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/i386.adoc, layout=> }, :glaforge=>Awestruct::Page{ 68880580: output_path=>/_data/authors/glaforge.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/glaforge.adoc, layout=> }, :omehegan=>Awestruct::Page{ 59423920: output_path=>/_data/authors/omehegan.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/omehegan.adoc, layout=> }, :rtyler=>Awestruct::Page{ 69659880: output_path=>/_data/authors/rtyler.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/rtyler.adoc, layout=> }, :alexsomai=>Awestruct::Page{ 60158440: output_path=>/_data/authors/alexsomai.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/alexsomai.adoc, layout=> }, :cynthia=>Awestruct::Page{ 69867720: output_path=>/_data/authors/cynthia.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cynthia.adoc, layout=> }, :payal94=>Awestruct::Page{ 59301720: output_path=>/_data/authors/payal94.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/payal94.adoc, layout=> }, :oleg_nenashev=>Awestruct::Page{ 77857400: output_path=>/_data/authors/oleg_nenashev.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/oleg_nenashev.adoc, layout=> }, :fdechery=>Awestruct::Page{ 69200460: output_path=>/_data/authors/fdechery.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/fdechery.adoc, layout=> }, :bvdawson=>Awestruct::Page{ 64849020: output_path=>/_data/authors/bvdawson.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/bvdawson.adoc, layout=> }, :batmat=>Awestruct::Page{ 67791300: output_path=>/_data/authors/batmat.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/batmat.adoc, layout=> }, :abayer=>Awestruct::Page{ 59797960: output_path=>/_data/authors/abayer.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/abayer.adoc, layout=> }}>, :steps=>{:firststart=>{"title"=>"Getting started with Jenkins", "steps"=>[{"title"=>"Download Jenkins", "iconclass"=>"icon-download", "short"=>"Pick a package for your platform to get started quickly.", "href"=>"/download"}, {"title"=>"Create a Pipeline", "iconclass"=>"icon-arrow-shuffle", "short"=>"Define a pipeline for automating build, test and delivery of your project.", "href"=>"/doc/pipeline"}, {"title"=>"Discover Plugins", "iconclass"=>"icon-plug", "short"=>"Customize Jenkins with plugins to fit your specific needs.", "href"=>"https://wiki.jenkins-ci.org/display/JENKINS/Plugins"}, {"title"=>"Participate", "iconclass"=>"icon-users", "short"=>"Ask questions and contribute to making Jenkins better!", "href"=>"/content/mailing-lists"}]}}, :jenkins=>AStruct<{:latest=>"2.43", :stable=>"2.32.1"}>, :handbook=>#], @key="getting-started", @title="Getting Started with Jenkins", @summary=nil>, #, #], @key="using", @title="Using Jenkins", @summary=nil>, #, #, #, #, #, #, #, #], @key="managing", @title="Managing Jenkins", @summary=nil>, #, #, #, #, #, #], @key="pipeline", @title="Pipeline", @summary=nil>, #, #, #, #], @key="use-case", @title="Jenkins Use-Cases", @summary=nil>, #, #, #, #, #], @key="operating", @title="Operating Jenkins", @summary=nil>, #, #], @key="appendix", @title="Appendix", @summary=nil>, #]>, :pages_by_relative_source_path=>AStruct<{"/100k.html.haml"=>Awestruct::Page{ 36553860: output_path=>/100k/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/100k.html.haml, layout=>refresh }, "/2.0.html.haml"=>Awestruct::Page{ 37200280: output_path=>/2.0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/2.0.html.haml, layout=>simplepage }, "/account.adoc"=>Awestruct::Page{ 37737180: output_path=>/account/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/account.adoc, layout=>refresh }, "/assets/bower/bootstrap/css/bootstrap.css"=>Awestruct::Page{ 37954300: output_path=>/assets/bower/bootstrap/css/bootstrap.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.css.map"=>Awestruct::Page{ 37937380: output_path=>/assets/bower/bootstrap/css/bootstrap.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css.map, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css"=>Awestruct::Page{ 37988360: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css.map"=>Awestruct::Page{ 37976160: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css.map, layout=> }, "/assets/bower/bootstrap/js/bootstrap.js"=>Awestruct::Page{ 38003900: output_path=>/assets/bower/bootstrap/js/bootstrap.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.js, layout=> }, "/assets/bower/bootstrap/js/bootstrap.min.js"=>Awestruct::Page{ 38855460: output_path=>/assets/bower/bootstrap/js/bootstrap.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.min.js, layout=> }, "/assets/bower/bootstrap/js/npm.js"=>Awestruct::Page{ 39160900: output_path=>/assets/bower/bootstrap/js/npm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/npm.js, layout=> }, "/assets/bower/bootstrap/js/umd/alert.js"=>Awestruct::Page{ 39410660: output_path=>/assets/bower/bootstrap/js/umd/alert.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/alert.js, layout=> }, "/assets/bower/bootstrap/js/umd/button.js"=>Awestruct::Page{ 39575260: output_path=>/assets/bower/bootstrap/js/umd/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/button.js, layout=> }, "/assets/bower/bootstrap/js/umd/carousel.js"=>Awestruct::Page{ 39812940: output_path=>/assets/bower/bootstrap/js/umd/carousel.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/carousel.js, layout=> }, "/assets/bower/bootstrap/js/umd/collapse.js"=>Awestruct::Page{ 40142500: output_path=>/assets/bower/bootstrap/js/umd/collapse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/collapse.js, layout=> }, "/assets/bower/bootstrap/js/umd/dropdown.js"=>Awestruct::Page{ 40591940: output_path=>/assets/bower/bootstrap/js/umd/dropdown.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/dropdown.js, layout=> }, "/assets/bower/bootstrap/js/umd/modal.js"=>Awestruct::Page{ 40888920: output_path=>/assets/bower/bootstrap/js/umd/modal.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/modal.js, layout=> }, "/assets/bower/bootstrap/js/umd/popover.js"=>Awestruct::Page{ 37410780: output_path=>/assets/bower/bootstrap/js/umd/popover.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/popover.js, layout=> }, "/assets/bower/bootstrap/js/umd/scrollspy.js"=>Awestruct::Page{ 40986500: output_path=>/assets/bower/bootstrap/js/umd/scrollspy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/scrollspy.js, layout=> }, "/assets/bower/bootstrap/js/umd/tab.js"=>Awestruct::Page{ 40821380: output_path=>/assets/bower/bootstrap/js/umd/tab.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tab.js, layout=> }, "/assets/bower/bootstrap/js/umd/tooltip.js"=>Awestruct::Page{ 40679300: output_path=>/assets/bower/bootstrap/js/umd/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tooltip.js, layout=> }, "/assets/bower/bootstrap/js/umd/util.js"=>Awestruct::Page{ 40478360: output_path=>/assets/bower/bootstrap/js/umd/util.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/util.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.css"=>Awestruct::Page{ 40320500: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.js"=>Awestruct::Page{ 40303360: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.css"=>Awestruct::Page{ 40143760: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.js"=>Awestruct::Page{ 40109900: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.js, layout=> }, "/assets/bower/jquery/jquery.js"=>Awestruct::Page{ 40009980: output_path=>/assets/bower/jquery/jquery.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.js, layout=> }, "/assets/bower/jquery/jquery.min.js"=>Awestruct::Page{ 38257760: output_path=>/assets/bower/jquery/jquery.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.js, layout=> }, "/assets/bower/jquery/jquery.min.map"=>Awestruct::Page{ 38218100: output_path=>/assets/bower/jquery/jquery.min.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.map, layout=> }, "/assets/bower/jquery-ui/jquery-ui.js"=>Awestruct::Page{ 38203920: output_path=>/assets/bower/jquery-ui/jquery-ui.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.js, layout=> }, "/assets/bower/jquery-ui/jquery-ui.min.js"=>Awestruct::Page{ 28981140: output_path=>/assets/bower/jquery-ui/jquery-ui.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.min.js, layout=> }, "/assets/bower/jquery-ui/themes/base/accordion.css"=>Awestruct::Page{ 31129060: output_path=>/assets/bower/jquery-ui/themes/base/accordion.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/accordion.css, layout=> }, "/assets/bower/jquery-ui/themes/base/all.css"=>Awestruct::Page{ 31115020: output_path=>/assets/bower/jquery-ui/themes/base/all.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/all.css, layout=> }, "/assets/bower/jquery-ui/themes/base/autocomplete.css"=>Awestruct::Page{ 31100920: output_path=>/assets/bower/jquery-ui/themes/base/autocomplete.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/autocomplete.css, layout=> }, "/assets/bower/jquery-ui/themes/base/base.css"=>Awestruct::Page{ 31086080: output_path=>/assets/bower/jquery-ui/themes/base/base.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/base.css, layout=> }, "/assets/bower/jquery-ui/themes/base/button.css"=>Awestruct::Page{ 31071000: output_path=>/assets/bower/jquery-ui/themes/base/button.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/button.css, layout=> }, "/assets/bower/jquery-ui/themes/base/core.css"=>Awestruct::Page{ 31056020: output_path=>/assets/bower/jquery-ui/themes/base/core.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/core.css, layout=> }, "/assets/bower/jquery-ui/themes/base/datepicker.css"=>Awestruct::Page{ 31040860: output_path=>/assets/bower/jquery-ui/themes/base/datepicker.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/datepicker.css, layout=> }, "/assets/bower/jquery-ui/themes/base/dialog.css"=>Awestruct::Page{ 31026040: output_path=>/assets/bower/jquery-ui/themes/base/dialog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/dialog.css, layout=> }, "/assets/bower/jquery-ui/themes/base/draggable.css"=>Awestruct::Page{ 31011220: output_path=>/assets/bower/jquery-ui/themes/base/draggable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/draggable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png"=>Awestruct::Page{ 30981020: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png"=>Awestruct::Page{ 30966000: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png"=>Awestruct::Page{ 30950780: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png"=>Awestruct::Page{ 30935900: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png"=>Awestruct::Page{ 30920500: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png"=>Awestruct::Page{ 30905320: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png"=>Awestruct::Page{ 30889720: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png"=>Awestruct::Page{ 30874080: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png"=>Awestruct::Page{ 30859200: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png"=>Awestruct::Page{ 30846380: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png"=>Awestruct::Page{ 30828240: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png"=>Awestruct::Page{ 30527900: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png"=>Awestruct::Page{ 30515360: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png"=>Awestruct::Page{ 30479240: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png"=>Awestruct::Page{ 30444720: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png"=>Awestruct::Page{ 30399880: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png"=>Awestruct::Page{ 30371220: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png"=>Awestruct::Page{ 30620980: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"=>Awestruct::Page{ 30600640: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.css"=>Awestruct::Page{ 30318420: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.css, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.min.css"=>Awestruct::Page{ 30705480: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, layout=> }, "/assets/bower/jquery-ui/themes/base/menu.css"=>Awestruct::Page{ 30664260: output_path=>/assets/bower/jquery-ui/themes/base/menu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/menu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/progressbar.css"=>Awestruct::Page{ 30264260: output_path=>/assets/bower/jquery-ui/themes/base/progressbar.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/progressbar.css, layout=> }, "/assets/bower/jquery-ui/themes/base/resizable.css"=>Awestruct::Page{ 30204460: output_path=>/assets/bower/jquery-ui/themes/base/resizable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/resizable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectable.css"=>Awestruct::Page{ 30187320: output_path=>/assets/bower/jquery-ui/themes/base/selectable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectmenu.css"=>Awestruct::Page{ 30161340: output_path=>/assets/bower/jquery-ui/themes/base/selectmenu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectmenu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/slider.css"=>Awestruct::Page{ 30147440: output_path=>/assets/bower/jquery-ui/themes/base/slider.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/slider.css, layout=> }, "/assets/bower/jquery-ui/themes/base/sortable.css"=>Awestruct::Page{ 30135540: output_path=>/assets/bower/jquery-ui/themes/base/sortable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/sortable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/spinner.css"=>Awestruct::Page{ 30113100: output_path=>/assets/bower/jquery-ui/themes/base/spinner.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/spinner.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tabs.css"=>Awestruct::Page{ 30098680: output_path=>/assets/bower/jquery-ui/themes/base/tabs.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tabs.css, layout=> }, "/assets/bower/jquery-ui/themes/base/theme.css"=>Awestruct::Page{ 30074420: output_path=>/assets/bower/jquery-ui/themes/base/theme.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/theme.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tooltip.css"=>Awestruct::Page{ 30059960: output_path=>/assets/bower/jquery-ui/themes/base/tooltip.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tooltip.css, layout=> }, "/assets/bower/jquery-ui/ui/accordion.js"=>Awestruct::Page{ 30001720: output_path=>/assets/bower/jquery-ui/ui/accordion.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/accordion.js, layout=> }, "/assets/bower/jquery-ui/ui/autocomplete.js"=>Awestruct::Page{ 29838440: output_path=>/assets/bower/jquery-ui/ui/autocomplete.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/autocomplete.js, layout=> }, "/assets/bower/jquery-ui/ui/button.js"=>Awestruct::Page{ 29545720: output_path=>/assets/bower/jquery-ui/ui/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/button.js, layout=> }, "/assets/bower/jquery-ui/ui/core.js"=>Awestruct::Page{ 29179480: output_path=>/assets/bower/jquery-ui/ui/core.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/core.js, layout=> }, "/assets/bower/jquery-ui/ui/datepicker.js"=>Awestruct::Page{ 28815620: output_path=>/assets/bower/jquery-ui/ui/datepicker.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/datepicker.js, layout=> }, "/assets/bower/jquery-ui/ui/dialog.js"=>Awestruct::Page{ 23945140: output_path=>/assets/bower/jquery-ui/ui/dialog.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/dialog.js, layout=> }, "/assets/bower/jquery-ui/ui/draggable.js"=>Awestruct::Page{ 21229920: output_path=>/assets/bower/jquery-ui/ui/draggable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/draggable.js, layout=> }, "/assets/bower/jquery-ui/ui/droppable.js"=>Awestruct::Page{ 19125660: output_path=>/assets/bower/jquery-ui/ui/droppable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/droppable.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-blind.js"=>Awestruct::Page{ 41025960: output_path=>/assets/bower/jquery-ui/ui/effect-blind.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-blind.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-bounce.js"=>Awestruct::Page{ 40905000: output_path=>/assets/bower/jquery-ui/ui/effect-bounce.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-bounce.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-clip.js"=>Awestruct::Page{ 40780640: output_path=>/assets/bower/jquery-ui/ui/effect-clip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-clip.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-drop.js"=>Awestruct::Page{ 40678760: output_path=>/assets/bower/jquery-ui/ui/effect-drop.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-drop.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-explode.js"=>Awestruct::Page{ 40591440: output_path=>/assets/bower/jquery-ui/ui/effect-explode.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-explode.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fade.js"=>Awestruct::Page{ 40454740: output_path=>/assets/bower/jquery-ui/ui/effect-fade.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fade.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fold.js"=>Awestruct::Page{ 40355220: output_path=>/assets/bower/jquery-ui/ui/effect-fold.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fold.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-highlight.js"=>Awestruct::Page{ 40240840: output_path=>/assets/bower/jquery-ui/ui/effect-highlight.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-highlight.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-puff.js"=>Awestruct::Page{ 40112200: output_path=>/assets/bower/jquery-ui/ui/effect-puff.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-puff.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-pulsate.js"=>Awestruct::Page{ 40011920: output_path=>/assets/bower/jquery-ui/ui/effect-pulsate.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-pulsate.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-scale.js"=>Awestruct::Page{ 39883680: output_path=>/assets/bower/jquery-ui/ui/effect-scale.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-scale.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-shake.js"=>Awestruct::Page{ 39771480: output_path=>/assets/bower/jquery-ui/ui/effect-shake.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-shake.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-size.js"=>Awestruct::Page{ 39669500: output_path=>/assets/bower/jquery-ui/ui/effect-size.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-size.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-slide.js"=>Awestruct::Page{ 39511540: output_path=>/assets/bower/jquery-ui/ui/effect-slide.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-slide.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-transfer.js"=>Awestruct::Page{ 39443040: output_path=>/assets/bower/jquery-ui/ui/effect-transfer.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-transfer.js, layout=> }, "/assets/bower/jquery-ui/ui/effect.js"=>Awestruct::Page{ 39350080: output_path=>/assets/bower/jquery-ui/ui/effect.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-af.js"=>Awestruct::Page{ 38957700: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js"=>Awestruct::Page{ 38854820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js"=>Awestruct::Page{ 38742960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-az.js"=>Awestruct::Page{ 38467280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-be.js"=>Awestruct::Page{ 38421920: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js"=>Awestruct::Page{ 38376840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js"=>Awestruct::Page{ 38331260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js"=>Awestruct::Page{ 38287260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js"=>Awestruct::Page{ 38243080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js"=>Awestruct::Page{ 38198380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-da.js"=>Awestruct::Page{ 38154360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-de.js"=>Awestruct::Page{ 38104240: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-el.js"=>Awestruct::Page{ 38056420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js"=>Awestruct::Page{ 38011340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js"=>Awestruct::Page{ 37965040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js"=>Awestruct::Page{ 37919880: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js"=>Awestruct::Page{ 37873340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-es.js"=>Awestruct::Page{ 37820760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-et.js"=>Awestruct::Page{ 37774360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js"=>Awestruct::Page{ 37727300: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js"=>Awestruct::Page{ 37665380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js"=>Awestruct::Page{ 37610500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js"=>Awestruct::Page{ 37546900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js"=>Awestruct::Page{ 37483860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js"=>Awestruct::Page{ 37373320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js"=>Awestruct::Page{ 37265500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js"=>Awestruct::Page{ 37147660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-he.js"=>Awestruct::Page{ 36850140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js"=>Awestruct::Page{ 36684060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js"=>Awestruct::Page{ 36493420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js"=>Awestruct::Page{ 36298400: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js"=>Awestruct::Page{ 36119020: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-id.js"=>Awestruct::Page{ 35910660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-is.js"=>Awestruct::Page{ 35708760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js"=>Awestruct::Page{ 35516480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it.js"=>Awestruct::Page{ 35323200: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js"=>Awestruct::Page{ 30359740: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js"=>Awestruct::Page{ 31163620: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js"=>Awestruct::Page{ 31091440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-km.js"=>Awestruct::Page{ 31015080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js"=>Awestruct::Page{ 30939760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js"=>Awestruct::Page{ 30863340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js"=>Awestruct::Page{ 30481520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js"=>Awestruct::Page{ 30604040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js"=>Awestruct::Page{ 30209160: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js"=>Awestruct::Page{ 30114060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js"=>Awestruct::Page{ 30002040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js"=>Awestruct::Page{ 29914720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js"=>Awestruct::Page{ 29821480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js"=>Awestruct::Page{ 29701560: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js"=>Awestruct::Page{ 29482680: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js"=>Awestruct::Page{ 29255520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-no.js"=>Awestruct::Page{ 29019340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js"=>Awestruct::Page{ 28736060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js"=>Awestruct::Page{ 28570960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js"=>Awestruct::Page{ 24622620: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js"=>Awestruct::Page{ 24348820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js"=>Awestruct::Page{ 23990460: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js"=>Awestruct::Page{ 23567080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js"=>Awestruct::Page{ 23028840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js"=>Awestruct::Page{ 20959060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js"=>Awestruct::Page{ 20584860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js"=>Awestruct::Page{ 19721080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js"=>Awestruct::Page{ 19276760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js"=>Awestruct::Page{ 37409480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js"=>Awestruct::Page{ 41014300: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-th.js"=>Awestruct::Page{ 40903360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js"=>Awestruct::Page{ 40782920: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js"=>Awestruct::Page{ 40699520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js"=>Awestruct::Page{ 40595560: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js"=>Awestruct::Page{ 40478600: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js"=>Awestruct::Page{ 40360280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js"=>Awestruct::Page{ 40247900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js"=>Awestruct::Page{ 40144380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, layout=> }, "/assets/bower/jquery-ui/ui/menu.js"=>Awestruct::Page{ 40017660: output_path=>/assets/bower/jquery-ui/ui/menu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/menu.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/accordion.min.js"=>Awestruct::Page{ 39771860: output_path=>/assets/bower/jquery-ui/ui/minified/accordion.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/accordion.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/autocomplete.min.js"=>Awestruct::Page{ 39698540: output_path=>/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/button.min.js"=>Awestruct::Page{ 39571620: output_path=>/assets/bower/jquery-ui/ui/minified/button.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/button.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/core.min.js"=>Awestruct::Page{ 39489180: output_path=>/assets/bower/jquery-ui/ui/minified/core.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/core.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/datepicker.min.js"=>Awestruct::Page{ 39405560: output_path=>/assets/bower/jquery-ui/ui/minified/datepicker.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/datepicker.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/dialog.min.js"=>Awestruct::Page{ 39298660: output_path=>/assets/bower/jquery-ui/ui/minified/dialog.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/dialog.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/draggable.min.js"=>Awestruct::Page{ 39208460: output_path=>/assets/bower/jquery-ui/ui/minified/draggable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/draggable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/droppable.min.js"=>Awestruct::Page{ 39092080: output_path=>/assets/bower/jquery-ui/ui/minified/droppable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/droppable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-blind.min.js"=>Awestruct::Page{ 38958420: output_path=>/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js"=>Awestruct::Page{ 38857340: output_path=>/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-clip.min.js"=>Awestruct::Page{ 38746700: output_path=>/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-drop.min.js"=>Awestruct::Page{ 38473480: output_path=>/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-explode.min.js"=>Awestruct::Page{ 38430220: output_path=>/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fade.min.js"=>Awestruct::Page{ 38386440: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fold.min.js"=>Awestruct::Page{ 38343220: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js"=>Awestruct::Page{ 38300420: output_path=>/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-puff.min.js"=>Awestruct::Page{ 38258460: output_path=>/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js"=>Awestruct::Page{ 38215620: output_path=>/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-scale.min.js"=>Awestruct::Page{ 38172880: output_path=>/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-shake.min.js"=>Awestruct::Page{ 38130120: output_path=>/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-size.min.js"=>Awestruct::Page{ 38079520: output_path=>/assets/bower/jquery-ui/ui/minified/effect-size.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-size.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-slide.min.js"=>Awestruct::Page{ 38036240: output_path=>/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js"=>Awestruct::Page{ 37991860: output_path=>/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect.min.js"=>Awestruct::Page{ 37947200: output_path=>/assets/bower/jquery-ui/ui/minified/effect.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js"=>Awestruct::Page{ 37887600: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js"=>Awestruct::Page{ 37834500: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js"=>Awestruct::Page{ 37790940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js"=>Awestruct::Page{ 37743300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js"=>Awestruct::Page{ 37688880: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js"=>Awestruct::Page{ 37628160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js"=>Awestruct::Page{ 37573640: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js"=>Awestruct::Page{ 37510460: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js"=>Awestruct::Page{ 37423800: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js"=>Awestruct::Page{ 37291920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js"=>Awestruct::Page{ 37234020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js"=>Awestruct::Page{ 37106020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js"=>Awestruct::Page{ 36748380: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js"=>Awestruct::Page{ 36583420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js"=>Awestruct::Page{ 36391920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js"=>Awestruct::Page{ 36197800: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js"=>Awestruct::Page{ 36001820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js"=>Awestruct::Page{ 35811580: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js"=>Awestruct::Page{ 35620500: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js"=>Awestruct::Page{ 35413240: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js"=>Awestruct::Page{ 35232080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js"=>Awestruct::Page{ 31205340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js"=>Awestruct::Page{ 31130660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js"=>Awestruct::Page{ 31056680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js"=>Awestruct::Page{ 30981280: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js"=>Awestruct::Page{ 30906140: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js"=>Awestruct::Page{ 30830080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js"=>Awestruct::Page{ 30418200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js"=>Awestruct::Page{ 30711300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js"=>Awestruct::Page{ 30162740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js"=>Awestruct::Page{ 30074680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js"=>Awestruct::Page{ 29974680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js"=>Awestruct::Page{ 29887380: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js"=>Awestruct::Page{ 29769920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js"=>Awestruct::Page{ 29643000: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js"=>Awestruct::Page{ 29429120: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js"=>Awestruct::Page{ 29174060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js"=>Awestruct::Page{ 28949800: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js"=>Awestruct::Page{ 28699280: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js"=>Awestruct::Page{ 25036900: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js"=>Awestruct::Page{ 24552780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js"=>Awestruct::Page{ 24227560: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js"=>Awestruct::Page{ 23838020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js"=>Awestruct::Page{ 23429800: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js"=>Awestruct::Page{ 21402840: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js"=>Awestruct::Page{ 20867080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js"=>Awestruct::Page{ 20014520: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js"=>Awestruct::Page{ 19420260: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js"=>Awestruct::Page{ 19241080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js"=>Awestruct::Page{ 41070560: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js"=>Awestruct::Page{ 40987780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js"=>Awestruct::Page{ 40877480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js"=>Awestruct::Page{ 40766340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js"=>Awestruct::Page{ 40655060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js"=>Awestruct::Page{ 40545300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js"=>Awestruct::Page{ 40453660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js"=>Awestruct::Page{ 40336500: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js"=>Awestruct::Page{ 40240080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js"=>Awestruct::Page{ 40111420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js"=>Awestruct::Page{ 40011480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js"=>Awestruct::Page{ 39885360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js"=>Awestruct::Page{ 39782960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js"=>Awestruct::Page{ 39699660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js"=>Awestruct::Page{ 39570680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js"=>Awestruct::Page{ 39467960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js"=>Awestruct::Page{ 39384700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js"=>Awestruct::Page{ 39274960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js"=>Awestruct::Page{ 39183040: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js"=>Awestruct::Page{ 39073460: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js"=>Awestruct::Page{ 38929240: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js"=>Awestruct::Page{ 38782760: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js"=>Awestruct::Page{ 38713980: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js"=>Awestruct::Page{ 38454220: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js"=>Awestruct::Page{ 38408140: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/menu.min.js"=>Awestruct::Page{ 38363960: output_path=>/assets/bower/jquery-ui/ui/minified/menu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/menu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/mouse.min.js"=>Awestruct::Page{ 38319740: output_path=>/assets/bower/jquery-ui/ui/minified/mouse.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/mouse.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/position.min.js"=>Awestruct::Page{ 38277200: output_path=>/assets/bower/jquery-ui/ui/minified/position.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/position.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/progressbar.min.js"=>Awestruct::Page{ 38234180: output_path=>/assets/bower/jquery-ui/ui/minified/progressbar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/progressbar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/resizable.min.js"=>Awestruct::Page{ 38190640: output_path=>/assets/bower/jquery-ui/ui/minified/resizable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/resizable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectable.min.js"=>Awestruct::Page{ 38147800: output_path=>/assets/bower/jquery-ui/ui/minified/selectable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectmenu.min.js"=>Awestruct::Page{ 38096120: output_path=>/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/slider.min.js"=>Awestruct::Page{ 38052460: output_path=>/assets/bower/jquery-ui/ui/minified/slider.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/slider.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/sortable.min.js"=>Awestruct::Page{ 38008560: output_path=>/assets/bower/jquery-ui/ui/minified/sortable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/sortable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/spinner.min.js"=>Awestruct::Page{ 37962640: output_path=>/assets/bower/jquery-ui/ui/minified/spinner.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/spinner.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tabs.min.js"=>Awestruct::Page{ 37920000: output_path=>/assets/bower/jquery-ui/ui/minified/tabs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tabs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tooltip.min.js"=>Awestruct::Page{ 37874120: output_path=>/assets/bower/jquery-ui/ui/minified/tooltip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tooltip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/widget.min.js"=>Awestruct::Page{ 37822800: output_path=>/assets/bower/jquery-ui/ui/minified/widget.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/widget.min.js, layout=> }, "/assets/bower/jquery-ui/ui/mouse.js"=>Awestruct::Page{ 37780000: output_path=>/assets/bower/jquery-ui/ui/mouse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/mouse.js, layout=> }, "/assets/bower/jquery-ui/ui/position.js"=>Awestruct::Page{ 37711120: output_path=>/assets/bower/jquery-ui/ui/position.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/position.js, layout=> }, "/assets/bower/jquery-ui/ui/progressbar.js"=>Awestruct::Page{ 37614980: output_path=>/assets/bower/jquery-ui/ui/progressbar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/progressbar.js, layout=> }, "/assets/bower/jquery-ui/ui/resizable.js"=>Awestruct::Page{ 37541780: output_path=>/assets/bower/jquery-ui/ui/resizable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/resizable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectable.js"=>Awestruct::Page{ 37269380: output_path=>/assets/bower/jquery-ui/ui/selectable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectmenu.js"=>Awestruct::Page{ 37124160: output_path=>/assets/bower/jquery-ui/ui/selectmenu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectmenu.js, layout=> }, "/assets/bower/jquery-ui/ui/slider.js"=>Awestruct::Page{ 36644280: output_path=>/assets/bower/jquery-ui/ui/slider.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/slider.js, layout=> }, "/assets/bower/jquery-ui/ui/sortable.js"=>Awestruct::Page{ 36242920: output_path=>/assets/bower/jquery-ui/ui/sortable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/sortable.js, layout=> }, "/assets/bower/jquery-ui/ui/spinner.js"=>Awestruct::Page{ 35625340: output_path=>/assets/bower/jquery-ui/ui/spinner.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/spinner.js, layout=> }, "/assets/bower/jquery-ui/ui/tabs.js"=>Awestruct::Page{ 35292420: output_path=>/assets/bower/jquery-ui/ui/tabs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tabs.js, layout=> }, "/assets/bower/jquery-ui/ui/tooltip.js"=>Awestruct::Page{ 31122680: output_path=>/assets/bower/jquery-ui/ui/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tooltip.js, layout=> }, "/assets/bower/jquery-ui/ui/widget.js"=>Awestruct::Page{ 30994180: output_path=>/assets/bower/jquery-ui/ui/widget.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/widget.js, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.css"=>Awestruct::Page{ 30828840: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.min.css"=>Awestruct::Page{ 30528140: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.css"=>Awestruct::Page{ 30515780: output_path=>/assets/bower/tether/css/tether-theme-arrows.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.min.css"=>Awestruct::Page{ 30478720: output_path=>/assets/bower/tether/css/tether-theme-arrows.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.css"=>Awestruct::Page{ 30444160: output_path=>/assets/bower/tether/css/tether-theme-basic.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.min.css"=>Awestruct::Page{ 30398560: output_path=>/assets/bower/tether/css/tether-theme-basic.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.min.css, layout=> }, "/assets/bower/tether/css/tether.css"=>Awestruct::Page{ 30370100: output_path=>/assets/bower/tether/css/tether.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.css, layout=> }, "/assets/bower/tether/css/tether.min.css"=>Awestruct::Page{ 30619900: output_path=>/assets/bower/tether/css/tether.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.min.css, layout=> }, "/assets/bower/tether/js/tether.js"=>Awestruct::Page{ 30591340: output_path=>/assets/bower/tether/js/tether.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.js, layout=> }, "/assets/bower/tether/js/tether.min.js"=>Awestruct::Page{ 29928640: output_path=>/assets/bower/tether/js/tether.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.min.js, layout=> }, "/blog/2010/2010-02-02-welcome-to-continuous-blog.md"=>Awestruct::Page{ 28797320: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }, "/blog/2010/2010-02-08-breaking-hudson-1-345-released.md"=>Awestruct::Page{ 24197960: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, "/blog/2010/2010-02-08-hudson-1-344-released.html"=>Awestruct::Page{ 20841900: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, "/blog/2010/2010-02-08-incoming-more-translations.md"=>Awestruct::Page{ 37404720: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, "/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html"=>Awestruct::Page{ 40714800: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, "/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md"=>Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, "/blog/2010/2010-02-11-spotlight-on-ita-software.md"=>Awestruct::Page{ 39867920: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, "/blog/2010/2010-02-12-this-week-in-plugins.md"=>Awestruct::Page{ 39464240: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-02-14-thanks-for-the-help.md"=>Awestruct::Page{ 39087540: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, "/blog/2010/2010-02-15-hudson-1-346-released.md"=>Awestruct::Page{ 38474320: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, "/blog/2010/2010-02-16-performance-improvements-in-1-346.md"=>Awestruct::Page{ 38301460: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, "/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md"=>Awestruct::Page{ 38136220: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, "/blog/2010/2010-02-18-spotlight-on-visfleet.md"=>Awestruct::Page{ 37951700: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, "/blog/2010/2010-02-19-this-week-in-plugins.md"=>Awestruct::Page{ 37761180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-02-22-hudson-1-347-released.md"=>Awestruct::Page{ 37547860: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, "/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md"=>Awestruct::Page{ 37191500: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, "/blog/2010/2010-02-24-hudson-at-pycon.md"=>Awestruct::Page{ 36395100: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, "/blog/2010/2010-02-25-links-for-2010-02-24.md"=>Awestruct::Page{ 35681440: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, "/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md"=>Awestruct::Page{ 31172640: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, "/blog/2010/2010-02-25-spotlight-on-springsource.md"=>Awestruct::Page{ 30894260: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, "/blog/2010/2010-02-26-links-for-2010-02-25.md"=>Awestruct::Page{ 30154160: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, "/blog/2010/2010-02-26-this-week-in-plugins.md"=>Awestruct::Page{ 29783240: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-01-hudson-1-348-released.md"=>Awestruct::Page{ 28995940: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, "/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md"=>Awestruct::Page{ 24262180: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, "/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md"=>Awestruct::Page{ 21156460: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, "/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md"=>Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, "/blog/2010/2010-03-05-links-for-2010-03-04.md"=>Awestruct::Page{ 40764000: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, "/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md"=>Awestruct::Page{ 40370840: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, "/blog/2010/2010-03-07-this-week-in-plugins.md"=>Awestruct::Page{ 39947740: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-08-hudson-1-349-released.md"=>Awestruct::Page{ 39515060: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, "/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md"=>Awestruct::Page{ 39161380: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, "/blog/2010/2010-03-09-one-month-of-continuous-blog.md"=>Awestruct::Page{ 38734020: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, "/blog/2010/2010-03-12-links-for-2010-03-12.md"=>Awestruct::Page{ 38329160: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, "/blog/2010/2010-03-12-want-some-hudson-stickers.md"=>Awestruct::Page{ 38164060: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, "/blog/2010/2010-03-13-this-week-in-plugins.md"=>Awestruct::Page{ 37985580: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-14-would-you-like-to-ok.md"=>Awestruct::Page{ 37805460: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, "/blog/2010/2010-03-15-breaking-hudson-1-351-released.md"=>Awestruct::Page{ 37600980: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, "/blog/2010/2010-03-15-hudson-1-350-released.md"=>Awestruct::Page{ 37284460: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, "/blog/2010/2010-03-16-slaves-building-robots.md"=>Awestruct::Page{ 36579260: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, "/blog/2010/2010-03-19-get-excited-and-make-things.md"=>Awestruct::Page{ 35857520: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, "/blog/2010/2010-03-19-links-for-2010-03-19.md"=>Awestruct::Page{ 29036420: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, "/blog/2010/2010-03-19-recap-of-hackathon-part-one.md"=>Awestruct::Page{ 30957040: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, "/blog/2010/2010-03-22-hudson-1-352-released.md"=>Awestruct::Page{ 30678720: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, "/blog/2010/2010-03-23-links-for-2010-03-23.md"=>Awestruct::Page{ 29890000: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, "/blog/2010/2010-03-27-this-week-in-plugins.md"=>Awestruct::Page{ 29188440: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-30-resurgence-of-releng.md"=>Awestruct::Page{ 24567200: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, "/blog/2010/2010-03-31-hudson-1-353-released.md"=>Awestruct::Page{ 23034660: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, "/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md"=>Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, "/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md"=>Awestruct::Page{ 40847640: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, "/blog/2010/2010-04-01-regarding-the-start-of-april.md"=>Awestruct::Page{ 40442480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, "/blog/2010/2010-04-07-kohsuke-leaves-sun.md"=>Awestruct::Page{ 40027500: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, "/blog/2010/2010-04-12-pre-tested-commits-with-git.md"=>Awestruct::Page{ 39624300: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, "/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md"=>Awestruct::Page{ 39243640: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, "/blog/2010/2010-04-16-hudson-1-354-released.md"=>Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, "/blog/2010/2010-04-24-hudson-1-355-released.md"=>Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, "/blog/2010/2010-06-09-welcome-to-hudson-labs.md"=>Awestruct::Page{ 38196740: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, "/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html"=>Awestruct::Page{ 38019100: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, "/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md"=>Awestruct::Page{ 37835340: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, "/blog/2010/2010-06-14-hudson-1-362-released.md"=>Awestruct::Page{ 37646780: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, "/blog/2010/2010-06-22-hudson-1-363-released.md"=>Awestruct::Page{ 37366960: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, "/blog/2010/2010-06-23-stickers-starting-to-arrive.md"=>Awestruct::Page{ 36686740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, "/blog/2010/2010-06-28-digg-technical-talk.md"=>Awestruct::Page{ 35962800: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, "/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md"=>Awestruct::Page{ 35233000: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, "/blog/2010/2010-07-05-links-for-2010-07-05.md"=>Awestruct::Page{ 30999180: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, "/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md"=>Awestruct::Page{ 30605180: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, "/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md"=>Awestruct::Page{ 29944500: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, "/blog/2010/2010-07-07-gee-thanks.md"=>Awestruct::Page{ 29364000: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, "/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html"=>Awestruct::Page{ 24821240: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, "/blog/2010/2010-07-12-updated-chrome-extension.md"=>Awestruct::Page{ 23362600: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, "/blog/2010/2010-07-13-monitor-hudson-from-your-android.md"=>Awestruct::Page{ 19475620: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, "/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md"=>Awestruct::Page{ 40905520: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, "/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html"=>Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, "/blog/2010/2010-07-27-hudson-1-368-released.md"=>Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, "/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html"=>Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, "/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html"=>Awestruct::Page{ 39275920: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, "/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md"=>Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, "/blog/2010/2010-08-11-quiet-period-feature.md"=>Awestruct::Page{ 38383520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, "/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md"=>Awestruct::Page{ 38214740: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, "/blog/2010/2010-08-17-hudson-1-372-sets-sail.md"=>Awestruct::Page{ 38037020: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, "/blog/2010/2010-08-17-hudson-anonymous-usage-data.html"=>Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, "/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md"=>Awestruct::Page{ 37661960: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, "/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html"=>Awestruct::Page{ 37416340: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, "/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md"=>Awestruct::Page{ 36748880: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, "/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md"=>Awestruct::Page{ 36049620: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, "/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html"=>Awestruct::Page{ 35318920: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, "/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html"=>Awestruct::Page{ 31026780: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, "/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md"=>Awestruct::Page{ 30369300: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, "/blog/2010/2010-09-04-hudson-events-calendar.md"=>Awestruct::Page{ 29970260: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, "/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md"=>Awestruct::Page{ 29458720: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, "/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md"=>Awestruct::Page{ 24996720: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, "/blog/2010/2010-09-17-javaone-taking-shape.md"=>Awestruct::Page{ 23529480: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, "/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md"=>Awestruct::Page{ 19742320: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, "/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md"=>Awestruct::Page{ 40910040: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, "/blog/2010/2010-09-20-tweet-of-the-day.md"=>Awestruct::Page{ 40519420: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, "/blog/2010/2010-09-21-javaone-day-one-in-pictures.md"=>Awestruct::Page{ 40101600: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, "/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md"=>Awestruct::Page{ 39700280: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, "/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md"=>Awestruct::Page{ 39279120: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, "/blog/2010/2010-09-22-javaone-day-two-in-pictures.md"=>Awestruct::Page{ 38857000: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, "/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html"=>Awestruct::Page{ 38388540: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, "/blog/2010/2010-11-23-java-net-migration-status-update.html"=>Awestruct::Page{ 38217120: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, "/blog/2010/2010-11-23-new-hudson-mailing-lists.md"=>Awestruct::Page{ 38035720: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, "/blog/2010/2010-11-30-whos-driving-this-thing.md"=>Awestruct::Page{ 37859440: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, "/blog/2010/2010-12-01-a-brief-update.md"=>Awestruct::Page{ 37648980: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, "/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md"=>Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, "/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md"=>Awestruct::Page{ 36646620: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, "/blog/2011/2011-01-11-hudsons-future.md"=>Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, "/blog/2011/2011-01-29-jenkins.md"=>Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, "/blog/2011/2011-02-04-governance-meeting-today.md"=>Awestruct::Page{ 30960540: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, "/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md"=>Awestruct::Page{ 30671340: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, "/blog/2011/2011-02-05-first-governance-meeting-recap.md"=>Awestruct::Page{ 29891260: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, "/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html"=>Awestruct::Page{ 29175240: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, "/blog/2011/2011-03-03-updated-usage-stats-available.md"=>Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, "/blog/2011/2011-03-13-jenkins-hits-1-400.html"=>Awestruct::Page{ 22954500: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, "/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md"=>Awestruct::Page{ 19294040: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, "/blog/2011/2011-03-23-windows-installers-are-now-available.html"=>Awestruct::Page{ 40804880: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, "/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md"=>Awestruct::Page{ 40380720: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, "/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md"=>Awestruct::Page{ 39980940: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, "/blog/2011/2011-04-14-jenkins-new-look.md"=>Awestruct::Page{ 39530260: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, "/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html"=>Awestruct::Page{ 39184740: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, "/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md"=>Awestruct::Page{ 38740020: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, "/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md"=>Awestruct::Page{ 38335000: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, "/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md"=>Awestruct::Page{ 38165300: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, "/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md"=>Awestruct::Page{ 37983800: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, "/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md"=>Awestruct::Page{ 37801960: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, "/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md"=>Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, "/blog/2011/2011-06-16-jenkins-long-term-support-release.md"=>Awestruct::Page{ 37262860: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, "/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md"=>Awestruct::Page{ 36537120: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, "/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md"=>Awestruct::Page{ 35785300: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, "/blog/2011/2011-08-08-jenkins-user-conference.md"=>Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, "/blog/2011/2011-08-08-jruby-branch-merged.md"=>Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, "/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html"=>Awestruct::Page{ 30190140: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, "/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md"=>Awestruct::Page{ 29816540: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, "/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html"=>Awestruct::Page{ 29003420: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, "/blog/2011/2011-09-19-2011-donation-drive.md"=>Awestruct::Page{ 24260940: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, "/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html"=>Awestruct::Page{ 21053800: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, "/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md"=>Awestruct::Page{ 41063780: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, "/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md"=>Awestruct::Page{ 40726460: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, "/blog/2011/2011-10-21-report-bugs-and-win-kindle.md"=>Awestruct::Page{ 40319180: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, "/blog/2011/2011-11-03-jenkins-community-survey.html"=>Awestruct::Page{ 39886000: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, "/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html"=>Awestruct::Page{ 39493320: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, "/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md"=>Awestruct::Page{ 39111840: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, "/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md"=>Awestruct::Page{ 38477480: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, "/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md"=>Awestruct::Page{ 38304500: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, "/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html"=>Awestruct::Page{ 38133100: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, "/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html"=>Awestruct::Page{ 37948420: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, "/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md"=>Awestruct::Page{ 37763720: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, "/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md"=>Awestruct::Page{ 37548000: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, "/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md"=>Awestruct::Page{ 37190680: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, "/blog/2011/2011-12-28-adding-diagrams-to-wiki.md"=>Awestruct::Page{ 36368660: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, "/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md"=>Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, "/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md"=>Awestruct::Page{ 31130040: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, "/blog/2012/2012-01-20-highlight-video-from-juc-2011.md"=>Awestruct::Page{ 30842320: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, "/blog/2012/2012-02-02-happy-birthday-jenkins.md"=>Awestruct::Page{ 30105200: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, "/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html"=>Awestruct::Page{ 29697360: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, "/blog/2012/2012-02-21-fosdem-2012-recap.md"=>Awestruct::Page{ 28724720: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, "/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md"=>Awestruct::Page{ 23930980: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, "/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html"=>Awestruct::Page{ 20594200: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, "/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md"=>Awestruct::Page{ 41031920: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, "/blog/2012/2012-03-26-announcing-the-jenkins-cia.md"=>Awestruct::Page{ 40611700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, "/blog/2012/2012-04-13-continuous-information-vol-2.html"=>Awestruct::Page{ 40200600: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, "/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html"=>Awestruct::Page{ 39765640: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, "/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html"=>Awestruct::Page{ 39368140: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, "/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md"=>Awestruct::Page{ 38916220: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, "/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md"=>Awestruct::Page{ 38410540: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, "/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md"=>Awestruct::Page{ 38236860: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, "/blog/2012/2012-07-23-jenkins-user-conference-israel.html"=>Awestruct::Page{ 38055220: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, "/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html"=>Awestruct::Page{ 37870880: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, "/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md"=>Awestruct::Page{ 37669540: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, "/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md"=>Awestruct::Page{ 37418460: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, "/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html"=>Awestruct::Page{ 36766400: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, "/blog/2012/2012-09-12-jenkins-user-event-cph.html"=>Awestruct::Page{ 36022940: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, "/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html"=>Awestruct::Page{ 35244600: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, "/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md"=>Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, "/blog/2012/2012-09-26-dinner-after-juc.html"=>Awestruct::Page{ 30315660: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, "/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html"=>Awestruct::Page{ 29905480: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, "/blog/2012/2012-09-28-saturday-night-drink-up.html"=>Awestruct::Page{ 29192400: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, "/blog/2012/2012-09-28-take-the-jenkins-survey.html"=>Awestruct::Page{ 24556920: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, "/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md"=>Awestruct::Page{ 21548260: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, "/blog/2012/2012-11-15-fundraising-for-travel-grant.html"=>Awestruct::Page{ 19250260: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, "/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html"=>Awestruct::Page{ 40781560: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, "/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md"=>Awestruct::Page{ 40373380: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, "/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html"=>Awestruct::Page{ 39935320: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, "/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html"=>Awestruct::Page{ 39507300: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, "/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md"=>Awestruct::Page{ 39133220: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, "/blog/2012/2012-12-25-jenkins-meet-up.md"=>Awestruct::Page{ 38488460: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, "/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html"=>Awestruct::Page{ 38302020: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, "/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html"=>Awestruct::Page{ 38125200: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, "/blog/2013/2013-01-30-jenkins-hits-1-500.html"=>Awestruct::Page{ 37938580: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, "/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html"=>Awestruct::Page{ 37751660: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, "/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html"=>Awestruct::Page{ 37531300: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, "/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html"=>Awestruct::Page{ 37136680: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, "/blog/2013/2013-04-25-munich-hackathon.html"=>Awestruct::Page{ 36265660: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, "/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md"=>Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, "/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html"=>Awestruct::Page{ 31098880: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, "/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html"=>Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, "/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md"=>Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, "/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html"=>Awestruct::Page{ 29543860: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, "/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md"=>Awestruct::Page{ 28573620: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, "/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html"=>Awestruct::Page{ 23632860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, "/blog/2013/2013-07-24-faster-slave-classloading.html"=>Awestruct::Page{ 19797960: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, "/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html"=>Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, "/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html"=>Awestruct::Page{ 40524440: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, "/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html"=>Awestruct::Page{ 40100780: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, "/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html"=>Awestruct::Page{ 39666740: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, "/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html"=>Awestruct::Page{ 39270840: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, "/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html"=>Awestruct::Page{ 38778840: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, "/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html"=>Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, "/blog/2013/2013-09-23-experimental-plugins-update-center.html"=>Awestruct::Page{ 38186080: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, "/blog/2013/2013-09-23-literate-builds-wtf.md"=>Awestruct::Page{ 38001920: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, "/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html"=>Awestruct::Page{ 37798700: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, "/blog/2013/2013-10-09-meet-the-community-in-juc.html"=>Awestruct::Page{ 37582640: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, "/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html"=>Awestruct::Page{ 37253140: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, "/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html"=>Awestruct::Page{ 36444580: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, "/blog/2013/2013-11-17-dkim-and-spf-deployed.html"=>Awestruct::Page{ 35701860: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, "/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md"=>Awestruct::Page{ 31160980: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, "/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md"=>Awestruct::Page{ 30870840: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, "/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html"=>Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, "/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md"=>Awestruct::Page{ 29690180: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, "/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html"=>Awestruct::Page{ 28665860: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, "/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html"=>Awestruct::Page{ 23727180: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, "/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md"=>Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, "/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html"=>Awestruct::Page{ 40974400: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, "/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html"=>Awestruct::Page{ 40543340: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, "/blog/2014/2014-04-09-more-scalable-slaves.html"=>Awestruct::Page{ 40112580: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, "/blog/2014/2014-04-11-infoq-ci-survey-2014.html"=>Awestruct::Page{ 39702840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, "/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html"=>Awestruct::Page{ 39298840: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, "/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html"=>Awestruct::Page{ 38792540: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, "/blog/2014/2014-04-16-active-directory-plugin-improvements.html"=>Awestruct::Page{ 38375160: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, "/blog/2014/2014-04-18-come-join-the-infra-team.html"=>Awestruct::Page{ 38199300: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, "/blog/2014/2014-04-24-juc-agenda-posted.html"=>Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, "/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html"=>Awestruct::Page{ 37824460: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, "/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html"=>Awestruct::Page{ 37619760: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, "/blog/2014/2014-05-27-acceptance-test-project-progress-report.html"=>Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, "/blog/2014/2014-05-30-adopt-a-plugin.html"=>Awestruct::Page{ 36556200: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, "/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html"=>Awestruct::Page{ 35788360: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, "/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html"=>Awestruct::Page{ 31197900: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, "/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html"=>Awestruct::Page{ 30902400: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, "/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html"=>Awestruct::Page{ 30158500: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, "/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html"=>Awestruct::Page{ 29753260: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, "/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html"=>Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, "/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html"=>Awestruct::Page{ 24167780: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, "/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html"=>Awestruct::Page{ 20653220: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, "/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html"=>Awestruct::Page{ 41050540: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, "/blog/2014/2014-06-20-juc-boston-what-a-day.html"=>Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, "/blog/2014/2014-07-01-jenkins-office-hours-dotci.html"=>Awestruct::Page{ 40206540: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html"=>Awestruct::Page{ 39769400: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/2014-07-03-jenkins-office-hours-dotci.html"=>Awestruct::Page{ 39383180: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html"=>Awestruct::Page{ 38930840: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, "/blog/2014/2014-07-03-juc-berlin-summary.html"=>Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, "/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html"=>Awestruct::Page{ 38234420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, "/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html"=>Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, "/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html"=>Awestruct::Page{ 37865300: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, "/blog/2014/2014-07-18-juc-israel-report.html"=>Awestruct::Page{ 37659980: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, "/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html"=>Awestruct::Page{ 37372580: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, "/blog/2014/2014-07-30-geek-choice-awards-2014.html"=>Awestruct::Page{ 36686140: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, "/blog/2014/2014-08-11-user-interface-refresh.html"=>Awestruct::Page{ 35933180: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, "/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html"=>Awestruct::Page{ 30366940: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html"=>Awestruct::Page{ 30947940: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, "/blog/2014/2014-08-28-juc-sf-2014-is-here.html"=>Awestruct::Page{ 23748500: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, "/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md"=>Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, "/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html"=>Awestruct::Page{ 29007080: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, "/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html"=>Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, "/blog/2014/2014-09-24-jenkins-in-javaone-2014.html"=>Awestruct::Page{ 20935360: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, "/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html"=>Awestruct::Page{ 37405740: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, "/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html"=>Awestruct::Page{ 40698180: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, "/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md"=>Awestruct::Page{ 40250160: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, "/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html"=>Awestruct::Page{ 39809860: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, "/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md"=>Awestruct::Page{ 39412500: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, "/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html"=>Awestruct::Page{ 38959460: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, "/blog/2014/2014-12-03-workflow-plugin-is-1-0.md"=>Awestruct::Page{ 38424840: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, "/blog/2014/2014-12-17-breakingbuilds.html"=>Awestruct::Page{ 38247820: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, "/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html"=>Awestruct::Page{ 38043960: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, "/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html"=>Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, "/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html"=>Awestruct::Page{ 37652280: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, "/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html"=>Awestruct::Page{ 37362080: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, "/blog/2015/2015-02-24-100k-celebration-podcast-recording.html"=>Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, "/blog/2015/2015-02-25-100k-celebration-podcast.html"=>Awestruct::Page{ 35864120: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, "/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html"=>Awestruct::Page{ 28984860: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, "/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html"=>Awestruct::Page{ 30928520: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, "/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html"=>Awestruct::Page{ 30193660: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, "/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html"=>Awestruct::Page{ 29799940: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, "/blog/2015/2015-04-06-confluence-migration-this-weekend.html"=>Awestruct::Page{ 28962060: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, "/blog/2015/2015-04-06-good-bye-java6.html"=>Awestruct::Page{ 24210340: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, "/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html"=>Awestruct::Page{ 20699440: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, "/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html"=>Awestruct::Page{ 41054120: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, "/blog/2015/2015-04-24-jira-migration-this-weekend.md"=>Awestruct::Page{ 40639620: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, "/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html"=>Awestruct::Page{ 40211200: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, "/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html"=>Awestruct::Page{ 39768520: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html"=>Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, "/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html"=>Awestruct::Page{ 38914780: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html"=>Awestruct::Page{ 38402860: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, "/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html"=>Awestruct::Page{ 38221600: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html"=>Awestruct::Page{ 38030360: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html"=>Awestruct::Page{ 37847280: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html"=>Awestruct::Page{ 37631120: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, "/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html"=>Awestruct::Page{ 37291260: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, "/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html"=>Awestruct::Page{ 36578760: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md"=>Awestruct::Page{ 35808460: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, "/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html"=>Awestruct::Page{ 31202700: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, "/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md"=>Awestruct::Page{ 30903380: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, "/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html"=>Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, "/blog/2015/2015-07-23-office-hours-are-back.md"=>Awestruct::Page{ 29738440: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, "/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md"=>Awestruct::Page{ 28772040: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, "/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html"=>Awestruct::Page{ 24078080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html"=>Awestruct::Page{ 20625080: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, "/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md"=>Awestruct::Page{ 41032720: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, "/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html"=>Awestruct::Page{ 40607980: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html"=>Awestruct::Page{ 40177480: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, "/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md"=>Awestruct::Page{ 39746340: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, "/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html"=>Awestruct::Page{ 39349460: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, "/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md"=>Awestruct::Page{ 38876820: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, "/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html"=>Awestruct::Page{ 38391420: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md"=>Awestruct::Page{ 38210640: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, "/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md"=>Awestruct::Page{ 38022340: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, "/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html"=>Awestruct::Page{ 37832300: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md"=>Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, "/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html"=>Awestruct::Page{ 37288880: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, "/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html"=>Awestruct::Page{ 36558420: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-25-announcing-the-travel-grant-program.md"=>Awestruct::Page{ 35783660: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, "/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html"=>Awestruct::Page{ 31190820: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html"=>Awestruct::Page{ 30885300: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, "/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html"=>Awestruct::Page{ 30140760: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md"=>Awestruct::Page{ 29715420: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, "/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md"=>Awestruct::Page{ 28730160: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, "/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html"=>Awestruct::Page{ 23942180: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, "/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md"=>Awestruct::Page{ 20575280: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, "/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md"=>Awestruct::Page{ 41012900: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, "/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html"=>Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, "/blog/2015/2015-09-30-bay-area-jam.html"=>Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, "/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html"=>Awestruct::Page{ 39672540: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, "/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html"=>Awestruct::Page{ 39271280: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, "/blog/2015/2015-10-09-cooking-up-jams.html"=>Awestruct::Page{ 38776340: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, "/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md"=>Awestruct::Page{ 38356400: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, "/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md"=>Awestruct::Page{ 38178620: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, "/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md"=>Awestruct::Page{ 37983960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, "/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md"=>Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, "/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md"=>Awestruct::Page{ 37569860: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, "/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md"=>Awestruct::Page{ 37204480: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, "/blog/2015/2015-11-01-adopt-a-plugin.md"=>Awestruct::Page{ 36345360: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, "/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md"=>Awestruct::Page{ 35574000: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, "/blog/2015/2015-11-04-jenkins-and-docker.md"=>Awestruct::Page{ 31111960: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, "/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md"=>Awestruct::Page{ 31001840: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, "/blog/2015/2015-11-06-october-jams.md"=>Awestruct::Page{ 30316800: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, "/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md"=>Awestruct::Page{ 29897340: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, "/blog/2015/2015-11-16-celebrating-hacksgiving.md"=>Awestruct::Page{ 29164240: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, "/blog/2015/2015-12-02-hacksgiving-left-overs.md"=>Awestruct::Page{ 24432620: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, "/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md"=>Awestruct::Page{ 21165360: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, "/blog/2015/2015-12-09-security-updates-released-today.md"=>Awestruct::Page{ 37409720: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, "/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md"=>Awestruct::Page{ 40701400: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, "/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md"=>Awestruct::Page{ 40251920: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md"=>Awestruct::Page{ 39808660: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md"=>Awestruct::Page{ 39408140: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md"=>Awestruct::Page{ 38935340: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, "/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md"=>Awestruct::Page{ 38414220: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, "/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md"=>Awestruct::Page{ 38233520: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, "/blog/2016/2016-01-04-jenkins-at-scale14x.adoc"=>Awestruct::Page{ 37630360: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, "/blog/2016/2016-01-05-new-website.adoc"=>Awestruct::Page{ 37240280: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, "/blog/2016/2016-01-07-official-code-of-conduct.adoc"=>Awestruct::Page{ 36259080: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, "/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc"=>Awestruct::Page{ 35332240: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, "/blog/2016/2016-01-26-office-hour-javascript-development.adoc"=>Awestruct::Page{ 30959520: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, "/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc"=>Awestruct::Page{ 30146660: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, "/blog/2016/2016-02-06-scale14x-conference-report.adoc"=>Awestruct::Page{ 29598380: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, "/blog/2016/2016-02-19-january-2016-sf-jam.adoc"=>Awestruct::Page{ 24701240: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, "/blog/2016/2016-02-24-jenkins-security-update.md"=>Awestruct::Page{ 23041820: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, "/blog/2016/2016-02-29-jenkins2-alphas.adoc"=>Awestruct::Page{ 18262600: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, "/blog/2016/2016-03-02-toulousejam-hackergarten.adoc"=>Awestruct::Page{ 40633240: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, "/blog/2016/2016-03-03-gsoc2016-announcement.md"=>Awestruct::Page{ 40153920: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, "/blog/2016/2016-03-11-new-jenkins-20-preview.adoc"=>Awestruct::Page{ 39654740: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, "/blog/2016/2016-03-15-jenkins-certification.adoc"=>Awestruct::Page{ 39135040: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, "/blog/2016/2016-03-18-jenkins-20-test-fest.adoc"=>Awestruct::Page{ 38451900: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, "/blog/2016/2016-03-21-vjam.adoc"=>Awestruct::Page{ 38237520: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, "/blog/2016/2016-03-24-jenkins-2-beta-released.md"=>Awestruct::Page{ 38031180: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, "/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc"=>Awestruct::Page{ 37811500: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, "/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc"=>Awestruct::Page{ 37518100: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, "/blog/2016/2016-04-07-2.0-release-candidate.adoc"=>Awestruct::Page{ 36811480: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, "/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc"=>Awestruct::Page{ 35838560: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, "/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc"=>Awestruct::Page{ 31102720: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, "/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc"=>Awestruct::Page{ 30370880: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, "/blog/2016/2016-04-11-jenkins-plugins-security-update.md"=>Awestruct::Page{ 29927060: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, "/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc"=>Awestruct::Page{ 28998660: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, "/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc"=>Awestruct::Page{ 23926280: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, "/blog/2016/2016-04-14-replay-with-pipeline.adoc"=>Awestruct::Page{ 19409280: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, "/blog/2016/2016-04-15-the-need-for-pipeline.adoc"=>Awestruct::Page{ 40720860: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, "/blog/2016/2016-04-21-dsl-plugins.adoc"=>Awestruct::Page{ 40152060: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, "/blog/2016/2016-04-22-pipeline-2.x.adoc"=>Awestruct::Page{ 39637980: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, "/blog/2016/2016-04-22-possible-infra-compromise.adoc"=>Awestruct::Page{ 39127040: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, "/blog/2016/2016-04-26-jenkins-20-is-here.adoc"=>Awestruct::Page{ 38434980: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, "/blog/2016/2016-05-10-jenkins-20-vjam.adoc"=>Awestruct::Page{ 38171280: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, "/blog/2016/2016-05-11-security-update.md"=>Awestruct::Page{ 37960980: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, "/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc"=>Awestruct::Page{ 37737580: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, "/blog/2016/2016-05-17-state-of-jam.adoc"=>Awestruct::Page{ 37376020: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, "/blog/2016/2016-05-18-announcing-azure-partnership.adoc"=>Awestruct::Page{ 36512880: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, "/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc"=>Awestruct::Page{ 35471180: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, "/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc"=>Awestruct::Page{ 30937020: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, "/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc"=>Awestruct::Page{ 30093840: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, "/blog/2016/2016-05-26-introducing-blue-ocean.adoc"=>Awestruct::Page{ 29390880: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, "/blog/2016/2016-05-31-pipeline-snippetizer.adoc"=>Awestruct::Page{ 24473620: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, "/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc"=>Awestruct::Page{ 20658920: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, "/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc"=>Awestruct::Page{ 40947680: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, "/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc"=>Awestruct::Page{ 40382640: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, "/blog/2016/2016-06-13-june-jenkins-events.adoc"=>Awestruct::Page{ 39844360: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc"=>Awestruct::Page{ 39352900: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, "/blog/2016/2016-06-14-jenkins-world-agenda.adoc"=>Awestruct::Page{ 38766640: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, "/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc"=>Awestruct::Page{ 38288020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, "/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc"=>Awestruct::Page{ 38041860: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, "/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc"=>Awestruct::Page{ 37802560: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, "/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc"=>Awestruct::Page{ 37475200: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, "/blog/2016/2016-06-30-ewm-alpha-version.adoc"=>Awestruct::Page{ 36659400: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, "/blog/2016/2016-07-01-html-publisher-plugin.adoc"=>Awestruct::Page{ 35645000: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, "/blog/2016/2016-07-07-jenkins-2.7.1.adoc"=>Awestruct::Page{ 31078780: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, "/blog/2016/2016-07-14-2-7-1-re-release.md"=>Awestruct::Page{ 30368120: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, "/blog/2016/2016-07-18-pipline-notifications.adoc"=>Awestruct::Page{ 29815260: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, "/blog/2016/2016-07-19-blue-ocean-update.adoc"=>Awestruct::Page{ 28664420: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, "/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc"=>Awestruct::Page{ 23329320: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, "/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc"=>Awestruct::Page{ 18289920: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, "/blog/2016/2016-08-08-docker-pipeline-environments.adoc"=>Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, "/blog/2016/2016-08-09-ewm-beta-version.adoc"=>Awestruct::Page{ 40017860: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, "/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc"=>Awestruct::Page{ 39415140: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, "/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc"=>Awestruct::Page{ 38860480: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc"=>Awestruct::Page{ 38362100: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, "/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc"=>Awestruct::Page{ 38246860: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, "/blog/2016/2016-08-22-ewm-stable-release.adoc"=>Awestruct::Page{ 38006680: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, "/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc"=>Awestruct::Page{ 37762120: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, "/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc"=>Awestruct::Page{ 37428040: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc"=>Awestruct::Page{ 36560060: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, "/blog/2016/2016-08-29-sauce-pipeline.adoc"=>Awestruct::Page{ 35467580: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, "/blog/2016/2016-08-30-ask-experts-demos.adoc"=>Awestruct::Page{ 30990960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, "/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc"=>Awestruct::Page{ 30138920: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc"=>Awestruct::Page{ 29546300: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, "/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc"=>Awestruct::Page{ 24614280: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, "/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc"=>Awestruct::Page{ 20636380: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc"=>Awestruct::Page{ 40929420: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, "/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc"=>Awestruct::Page{ 40385440: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, "/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc"=>Awestruct::Page{ 39812460: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, "/blog/2016/2016-09-20-jom-plugin-development.adoc"=>Awestruct::Page{ 39304960: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, "/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc"=>Awestruct::Page{ 38746000: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, "/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc"=>Awestruct::Page{ 38276480: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, "/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc"=>Awestruct::Page{ 38026840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, "/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc"=>Awestruct::Page{ 37782400: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, "/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc"=>Awestruct::Page{ 37476520: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, "/blog/2016/2016-10-16-stage-lock-milestone.adoc"=>Awestruct::Page{ 36596540: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, "/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc"=>Awestruct::Page{ 35648700: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, "/blog/2016/2016-10-31-xunit-reporting.adoc"=>Awestruct::Page{ 30993480: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, "/blog/2016/2016-11-11-monthly-jam-recap-october.adoc"=>Awestruct::Page{ 30161980: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, "/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc"=>Awestruct::Page{ 29615820: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, "/blog/2016/2016-11-13-november-jenkins-events.adoc"=>Awestruct::Page{ 24699220: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc"=>Awestruct::Page{ 21302060: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, "/blog/2016/2016-11-21-gc-tuning.adoc"=>Awestruct::Page{ 40893760: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, "/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc"=>Awestruct::Page{ 40372480: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, "/blog/2016/2016-12-09-december-jenkins-events.adoc"=>Awestruct::Page{ 39833820: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-12-10-monthly-jam-recap-november.adoc"=>Awestruct::Page{ 39300960: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, "/blog/2016/2016-12-19-declarative-pipeline-beta.adoc"=>Awestruct::Page{ 38708440: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, "/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc"=>Awestruct::Page{ 38238300: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, "/blog/2016/2016-12-31-what-a-year.adoc"=>Awestruct::Page{ 37976760: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, "/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc"=>Awestruct::Page{ 37712920: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, "/blog/2017/2017-01-10-security-warnings.adoc"=>Awestruct::Page{ 37359640: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, "/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc"=>Awestruct::Page{ 36439480: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, "/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc"=>Awestruct::Page{ 35409320: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, "/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc"=>Awestruct::Page{ 30974940: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, "/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc"=>Awestruct::Page{ 30152520: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, "/blog/2017/2017-01-17-scm-api-2.0-release.adoc"=>Awestruct::Page{ 29461180: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, "/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc"=>Awestruct::Page{ 23939360: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, "/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc"=>Awestruct::Page{ 19705000: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, "/blog/index.md"=>Awestruct::Page{ 40850540: output_path=>/blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/index.md, layout=>refresh }, "/blog/take-2015-jenkins-survey/index.md"=>Awestruct::Page{ 40674240: output_path=>/blog/take-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/take-2015-jenkins-survey/index.md, layout=>refresh }, "/changelog/index.html"=>Awestruct::Page{ 40510180: output_path=>/changelog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog/index.html, layout=>post }, "/changelog-old.html"=>Awestruct::Page{ 39416320: output_path=>/changelog-old/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-old.html, layout=> }, "/changelog-stable/index.html"=>Awestruct::Page{ 37821180: output_path=>/changelog-stable/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-stable/index.html, layout=>post }, "/changelog.css"=>Awestruct::Page{ 37253220: output_path=>/changelog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.css, layout=> }, "/changelog.html/index.md"=>Awestruct::Page{ 37206580: output_path=>/changelog.html/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.html/index.md, layout=>refresh }, "/conduct.adoc"=>Awestruct::Page{ 36662160: output_path=>/conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/conduct.adoc, layout=>simplepage }, "/content/100k-celebration-podcast/index.md"=>Awestruct::Page{ 35571060: output_path=>/content/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast/index.md, layout=>refresh }, "/content/100k-celebration-podcast-recording/index.md"=>Awestruct::Page{ 35244320: output_path=>/content/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast-recording/index.md, layout=>refresh }, "/content/11th-international-free-software-forum-brazil/index.md"=>Awestruct::Page{ 31151200: output_path=>/content/11th-international-free-software-forum-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/11th-international-free-software-forum-brazil/index.md, layout=>refresh }, "/content/2-version-control-plugins-beta-testing-major-release/index.md"=>Awestruct::Page{ 31027660: output_path=>/content/2-version-control-plugins-beta-testing-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2-version-control-plugins-beta-testing-major-release/index.md, layout=>refresh }, "/content/2011-donation-drive/index.md"=>Awestruct::Page{ 30888800: output_path=>/content/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2011-donation-drive/index.md, layout=>refresh }, "/content/2012-jenkins-survey-results-are/index.md"=>Awestruct::Page{ 30424120: output_path=>/content/2012-jenkins-survey-results-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2012-jenkins-survey-results-are/index.md, layout=>refresh }, "/content/2015-jenkins-user-conferences-call-papers/index.md"=>Awestruct::Page{ 30196680: output_path=>/content/2015-jenkins-user-conferences-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2015-jenkins-user-conferences-call-papers/index.md, layout=>refresh }, "/content/about-jenkins-ci/index.md"=>Awestruct::Page{ 30031600: output_path=>/content/about-jenkins-ci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/about-jenkins-ci/index.md, layout=>post }, "/content/acceptance-test-project-progress-report/index.md"=>Awestruct::Page{ 29464700: output_path=>/content/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/acceptance-test-project-progress-report/index.md, layout=>refresh }, "/content/active-directory-plugin-improvements/index.md"=>Awestruct::Page{ 29017140: output_path=>/content/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/active-directory-plugin-improvements/index.md, layout=>refresh }, "/content/adding-diagrams-wiki/index.md"=>Awestruct::Page{ 28572660: output_path=>/content/adding-diagrams-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adding-diagrams-wiki/index.md, layout=>refresh }, "/content/adopt-plugin/index.md"=>Awestruct::Page{ 24431940: output_path=>/content/adopt-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin/index.md, layout=>refresh }, "/content/adopt-plugin-0/index.md"=>Awestruct::Page{ 23727280: output_path=>/content/adopt-plugin-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin-0/index.md, layout=>refresh }, "/content/advancing-jenkins-gui-configuring-items-jenkins/index.md"=>Awestruct::Page{ 22955600: output_path=>/content/advancing-jenkins-gui-configuring-items-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/advancing-jenkins-gui-configuring-items-jenkins/index.md, layout=>refresh }, "/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md"=>Awestruct::Page{ 20603560: output_path=>/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md, layout=>refresh }, "/content/announcing-hudson-20-roadmap/index.md"=>Awestruct::Page{ 19386040: output_path=>/content/announcing-hudson-20-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-hudson-20-roadmap/index.md, layout=>refresh }, "/content/announcing-jenkins-cia/index.md"=>Awestruct::Page{ 41056380: output_path=>/content/announcing-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-jenkins-cia/index.md, layout=>refresh }, "/content/announcing-travel-grant-program/index.md"=>Awestruct::Page{ 40891060: output_path=>/content/announcing-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-travel-grant-program/index.md, layout=>refresh }, "/content/another-big-thank-you-rackspace/index.md"=>Awestruct::Page{ 40719020: output_path=>/content/another-big-thank-you-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/another-big-thank-you-rackspace/index.md, layout=>refresh }, "/content/bay-area-jam/index.md"=>Awestruct::Page{ 40523320: output_path=>/content/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jam/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md"=>Awestruct::Page{ 40333300: output_path=>/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-looking-you/index.md"=>Awestruct::Page{ 40146260: output_path=>/content/bay-area-jenkins-area-meet-looking-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-looking-you/index.md, layout=>refresh }, "/content/beginning-new-era-ruby-plugins-now-reality/index.md"=>Awestruct::Page{ 39948760: output_path=>/content/beginning-new-era-ruby-plugins-now-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/beginning-new-era-ruby-plugins-now-reality/index.md, layout=>refresh }, "/content/behind-scenes-jenkins-user-conference-palo-alto/index.md"=>Awestruct::Page{ 39755520: output_path=>/content/behind-scenes-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/behind-scenes-jenkins-user-conference-palo-alto/index.md, layout=>refresh }, "/content/big-security-fix-hudson-1371-released/index.md"=>Awestruct::Page{ 39571840: output_path=>/content/big-security-fix-hudson-1371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-security-fix-hudson-1371-released/index.md, layout=>refresh }, "/content/big-thanks-rackspace/index.md"=>Awestruct::Page{ 39415700: output_path=>/content/big-thanks-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-thanks-rackspace/index.md, layout=>refresh }, "/content/breaking-hudson-1345-released/index.md"=>Awestruct::Page{ 39221740: output_path=>/content/breaking-hudson-1345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1345-released/index.md, layout=>refresh }, "/content/breaking-hudson-1351-released/index.md"=>Awestruct::Page{ 39042140: output_path=>/content/breaking-hudson-1351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1351-released/index.md, layout=>refresh }, "/content/breakingbuilds/index.md"=>Awestruct::Page{ 38787140: output_path=>/content/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breakingbuilds/index.md, layout=>refresh }, "/content/brief-update/index.md"=>Awestruct::Page{ 38470800: output_path=>/content/brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/brief-update/index.md, layout=>refresh }, "/content/building-jenkins-plugins-gradle/index.md"=>Awestruct::Page{ 38394240: output_path=>/content/building-jenkins-plugins-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-jenkins-plugins-gradle/index.md, layout=>refresh }, "/content/building-software-diamond-jenkins/index.md"=>Awestruct::Page{ 38315840: output_path=>/content/building-software-diamond-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-software-diamond-jenkins/index.md, layout=>refresh }, "/content/call-sponsors-2014-jenkins-user-conferences/index.md"=>Awestruct::Page{ 38239960: output_path=>/content/call-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-sponsors-2014-jenkins-user-conferences/index.md, layout=>refresh }, "/content/call-testers-older-better/index.md"=>Awestruct::Page{ 38160160: output_path=>/content/call-testers-older-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-older-better/index.md, layout=>refresh }, "/content/call-testers-upcoming-lts-update/index.md"=>Awestruct::Page{ 38079260: output_path=>/content/call-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-upcoming-lts-update/index.md, layout=>refresh }, "/content/casual-fridays-directing-traffic-hudson/index.md"=>Awestruct::Page{ 37990740: output_path=>/content/casual-fridays-directing-traffic-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/casual-fridays-directing-traffic-hudson/index.md, layout=>refresh }, "/content/celebrating-hacksgiving/index.md"=>Awestruct::Page{ 37911660: output_path=>/content/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/celebrating-hacksgiving/index.md, layout=>refresh }, "/content/chat/index.md"=>Awestruct::Page{ 37825960: output_path=>/content/chat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/chat/index.md, layout=>post }, "/content/ci-dinner-wednesday-630/index.md"=>Awestruct::Page{ 37578240: output_path=>/content/ci-dinner-wednesday-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ci-dinner-wednesday-630/index.md, layout=>refresh }, "/content/cloudbees-announce-hudson-service/index.md"=>Awestruct::Page{ 37475580: output_path=>/content/cloudbees-announce-hudson-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cloudbees-announce-hudson-service/index.md, layout=>refresh }, "/content/come-join-infra-team/index.md"=>Awestruct::Page{ 37267200: output_path=>/content/come-join-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-infra-team/index.md, layout=>refresh }, "/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md"=>Awestruct::Page{ 37101900: output_path=>/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md, layout=>refresh }, "/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md"=>Awestruct::Page{ 36599040: output_path=>/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md, layout=>refresh }, "/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md"=>Awestruct::Page{ 36260920: output_path=>/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md, layout=>refresh }, "/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md"=>Awestruct::Page{ 35956780: output_path=>/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md, layout=>refresh }, "/content/confluence-migration-weekend/index.md"=>Awestruct::Page{ 35548600: output_path=>/content/confluence-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/confluence-migration-weekend/index.md, layout=>refresh }, "/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md"=>Awestruct::Page{ 35227240: output_path=>/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md, layout=>refresh }, "/content/continuous-deployment-new-digg/index.md"=>Awestruct::Page{ 31142700: output_path=>/content/continuous-deployment-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-new-digg/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-4/index.md"=>Awestruct::Page{ 31015900: output_path=>/content/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-4/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-5/index.md"=>Awestruct::Page{ 30876580: output_path=>/content/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-5/index.md, layout=>refresh }, "/content/continuous-information-vol2/index.md"=>Awestruct::Page{ 30396940: output_path=>/content/continuous-information-vol2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-vol2/index.md, layout=>refresh }, "/content/cooking-jams/index.md"=>Awestruct::Page{ 30182420: output_path=>/content/cooking-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cooking-jams/index.md, layout=>refresh }, "/content/copenhagen-hudson-user-meetup/index.md"=>Awestruct::Page{ 29999460: output_path=>/content/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/copenhagen-hudson-user-meetup/index.md, layout=>refresh }, "/content/critical-security-advisory-jenkins-core/index.md"=>Awestruct::Page{ 29854920: output_path=>/content/critical-security-advisory-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/critical-security-advisory-jenkins-core/index.md, layout=>refresh }, "/content/cve-2014-3566-poodle-impact-jenkins/index.md"=>Awestruct::Page{ 29601240: output_path=>/content/cve-2014-3566-poodle-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-3566-poodle-impact-jenkins/index.md, layout=>refresh }, "/content/cve-2014-6271-impact-jenkins/index.md"=>Awestruct::Page{ 29166780: output_path=>/content/cve-2014-6271-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-6271-impact-jenkins/index.md, layout=>refresh }, "/content/dead-bug-good-bug/index.md"=>Awestruct::Page{ 28677400: output_path=>/content/dead-bug-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dead-bug-good-bug/index.md, layout=>refresh }, "/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md"=>Awestruct::Page{ 24606900: output_path=>/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md, layout=>refresh }, "/content/december-jam-world-tour-lima-peru/index.md"=>Awestruct::Page{ 24052220: output_path=>/content/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-lima-peru/index.md, layout=>refresh }, "/content/december-jam-world-tour-st-petersburg-russia/index.md"=>Awestruct::Page{ 23314120: output_path=>/content/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-st-petersburg-russia/index.md, layout=>refresh }, "/content/december-jam-world-tour-toulouse-france/index.md"=>Awestruct::Page{ 20820340: output_path=>/content/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-toulouse-france/index.md, layout=>refresh }, "/content/digg-technical-talk/index.md"=>Awestruct::Page{ 19705280: output_path=>/content/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/digg-technical-talk/index.md, layout=>refresh }, "/content/dinner-after-juc/index.md"=>Awestruct::Page{ 41061640: output_path=>/content/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dinner-after-juc/index.md, layout=>refresh }, "/content/dkim-and-spf-deployed/index.md"=>Awestruct::Page{ 40945760: output_path=>/content/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dkim-and-spf-deployed/index.md, layout=>refresh }, "/content/dogfooding-hudson-were-looking-slaves/index.md"=>Awestruct::Page{ 40753680: output_path=>/content/dogfooding-hudson-were-looking-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dogfooding-hudson-were-looking-slaves/index.md, layout=>refresh }, "/content/event-calendar/index.html"=>Awestruct::Page{ 40592540: output_path=>/content/event-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/event-calendar/index.html, layout=>post }, "/content/experimental-plugins-update-center/index.md"=>Awestruct::Page{ 40100860: output_path=>/content/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/experimental-plugins-update-center/index.md, layout=>refresh }, "/content/extreme-feedback-lamp-switch-gear-style/index.md"=>Awestruct::Page{ 39904680: output_path=>/content/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/extreme-feedback-lamp-switch-gear-style/index.md, layout=>refresh }, "/content/faster-slave-classloading/index.md"=>Awestruct::Page{ 39720360: output_path=>/content/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/faster-slave-classloading/index.md, layout=>refresh }, "/content/final-two-run-vote-new-jenkins-logo/index.md"=>Awestruct::Page{ 39508720: output_path=>/content/final-two-run-vote-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/final-two-run-vote-new-jenkins-logo/index.md, layout=>refresh }, "/content/first-24-hours-downloads/index.md"=>Awestruct::Page{ 39368860: output_path=>/content/first-24-hours-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-24-hours-downloads/index.md, layout=>refresh }, "/content/first-governance-meeting-recap/index.md"=>Awestruct::Page{ 39184960: output_path=>/content/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-governance-meeting-recap/index.md, layout=>refresh }, "/content/fosdem-2012-recap/index.md"=>Awestruct::Page{ 38962180: output_path=>/content/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2012-recap/index.md, layout=>refresh }, "/content/fosdem-2016-travel-grant-program/index.md"=>Awestruct::Page{ 38754780: output_path=>/content/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2016-travel-grant-program/index.md, layout=>refresh }, "/content/freebsd-project-use-jenkins-os-testing/index.md"=>Awestruct::Page{ 38447140: output_path=>/content/freebsd-project-use-jenkins-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/freebsd-project-use-jenkins-os-testing/index.md, layout=>refresh }, "/content/fundraising-drive-update-thank-you-everyone/index.md"=>Awestruct::Page{ 38368500: output_path=>/content/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-drive-update-thank-you-everyone/index.md, layout=>refresh }, "/content/fundraising-travel-grant/index.md"=>Awestruct::Page{ 38289420: output_path=>/content/fundraising-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-travel-grant/index.md, layout=>refresh }, "/content/gee-thanks/index.md"=>Awestruct::Page{ 38211320: output_path=>/content/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gee-thanks/index.md, layout=>refresh }, "/content/geek-choice-awards-2014/index.md"=>Awestruct::Page{ 38134920: output_path=>/content/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/geek-choice-awards-2014/index.md, layout=>refresh }, "/content/get-drunk-code-juc-boston/index.md"=>Awestruct::Page{ 38049700: output_path=>/content/get-drunk-code-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-drunk-code-juc-boston/index.md, layout=>refresh }, "/content/get-excited-and-make-things/index.md"=>Awestruct::Page{ 37959540: output_path=>/content/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-excited-and-make-things/index.md, layout=>refresh }, "/content/get-together-beer-garden-juc-berlin/index.md"=>Awestruct::Page{ 37884240: output_path=>/content/get-together-beer-garden-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-together-beer-garden-juc-berlin/index.md, layout=>refresh }, "/content/getting-started-building-android-apps-hudson/index.md"=>Awestruct::Page{ 37793980: output_path=>/content/getting-started-building-android-apps-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/getting-started-building-android-apps-hudson/index.md, layout=>refresh }, "/content/giving-back-community-3-ways-keep-jenkins-growing/index.md"=>Awestruct::Page{ 37703520: output_path=>/content/giving-back-community-3-ways-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/giving-back-community-3-ways-keep-jenkins-growing/index.md, layout=>refresh }, "/content/good-bye-java6/index.md"=>Awestruct::Page{ 37583360: output_path=>/content/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/good-bye-java6/index.md, layout=>refresh }, "/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md"=>Awestruct::Page{ 37480060: output_path=>/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md, layout=>refresh }, "/content/governance-meeting-today/index.md"=>Awestruct::Page{ 37270640: output_path=>/content/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/governance-meeting-today/index.md, layout=>refresh }, "/content/gradle-fy-your-jenkins-plugin-project/index.md"=>Awestruct::Page{ 37104360: output_path=>/content/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gradle-fy-your-jenkins-plugin-project/index.md, layout=>refresh }, "/content/gui-improvements-horizon/index.md"=>Awestruct::Page{ 36619340: output_path=>/content/gui-improvements-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gui-improvements-horizon/index.md, layout=>refresh }, "/content/hacksgiving-left-overs/index.md"=>Awestruct::Page{ 36263220: output_path=>/content/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hacksgiving-left-overs/index.md, layout=>refresh }, "/content/hamburg-hackathon-great-success/index.md"=>Awestruct::Page{ 35958420: output_path=>/content/hamburg-hackathon-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hamburg-hackathon-great-success/index.md, layout=>refresh }, "/content/happy-birthday-jenkins/index.md"=>Awestruct::Page{ 35548680: output_path=>/content/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/happy-birthday-jenkins/index.md, layout=>refresh }, "/content/highlight-video-juc-2011/index.md"=>Awestruct::Page{ 35225920: output_path=>/content/highlight-video-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/highlight-video-juc-2011/index.md, layout=>refresh }, "/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md"=>Awestruct::Page{ 31140300: output_path=>/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md, layout=>refresh }, "/content/home-page/index.html"=>Awestruct::Page{ 31010660: output_path=>/content/home-page/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/home-page/index.html, layout=>post }, "/content/hosting-your-hudson-plugin-github/index.md"=>Awestruct::Page{ 30341620: output_path=>/content/hosting-your-hudson-plugin-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hosting-your-hudson-plugin-github/index.md, layout=>refresh }, "/content/hudson-1344-released/index.md"=>Awestruct::Page{ 30089520: output_path=>/content/hudson-1344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1344-released/index.md, layout=>refresh }, "/content/hudson-1346-released/index.md"=>Awestruct::Page{ 29927380: output_path=>/content/hudson-1346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1346-released/index.md, layout=>refresh }, "/content/hudson-1347-released/index.md"=>Awestruct::Page{ 29714240: output_path=>/content/hudson-1347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1347-released/index.md, layout=>refresh }, "/content/hudson-1348-released/index.md"=>Awestruct::Page{ 29363520: output_path=>/content/hudson-1348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1348-released/index.md, layout=>refresh }, "/content/hudson-1349-released/index.md"=>Awestruct::Page{ 28871600: output_path=>/content/hudson-1349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1349-released/index.md, layout=>refresh }, "/content/hudson-1350-released/index.md"=>Awestruct::Page{ 24965480: output_path=>/content/hudson-1350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1350-released/index.md, layout=>refresh }, "/content/hudson-1352-released/index.md"=>Awestruct::Page{ 24238580: output_path=>/content/hudson-1352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1352-released/index.md, layout=>refresh }, "/content/hudson-1353-released/index.md"=>Awestruct::Page{ 23595640: output_path=>/content/hudson-1353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1353-released/index.md, layout=>refresh }, "/content/hudson-1354-released/index.md"=>Awestruct::Page{ 21262940: output_path=>/content/hudson-1354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1354-released/index.md, layout=>refresh }, "/content/hudson-1355-released/index.md"=>Awestruct::Page{ 19864940: output_path=>/content/hudson-1355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1355-released/index.md, layout=>refresh }, "/content/hudson-1362-released/index.md"=>Awestruct::Page{ 19246760: output_path=>/content/hudson-1362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1362-released/index.md, layout=>refresh }, "/content/hudson-1363-released/index.md"=>Awestruct::Page{ 41015540: output_path=>/content/hudson-1363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1363-released/index.md, layout=>refresh }, "/content/hudson-1368-released/index.md"=>Awestruct::Page{ 40820820: output_path=>/content/hudson-1368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1368-released/index.md, layout=>refresh }, "/content/hudson-1372-sets-sail/index.md"=>Awestruct::Page{ 40633940: output_path=>/content/hudson-1372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1372-sets-sail/index.md, layout=>refresh }, "/content/hudson-anonymous-usage-data/index.md"=>Awestruct::Page{ 40442860: output_path=>/content/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-anonymous-usage-data/index.md, layout=>refresh }, "/content/hudson-events-calendar/index.md"=>Awestruct::Page{ 40251480: output_path=>/content/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-events-calendar/index.md, layout=>refresh }, "/content/hudson-javazone-meetup-oslo/index.md"=>Awestruct::Page{ 40062780: output_path=>/content/hudson-javazone-meetup-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-javazone-meetup-oslo/index.md, layout=>refresh }, "/content/hudson-pycon/index.md"=>Awestruct::Page{ 39862740: output_path=>/content/hudson-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-pycon/index.md, layout=>refresh }, "/content/hudson-sauce-ondemand-webinar/index.md"=>Awestruct::Page{ 39670720: output_path=>/content/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-sauce-ondemand-webinar/index.md, layout=>refresh }, "/content/hudson-selenium-and-sauce-demand-videos/index.md"=>Awestruct::Page{ 39494860: output_path=>/content/hudson-selenium-and-sauce-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-selenium-and-sauce-demand-videos/index.md, layout=>refresh }, "/content/hudson-user-meet-copenhagenoslo/index.md"=>Awestruct::Page{ 39326580: output_path=>/content/hudson-user-meet-copenhagenoslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-copenhagenoslo/index.md, layout=>refresh }, "/content/hudson-user-meet-jerusalem/index.md"=>Awestruct::Page{ 39132900: output_path=>/content/hudson-user-meet-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-jerusalem/index.md, layout=>refresh }, "/content/hudsonmobi-20-hits-android-market/index.md"=>Awestruct::Page{ 38917360: output_path=>/content/hudsonmobi-20-hits-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-20-hits-android-market/index.md, layout=>refresh }, "/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md"=>Awestruct::Page{ 38735840: output_path=>/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md, layout=>refresh }, "/content/hudsons-future/index.md"=>Awestruct::Page{ 38428480: output_path=>/content/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsons-future/index.md, layout=>refresh }, "/content/incoming-more-translations/index.md"=>Awestruct::Page{ 38346520: output_path=>/content/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/incoming-more-translations/index.md, layout=>refresh }, "/content/infoq-ci-survey-2014-0/index.md"=>Awestruct::Page{ 38269160: output_path=>/content/infoq-ci-survey-2014-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/infoq-ci-survey-2014-0/index.md, layout=>refresh }, "/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md"=>Awestruct::Page{ 38188140: output_path=>/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md, layout=>refresh }, "/content/integrating-kubernetes-and-jenkins/index.md"=>Awestruct::Page{ 38106940: output_path=>/content/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/integrating-kubernetes-and-jenkins/index.md, layout=>refresh }, "/content/intro-jenkins-meetup-copenhagen/index.md"=>Awestruct::Page{ 38019300: output_path=>/content/intro-jenkins-meetup-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/intro-jenkins-meetup-copenhagen/index.md, layout=>refresh }, "/content/ips-packages-jenkins-solarisopenindiana/index.md"=>Awestruct::Page{ 37935620: output_path=>/content/ips-packages-jenkins-solarisopenindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ips-packages-jenkins-solarisopenindiana/index.md, layout=>refresh }, "/content/javanet-migration-status-update/index.md"=>Awestruct::Page{ 37858520: output_path=>/content/javanet-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javanet-migration-status-update/index.md, layout=>refresh }, "/content/javaone-day-one-pictures/index.md"=>Awestruct::Page{ 37765140: output_path=>/content/javaone-day-one-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-one-pictures/index.md, layout=>refresh }, "/content/javaone-day-two-pictures/index.md"=>Awestruct::Page{ 37666880: output_path=>/content/javaone-day-two-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-two-pictures/index.md, layout=>refresh }, "/content/javaone-taking-shape/index.md"=>Awestruct::Page{ 37548300: output_path=>/content/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-taking-shape/index.md, layout=>refresh }, "/content/jenkins/index.md"=>Awestruct::Page{ 37419180: output_path=>/content/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins/index.md, layout=>refresh }, "/content/jenkins-100k-celebration-pictures/index.md"=>Awestruct::Page{ 37236020: output_path=>/content/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-100k-celebration-pictures/index.md, layout=>refresh }, "/content/jenkins-15323-lts-released/index.md"=>Awestruct::Page{ 36812820: output_path=>/content/jenkins-15323-lts-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-15323-lts-released/index.md, layout=>refresh }, "/content/jenkins-20-proposal-improved-out-box-user-experience/index.md"=>Awestruct::Page{ 36469720: output_path=>/content/jenkins-20-proposal-improved-out-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-improved-out-box-user-experience/index.md, layout=>refresh }, "/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md"=>Awestruct::Page{ 36148700: output_path=>/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md, layout=>refresh }, "/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md"=>Awestruct::Page{ 35810060: output_path=>/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md, layout=>refresh }, "/content/jenkins-20-proposal-split-groovy-out-core/index.md"=>Awestruct::Page{ 35408280: output_path=>/content/jenkins-20-proposal-split-groovy-out-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-split-groovy-out-core/index.md, layout=>refresh }, "/content/jenkins-20-proposal-ux-improvements-part-one/index.md"=>Awestruct::Page{ 28974400: output_path=>/content/jenkins-20-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-ux-improvements-part-one/index.md, layout=>refresh }, "/content/jenkins-20-proposals/index.md"=>Awestruct::Page{ 31085320: output_path=>/content/jenkins-20-proposals/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposals/index.md, layout=>post }, "/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md"=>Awestruct::Page{ 30420720: output_path=>/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md, layout=>refresh }, "/content/jenkins-and-docker/index.md"=>Awestruct::Page{ 30187000: output_path=>/content/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-docker/index.md, layout=>refresh }, "/content/jenkins-besoin-de-vous/index.md"=>Awestruct::Page{ 30003500: output_path=>/content/jenkins-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-besoin-de-vous/index.md, layout=>refresh }, "/content/jenkins-celebration-day-february-26/index.md"=>Awestruct::Page{ 29855920: output_path=>/content/jenkins-celebration-day-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-celebration-day-february-26/index.md, layout=>refresh }, "/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md"=>Awestruct::Page{ 29599700: output_path=>/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md, layout=>refresh }, "/content/jenkins-cia-program-and-meetup-updates/index.md"=>Awestruct::Page{ 29161620: output_path=>/content/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-cia-program-and-meetup-updates/index.md, layout=>refresh }, "/content/jenkins-community-survey/index.md"=>Awestruct::Page{ 28672680: output_path=>/content/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-community-survey/index.md, layout=>refresh }, "/content/jenkins-conference-slides-and-videos-online/index.md"=>Awestruct::Page{ 24583940: output_path=>/content/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-conference-slides-and-videos-online/index.md, layout=>refresh }, "/content/jenkins-figure-available-shapeways/index.md"=>Awestruct::Page{ 23989440: output_path=>/content/jenkins-figure-available-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-figure-available-shapeways/index.md, layout=>refresh }, "/content/jenkins-fosdem-2014/index.md"=>Awestruct::Page{ 23198900: output_path=>/content/jenkins-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-fosdem-2014/index.md, layout=>refresh }, "/content/jenkins-hits-1400/index.md"=>Awestruct::Page{ 20655180: output_path=>/content/jenkins-hits-1400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1400/index.md, layout=>refresh }, "/content/jenkins-hits-1500/index.md"=>Awestruct::Page{ 19411780: output_path=>/content/jenkins-hits-1500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1500/index.md, layout=>refresh }, "/content/jenkins-javaone-2014/index.md"=>Awestruct::Page{ 37406200: output_path=>/content/jenkins-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-javaone-2014/index.md, layout=>refresh }, "/content/jenkins-keynote-fosdem-2013-0/index.md"=>Awestruct::Page{ 40908900: output_path=>/content/jenkins-keynote-fosdem-2013-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-keynote-fosdem-2013-0/index.md, layout=>refresh }, "/content/jenkins-long-term-release-14092-out/index.md"=>Awestruct::Page{ 40725440: output_path=>/content/jenkins-long-term-release-14092-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-release-14092-out/index.md, layout=>refresh }, "/content/jenkins-long-term-support-release/index.md"=>Awestruct::Page{ 40536420: output_path=>/content/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-support-release/index.md, layout=>refresh }, "/content/jenkins-meetup-munich-videos/index.md"=>Awestruct::Page{ 40337020: output_path=>/content/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-meetup-munich-videos/index.md, layout=>refresh }, "/content/jenkins-netflix-juc-speaker-interview/index.md"=>Awestruct::Page{ 40148640: output_path=>/content/jenkins-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-netflix-juc-speaker-interview/index.md, layout=>refresh }, "/content/jenkins-new-look/index.md"=>Awestruct::Page{ 39949700: output_path=>/content/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-new-look/index.md, layout=>refresh }, "/content/jenkins-next-week-juc-javaone-and-oh-my/index.html"=>Awestruct::Page{ 39754020: output_path=>/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, layout=>post }, "/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md"=>Awestruct::Page{ 39305100: output_path=>/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci/index.md"=>Awestruct::Page{ 39127620: output_path=>/content/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci-0/index.md"=>Awestruct::Page{ 38901980: output_path=>/content/jenkins-office-hours-dotci-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci-0/index.md, layout=>refresh }, "/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html"=>Awestruct::Page{ 38711660: output_path=>/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, layout=>post }, "/content/jenkins-project-meeting-meat-space-call-agenda/index.md"=>Awestruct::Page{ 38299200: output_path=>/content/jenkins-project-meeting-meat-space-call-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-project-meeting-meat-space-call-agenda/index.md, layout=>refresh }, "/content/jenkins-sao-paulo-meetup-weekend/index.md"=>Awestruct::Page{ 38220940: output_path=>/content/jenkins-sao-paulo-meetup-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sao-paulo-meetup-weekend/index.md, layout=>refresh }, "/content/jenkins-scalability-summit-recap/index.md"=>Awestruct::Page{ 38141720: output_path=>/content/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-scalability-summit-recap/index.md, layout=>refresh }, "/content/jenkins-sessions-javaone/index.md"=>Awestruct::Page{ 38057280: output_path=>/content/jenkins-sessions-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sessions-javaone/index.md, layout=>refresh }, "/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md"=>Awestruct::Page{ 37965940: output_path=>/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md, layout=>refresh }, "/content/jenkins-user-conference/index.md"=>Awestruct::Page{ 37888480: output_path=>/content/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference/index.md, layout=>refresh }, "/content/jenkins-user-conference-2012-paris/index.md"=>Awestruct::Page{ 37795920: output_path=>/content/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2012-paris/index.md, layout=>refresh }, "/content/jenkins-user-conference-2013-palo-alto-wrap/index.md"=>Awestruct::Page{ 37704200: output_path=>/content/jenkins-user-conference-2013-palo-alto-wrap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2013-palo-alto-wrap/index.md, layout=>refresh }, "/content/jenkins-user-conference-agenda-news/index.md"=>Awestruct::Page{ 37581920: output_path=>/content/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-agenda-news/index.md, layout=>refresh }, "/content/jenkins-user-conference-boston-around-corner/index.md"=>Awestruct::Page{ 37477600: output_path=>/content/jenkins-user-conference-boston-around-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-boston-around-corner/index.md, layout=>refresh }, "/content/jenkins-user-conference-call-papers/index.md"=>Awestruct::Page{ 37266480: output_path=>/content/jenkins-user-conference-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-completely-full/index.md"=>Awestruct::Page{ 36910260: output_path=>/content/jenkins-user-conference-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-completely-full/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel/index.md"=>Awestruct::Page{ 36582880: output_path=>/content/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-coming-june-6/index.md"=>Awestruct::Page{ 36242400: output_path=>/content/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-coming-june-6/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-summary/index.md"=>Awestruct::Page{ 35909220: output_path=>/content/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-palo-alto-2013/index.md"=>Awestruct::Page{ 35493020: output_path=>/content/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-palo-alto-2013/index.md, layout=>refresh }, "/content/jenkins-user-conference-paris-summary/index.md"=>Awestruct::Page{ 30464700: output_path=>/content/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-paris-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-san-francisco-call-papers/index.md"=>Awestruct::Page{ 31118160: output_path=>/content/jenkins-user-conference-san-francisco-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-san-francisco-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-west-day-1/index.md"=>Awestruct::Page{ 30982500: output_path=>/content/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-west-day-1/index.md, layout=>refresh }, "/content/jenkins-user-conference-–-save-date/index.md"=>Awestruct::Page{ 30845760: output_path=>/content/jenkins-user-conference-–-save-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-–-save-date/index.md, layout=>refresh }, "/content/jenkins-user-conferences-year/index.md"=>Awestruct::Page{ 30603520: output_path=>/content/jenkins-user-conferences-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conferences-year/index.md, layout=>refresh }, "/content/jenkins-user-event-code-camp-2014-copenhagen/index.md"=>Awestruct::Page{ 30120380: output_path=>/content/jenkins-user-event-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-code-camp-2014-copenhagen/index.md, layout=>refresh }, "/content/jenkins-user-event-copenhagen-september-6/index.md"=>Awestruct::Page{ 29953780: output_path=>/content/jenkins-user-event-copenhagen-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-copenhagen-september-6/index.md, layout=>refresh }, "/content/jenkins-user-event-cph/index.md"=>Awestruct::Page{ 29752180: output_path=>/content/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-cph/index.md, layout=>refresh }, "/content/jenkins-user-event-scandinavia-2015/index.md"=>Awestruct::Page{ 29462140: output_path=>/content/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-scandinavia-2015/index.md, layout=>refresh }, "/content/jenkins-user-meet-london/index.md"=>Awestruct::Page{ 28999440: output_path=>/content/jenkins-user-meet-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london/index.md, layout=>refresh }, "/content/jenkins-user-meet-london-0/index.md"=>Awestruct::Page{ 28560920: output_path=>/content/jenkins-user-meet-london-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london-0/index.md, layout=>refresh }, "/content/jenkins-user-meet-paris/index.md"=>Awestruct::Page{ 24379060: output_path=>/content/jenkins-user-meet-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-paris/index.md, layout=>refresh }, "/content/jenkins-won-sdtimes-100-2014/index.md"=>Awestruct::Page{ 23685400: output_path=>/content/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-won-sdtimes-100-2014/index.md, layout=>refresh }, "/content/jenkins-workflow-summit-rsvp/index.md"=>Awestruct::Page{ 21327000: output_path=>/content/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-workflow-summit-rsvp/index.md, layout=>refresh }, "/content/jira-migration-weekend/index.md"=>Awestruct::Page{ 19953380: output_path=>/content/jira-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jira-migration-weekend/index.md, layout=>refresh }, "/content/join-us-jenkins-20-contributor-summit/index.md"=>Awestruct::Page{ 19263060: output_path=>/content/join-us-jenkins-20-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/join-us-jenkins-20-contributor-summit/index.md, layout=>refresh }, "/content/jruby-branch-merged/index.md"=>Awestruct::Page{ 41027160: output_path=>/content/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged/index.md, layout=>refresh }, "/content/jruby-branch-merged-jenkins-master/index.md"=>Awestruct::Page{ 40823860: output_path=>/content/jruby-branch-merged-jenkins-master/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged-jenkins-master/index.md, layout=>refresh }, "/content/juc-2015-call-paper-deadlines-approaching/index.md"=>Awestruct::Page{ 40634500: output_path=>/content/juc-2015-call-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-2015-call-paper-deadlines-approaching/index.md, layout=>refresh }, "/content/juc-agenda-posted/index.md"=>Awestruct::Page{ 40441580: output_path=>/content/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-agenda-posted/index.md, layout=>refresh }, "/content/juc-berlin-summary/index.md"=>Awestruct::Page{ 40248220: output_path=>/content/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-berlin-summary/index.md, layout=>refresh }, "/content/juc-boston-what-day/index.md"=>Awestruct::Page{ 40059000: output_path=>/content/juc-boston-what-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-boston-what-day/index.md, layout=>refresh }, "/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md"=>Awestruct::Page{ 39841920: output_path=>/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md, layout=>refresh }, "/content/juc-europe-slides-and-video-are-now-available-online/index.md"=>Awestruct::Page{ 39655160: output_path=>/content/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-europe-sneak-peak-integrated-pipelines/index.md"=>Awestruct::Page{ 39486960: output_path=>/content/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-sneak-peak-integrated-pipelines/index.md, layout=>refresh }, "/content/juc-israel-report/index.md"=>Awestruct::Page{ 39302320: output_path=>/content/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-israel-report/index.md, layout=>refresh }, "/content/juc-sf-2014-here/index.md"=>Awestruct::Page{ 39116380: output_path=>/content/juc-sf-2014-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-sf-2014-here/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md"=>Awestruct::Page{ 38898380: output_path=>/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md"=>Awestruct::Page{ 38707280: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md"=>Awestruct::Page{ 38415000: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md"=>Awestruct::Page{ 38332400: output_path=>/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md"=>Awestruct::Page{ 38253820: output_path=>/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md"=>Awestruct::Page{ 38171620: output_path=>/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md"=>Awestruct::Page{ 38087060: output_path=>/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md"=>Awestruct::Page{ 37996500: output_path=>/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md"=>Awestruct::Page{ 37914320: output_path=>/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md"=>Awestruct::Page{ 37826020: output_path=>/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md"=>Awestruct::Page{ 37739580: output_path=>/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md"=>Awestruct::Page{ 37619320: output_path=>/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md"=>Awestruct::Page{ 37510180: output_path=>/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md"=>Awestruct::Page{ 37359080: output_path=>/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md"=>Awestruct::Page{ 37136860: output_path=>/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md"=>Awestruct::Page{ 36687500: output_path=>/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md"=>Awestruct::Page{ 36322840: output_path=>/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md, layout=>refresh }, "/content/juc-us-east-slides-and-video-are-now-available-online/index.md"=>Awestruct::Page{ 35999880: output_path=>/content/juc-us-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-east-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-us-west-news-agenda/index.md"=>Awestruct::Page{ 35596000: output_path=>/content/juc-us-west-news-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-west-news-agenda/index.md, layout=>refresh }, "/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md"=>Awestruct::Page{ 35247940: output_path=>/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md, layout=>refresh }, "/content/juseppe-custom-update-site-jenkins/index.md"=>Awestruct::Page{ 31148380: output_path=>/content/juseppe-custom-update-site-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juseppe-custom-update-site-jenkins/index.md, layout=>refresh }, "/content/just-month-left-until-juc-us-west/index.md"=>Awestruct::Page{ 31017620: output_path=>/content/just-month-left-until-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/just-month-left-until-juc-us-west/index.md, layout=>refresh }, "/content/keeping-your-configuration-and-data-subversion/index.md"=>Awestruct::Page{ 30874580: output_path=>/content/keeping-your-configuration-and-data-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/keeping-your-configuration-and-data-subversion/index.md, layout=>refresh }, "/content/kohsuke-leaves-sun/index.md"=>Awestruct::Page{ 30392820: output_path=>/content/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/kohsuke-leaves-sun/index.md, layout=>refresh }, "/content/learn-about-ci-hudson-sf-java-user-group/index.md"=>Awestruct::Page{ 30157000: output_path=>/content/learn-about-ci-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/learn-about-ci-hudson-sf-java-user-group/index.md, layout=>refresh }, "/content/lets-talk-about-hudson-javaone/index.md"=>Awestruct::Page{ 29986600: output_path=>/content/lets-talk-about-hudson-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/lets-talk-about-hudson-javaone/index.md, layout=>refresh }, "/content/links-2010-02-24/index.md"=>Awestruct::Page{ 29827860: output_path=>/content/links-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-24/index.md, layout=>refresh }, "/content/links-2010-02-25/index.md"=>Awestruct::Page{ 29532340: output_path=>/content/links-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-25/index.md, layout=>refresh }, "/content/links-2010-03-04/index.md"=>Awestruct::Page{ 29045120: output_path=>/content/links-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-04/index.md, layout=>refresh }, "/content/links-2010-03-12/index.md"=>Awestruct::Page{ 28585040: output_path=>/content/links-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-12/index.md, layout=>refresh }, "/content/links-2010-03-19/index.md"=>Awestruct::Page{ 24473040: output_path=>/content/links-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-19/index.md, layout=>refresh }, "/content/links-2010-03-23/index.md"=>Awestruct::Page{ 23729240: output_path=>/content/links-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-23/index.md, layout=>refresh }, "/content/links-2010-07-05/index.md"=>Awestruct::Page{ 21538240: output_path=>/content/links-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-07-05/index.md, layout=>refresh }, "/content/literate-builds-wtf/index.md"=>Awestruct::Page{ 20579700: output_path=>/content/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/literate-builds-wtf/index.md, layout=>refresh }, "/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md"=>Awestruct::Page{ 19085540: output_path=>/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md, layout=>refresh }, "/content/live-blog-kohsukes-presentation-javaone/index.md"=>Awestruct::Page{ 41044940: output_path=>/content/live-blog-kohsukes-presentation-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-kohsukes-presentation-javaone/index.md, layout=>refresh }, "/content/loaderio-plugin-developer-interview/index.md"=>Awestruct::Page{ 40851760: output_path=>/content/loaderio-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/loaderio-plugin-developer-interview/index.md, layout=>refresh }, "/content/los-altos-hackathon-friday/index.md"=>Awestruct::Page{ 40651720: output_path=>/content/los-altos-hackathon-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/los-altos-hackathon-friday/index.md, layout=>refresh }, "/content/mailing-lists/index.md"=>Awestruct::Page{ 40459060: output_path=>/content/mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mailing-lists/index.md, layout=>post }, "/content/maven-job-type-performance-improvements-maven-plugin-22/index.md"=>Awestruct::Page{ 39977560: output_path=>/content/maven-job-type-performance-improvements-maven-plugin-22/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/maven-job-type-performance-improvements-maven-plugin-22/index.md, layout=>refresh }, "/content/meet-and-hack-alongside-kohsuke-and-co/index.md"=>Awestruct::Page{ 39764240: output_path=>/content/meet-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-and-hack-alongside-kohsuke-and-co/index.md, layout=>refresh }, "/content/meet-community-juc/index.md"=>Awestruct::Page{ 39568060: output_path=>/content/meet-community-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-community-juc/index.md, layout=>refresh }, "/content/mirror-mirror-wall/index.md"=>Awestruct::Page{ 39409180: output_path=>/content/mirror-mirror-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirror-mirror-wall/index.md, layout=>refresh }, "/content/mirrors/index.md"=>Awestruct::Page{ 39213280: output_path=>/content/mirrors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirrors/index.md, layout=>post }, "/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md"=>Awestruct::Page{ 38709120: output_path=>/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md, layout=>refresh }, "/content/mobile-app-jenkins-user-conference-bay-area/index.md"=>Awestruct::Page{ 38415940: output_path=>/content/mobile-app-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mobile-app-jenkins-user-conference-bay-area/index.md, layout=>refresh }, "/content/monitor-hudson-your-android/index.md"=>Awestruct::Page{ 38332760: output_path=>/content/monitor-hudson-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/monitor-hudson-your-android/index.md, layout=>refresh }, "/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md"=>Awestruct::Page{ 38253220: output_path=>/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md, layout=>refresh }, "/content/more-scalable-slaves/index.md"=>Awestruct::Page{ 38169960: output_path=>/content/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-scalable-slaves/index.md, layout=>refresh }, "/content/munich-hackathon/index.md"=>Awestruct::Page{ 38085140: output_path=>/content/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/munich-hackathon/index.md, layout=>refresh }, "/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md"=>Awestruct::Page{ 37993760: output_path=>/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md, layout=>refresh }, "/content/new-blog-kohsuke/index.md"=>Awestruct::Page{ 37910760: output_path=>/content/new-blog-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-blog-kohsuke/index.md, layout=>refresh }, "/content/new-download-link-test/index.md"=>Awestruct::Page{ 37819800: output_path=>/content/new-download-link-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-download-link-test/index.md, layout=>post }, "/content/new-hudson-mailing-lists/index.md"=>Awestruct::Page{ 37559100: output_path=>/content/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-hudson-mailing-lists/index.md, layout=>refresh }, "/content/new-jenkins-releases-important-security-fixes/index.md"=>Awestruct::Page{ 37428240: output_path=>/content/new-jenkins-releases-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-jenkins-releases-important-security-fixes/index.md, layout=>refresh }, "/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md"=>Awestruct::Page{ 37249880: output_path=>/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md, layout=>refresh }, "/content/new-wiki-url-requirement-plugins/index.md"=>Awestruct::Page{ 36835280: output_path=>/content/new-wiki-url-requirement-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-wiki-url-requirement-plugins/index.md, layout=>refresh }, "/content/nyc-jenkins-user-conference-recap/index.md"=>Awestruct::Page{ 36489940: output_path=>/content/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/nyc-jenkins-user-conference-recap/index.md, layout=>refresh }, "/content/october-jams/index.md"=>Awestruct::Page{ 36149520: output_path=>/content/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/october-jams/index.md, layout=>refresh }, "/content/office-hour-form-handling-jenkins/index.md"=>Awestruct::Page{ 35790040: output_path=>/content/office-hour-form-handling-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-form-handling-jenkins/index.md, layout=>refresh }, "/content/office-hour-proposed-uiux-changes/index.md"=>Awestruct::Page{ 35386300: output_path=>/content/office-hour-proposed-uiux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-proposed-uiux-changes/index.md, layout=>refresh }, "/content/office-hours-are-back/index.md"=>Awestruct::Page{ 31209600: output_path=>/content/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-are-back/index.md, layout=>refresh }, "/content/office-hours-next-week-metadata-plugin/index.md"=>Awestruct::Page{ 31073040: output_path=>/content/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-next-week-metadata-plugin/index.md, layout=>refresh }, "/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md"=>Awestruct::Page{ 30933440: output_path=>/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md, layout=>refresh }, "/content/office-hours-week-git-plugin-refactoring/index.md"=>Awestruct::Page{ 30517240: output_path=>/content/office-hours-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-week-git-plugin-refactoring/index.md, layout=>refresh }, "/content/official-jenkins-lts-docker-image/index.md"=>Awestruct::Page{ 30289500: output_path=>/content/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/official-jenkins-lts-docker-image/index.md, layout=>refresh }, "/content/one-month-continuous-blog/index.md"=>Awestruct::Page{ 30063000: output_path=>/content/one-month-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/one-month-continuous-blog/index.md, layout=>refresh }, "/content/other-events-juc-visitors-cd-seminar/index.md"=>Awestruct::Page{ 29893180: output_path=>/content/other-events-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/other-events-juc-visitors-cd-seminar/index.md, layout=>refresh }, "/content/performance-improvements-1346/index.md"=>Awestruct::Page{ 29670500: output_path=>/content/performance-improvements-1346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/performance-improvements-1346/index.md, layout=>refresh }, "/content/pictures-juc-and-cdsummit/index.md"=>Awestruct::Page{ 29230340: output_path=>/content/pictures-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pictures-juc-and-cdsummit/index.md, layout=>refresh }, "/content/pipeline-code-multibranch-workflows-jenkins/index.md"=>Awestruct::Page{ 28726460: output_path=>/content/pipeline-code-multibranch-workflows-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pipeline-code-multibranch-workflows-jenkins/index.md, layout=>refresh }, "/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md"=>Awestruct::Page{ 24636340: output_path=>/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md, layout=>refresh }, "/content/plugin-spotlight-version-column-plugin/index.md"=>Awestruct::Page{ 24081880: output_path=>/content/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/plugin-spotlight-version-column-plugin/index.md, layout=>refresh }, "/content/polls-are-open-jenkins-logo-contest/index.md"=>Awestruct::Page{ 23260600: output_path=>/content/polls-are-open-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/polls-are-open-jenkins-logo-contest/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup/index.md"=>Awestruct::Page{ 20697680: output_path=>/content/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup-redux/index.md"=>Awestruct::Page{ 19415900: output_path=>/content/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup-redux/index.md, layout=>refresh }, "/content/pre-tested-commits-git/index.md"=>Awestruct::Page{ 37405160: output_path=>/content/pre-tested-commits-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-tested-commits-git/index.md, layout=>refresh }, "/content/python-love-story-virtualenv-and-hudson/index.md"=>Awestruct::Page{ 40906380: output_path=>/content/python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/python-love-story-virtualenv-and-hudson/index.md, layout=>refresh }, "/content/quiet-period-feature/index.md"=>Awestruct::Page{ 40721300: output_path=>/content/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/quiet-period-feature/index.md, layout=>refresh }, "/content/recap-hackathon-part-one/index.md"=>Awestruct::Page{ 40521700: output_path=>/content/recap-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recap-hackathon-part-one/index.md, layout=>refresh }, "/content/recent-label-and-matrix-project-improvement/index.md"=>Awestruct::Page{ 40318320: output_path=>/content/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recent-label-and-matrix-project-improvement/index.md, layout=>refresh }, "/content/reducing-threads-jenkins-ssh-slaves/index.md"=>Awestruct::Page{ 40113180: output_path=>/content/reducing-threads-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reducing-threads-jenkins-ssh-slaves/index.md, layout=>refresh }, "/content/regarding-start-april/index.md"=>Awestruct::Page{ 39928000: output_path=>/content/regarding-start-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/regarding-start-april/index.md, layout=>refresh }, "/content/registration-call-papers-open-juc-palo-alto/index.md"=>Awestruct::Page{ 39740520: output_path=>/content/registration-call-papers-open-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-call-papers-open-juc-palo-alto/index.md, layout=>refresh }, "/content/registration-juc-2015-open/index.md"=>Awestruct::Page{ 39509400: output_path=>/content/registration-juc-2015-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-juc-2015-open/index.md, layout=>refresh }, "/content/reinforcements-subversion-plugin/index.md"=>Awestruct::Page{ 39366440: output_path=>/content/reinforcements-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reinforcements-subversion-plugin/index.md, layout=>refresh }, "/content/release-candidate/index.html"=>Awestruct::Page{ 39162340: output_path=>/content/release-candidate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/release-candidate/index.html, layout=>post }, "/content/report-bugs-and-win-kindle/index.md"=>Awestruct::Page{ 38469220: output_path=>/content/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-bugs-and-win-kindle/index.md, layout=>refresh }, "/content/report-intro-jenkins-meet-copenhagen/index.md"=>Awestruct::Page{ 38389160: output_path=>/content/report-intro-jenkins-meet-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-intro-jenkins-meet-copenhagen/index.md, layout=>refresh }, "/content/report-jenkins-meet-seoul/index.md"=>Awestruct::Page{ 38307320: output_path=>/content/report-jenkins-meet-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-jenkins-meet-seoul/index.md, layout=>refresh }, "/content/resurgence-releng/index.md"=>Awestruct::Page{ 38225680: output_path=>/content/resurgence-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/resurgence-releng/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5122011/index.md"=>Awestruct::Page{ 38144220: output_path=>/content/ruby-plugins-hack-session-5122011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5122011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5272011/index.md"=>Awestruct::Page{ 38058260: output_path=>/content/ruby-plugins-hack-session-5272011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5272011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-notes-6232011/index.md"=>Awestruct::Page{ 37963820: output_path=>/content/ruby-plugins-hack-session-notes-6232011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-notes-6232011/index.md, layout=>refresh }, "/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md"=>Awestruct::Page{ 37883500: output_path=>/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md, layout=>refresh }, "/content/saturday-night-drink/index.md"=>Awestruct::Page{ 37788780: output_path=>/content/saturday-night-drink/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/saturday-night-drink/index.md, layout=>refresh }, "/content/screencast-python-hudson-part-1/index.md"=>Awestruct::Page{ 37696840: output_path=>/content/screencast-python-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/screencast-python-hudson-part-1/index.md, layout=>refresh }, "/content/security-fix-hudson-1365-released/index.md"=>Awestruct::Page{ 37573000: output_path=>/content/security-fix-hudson-1365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-fix-hudson-1365-released/index.md, layout=>refresh }, "/content/security-updates-released-today/index.md"=>Awestruct::Page{ 37466280: output_path=>/content/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-updates-released-today/index.md, layout=>refresh }, "/content/slaves-building-robots/index.md"=>Awestruct::Page{ 37254180: output_path=>/content/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/slaves-building-robots/index.md, layout=>refresh }, "/content/so-youve-found-vulnerability-now-what/index.md"=>Awestruct::Page{ 36848700: output_path=>/content/so-youve-found-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/so-youve-found-vulnerability-now-what/index.md, layout=>refresh }, "/content/sonatype-freeing-projects-javanets-maven-repo/index.md"=>Awestruct::Page{ 36495180: output_path=>/content/sonatype-freeing-projects-javanets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sonatype-freeing-projects-javanets-maven-repo/index.md, layout=>refresh }, "/content/sponsor-jenkins-bugs-freedom-sponsors/index.md"=>Awestruct::Page{ 36168880: output_path=>/content/sponsor-jenkins-bugs-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-bugs-freedom-sponsors/index.md, layout=>refresh }, "/content/sponsor-jenkins-user-conference/index.md"=>Awestruct::Page{ 35810460: output_path=>/content/sponsor-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-user-conference/index.md, layout=>refresh }, "/content/spotlight-ita-software/index.md"=>Awestruct::Page{ 35387840: output_path=>/content/spotlight-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-ita-software/index.md, layout=>refresh }, "/content/spotlight-springsource/index.md"=>Awestruct::Page{ 31210360: output_path=>/content/spotlight-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-springsource/index.md, layout=>refresh }, "/content/spotlight-visfleet/index.md"=>Awestruct::Page{ 31071700: output_path=>/content/spotlight-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-visfleet/index.md, layout=>refresh }, "/content/start-your-own-jenkins-meetup-10-easy-steps/index.md"=>Awestruct::Page{ 30931160: output_path=>/content/start-your-own-jenkins-meetup-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/start-your-own-jenkins-meetup-10-easy-steps/index.md, layout=>refresh }, "/content/state-jenkins-project/index.md"=>Awestruct::Page{ 30496520: output_path=>/content/state-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/state-jenkins-project/index.md, layout=>refresh }, "/content/stickers-starting-arrive/index.md"=>Awestruct::Page{ 30278820: output_path=>/content/stickers-starting-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/stickers-starting-arrive/index.md, layout=>refresh }, "/content/subversion-repository-change-notification-push-vs-pull/index.md"=>Awestruct::Page{ 30056860: output_path=>/content/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/subversion-repository-change-notification-push-vs-pull/index.md, layout=>refresh }, "/content/summary-report-git-repository-disruption-incident-nov-10th/index.md"=>Awestruct::Page{ 29875760: output_path=>/content/summary-report-git-repository-disruption-incident-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/summary-report-git-repository-disruption-incident-nov-10th/index.md, layout=>refresh }, "/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md"=>Awestruct::Page{ 29645480: output_path=>/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md, layout=>refresh }, "/content/take-jenkins-survey/index.md"=>Awestruct::Page{ 29193040: output_path=>/content/take-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/take-jenkins-survey/index.md, layout=>refresh }, "/content/thank-you-downloading-os-x-installer/index.html.haml"=>Awestruct::Page{ 28700100: output_path=>/content/thank-you-downloading-os-x-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-os-x-installer/index.html.haml, layout=>post }, "/content/thank-you-downloading-windows-installer/index.html.haml"=>Awestruct::Page{ 23625840: output_path=>/content/thank-you-downloading-windows-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-windows-installer/index.html.haml, layout=>post }, "/content/thank-you-page-windowsos-x-installers/index.md"=>Awestruct::Page{ 19396140: output_path=>/content/thank-you-page-windowsos-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-page-windowsos-x-installers/index.md, layout=>refresh }, "/content/thanks-help/index.md"=>Awestruct::Page{ 40988820: output_path=>/content/thanks-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-help/index.md, layout=>refresh }, "/content/thanks-support-pagerduty/index.md"=>Awestruct::Page{ 40547040: output_path=>/content/thanks-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-support-pagerduty/index.md, layout=>refresh }, "/content/thinking-about-moving-servlet-30/index.md"=>Awestruct::Page{ 40149120: output_path=>/content/thinking-about-moving-servlet-30/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thinking-about-moving-servlet-30/index.md, layout=>refresh }, "/content/tweet-day/index.md"=>Awestruct::Page{ 39719520: output_path=>/content/tweet-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tweet-day/index.md, layout=>refresh }, "/content/two-weeks-till-jenkins-user-conference-berlin/index.md"=>Awestruct::Page{ 39301720: output_path=>/content/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/two-weeks-till-jenkins-user-conference-berlin/index.md, layout=>refresh }, "/content/upcoming-events-june-and-early-july/index.md"=>Awestruct::Page{ 38796340: output_path=>/content/upcoming-events-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-events-june-and-early-july/index.md, layout=>refresh }, "/content/upcoming-jenkins-events-tokyo/index.md"=>Awestruct::Page{ 38375200: output_path=>/content/upcoming-jenkins-events-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-events-tokyo/index.md, layout=>refresh }, "/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md"=>Awestruct::Page{ 38209880: output_path=>/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md, layout=>refresh }, "/content/upcoming-office-hour-kubernetes/index.md"=>Awestruct::Page{ 38017240: output_path=>/content/upcoming-office-hour-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-kubernetes/index.md, layout=>refresh }, "/content/upcoming-office-hour-workflow/index.md"=>Awestruct::Page{ 37830400: output_path=>/content/upcoming-office-hour-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-workflow/index.md, layout=>refresh }, "/content/upcoming-office-hours-fosdem-planning-session/index.md"=>Awestruct::Page{ 37600340: output_path=>/content/upcoming-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-fosdem-planning-session/index.md, layout=>refresh }, "/content/upcoming-office-hours-jenkins-20/index.md"=>Awestruct::Page{ 37263260: output_path=>/content/upcoming-office-hours-jenkins-20/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-jenkins-20/index.md, layout=>refresh }, "/content/update-wiki-and-issue-tracker-outage/index.md"=>Awestruct::Page{ 36578000: output_path=>/content/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/update-wiki-and-issue-tracker-outage/index.md, layout=>refresh }, "/content/updated-chrome-extension/index.md"=>Awestruct::Page{ 35812660: output_path=>/content/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-chrome-extension/index.md, layout=>refresh }, "/content/updated-usage-stats-available/index.md"=>Awestruct::Page{ 31193440: output_path=>/content/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-usage-stats-available/index.md, layout=>refresh }, "/content/user-interface-refresh/index.md"=>Awestruct::Page{ 30910020: output_path=>/content/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/user-interface-refresh/index.md, layout=>refresh }, "/content/video-kohsuke-talks-hudson-otn/index.md"=>Awestruct::Page{ 30164660: output_path=>/content/video-kohsuke-talks-hudson-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/video-kohsuke-talks-hudson-otn/index.md, layout=>refresh }, "/content/volume-9-jenkins-newsletter-continuous-information-out/index.md"=>Awestruct::Page{ 29768400: output_path=>/content/volume-9-jenkins-newsletter-continuous-information-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volume-9-jenkins-newsletter-continuous-information-out/index.md, layout=>refresh }, "/content/volunteers-needed-juc-sf/index.md"=>Awestruct::Page{ 28880300: output_path=>/content/volunteers-needed-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volunteers-needed-juc-sf/index.md, layout=>refresh }, "/content/want-some-hudson-stickers/index.md"=>Awestruct::Page{ 24256540: output_path=>/content/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/want-some-hudson-stickers/index.md, layout=>refresh }, "/content/week-plugins/index.md"=>Awestruct::Page{ 21158000: output_path=>/content/week-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins/index.md, layout=>refresh }, "/content/week-plugins-0/index.md"=>Awestruct::Page{ 19241660: output_path=>/content/week-plugins-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-0/index.md, layout=>refresh }, "/content/week-plugins-1/index.md"=>Awestruct::Page{ 20941800: output_path=>/content/week-plugins-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-1/index.md, layout=>refresh }, "/content/week-plugins-2/index.md"=>Awestruct::Page{ 24133320: output_path=>/content/week-plugins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-2/index.md, layout=>refresh }, "/content/week-plugins-3/index.md"=>Awestruct::Page{ 28963580: output_path=>/content/week-plugins-3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-3/index.md, layout=>refresh }, "/content/week-plugins-4/index.md"=>Awestruct::Page{ 29776240: output_path=>/content/week-plugins-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-4/index.md, layout=>refresh }, "/content/weekend-update-andrew-bayer/index.md"=>Awestruct::Page{ 30116880: output_path=>/content/weekend-update-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/weekend-update-andrew-bayer/index.md, layout=>refresh }, "/content/welcome-continuous-blog/index.md"=>Awestruct::Page{ 30825360: output_path=>/content/welcome-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-continuous-blog/index.md, layout=>refresh }, "/content/welcome-hudson-labs/index.md"=>Awestruct::Page{ 31033200: output_path=>/content/welcome-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-hudson-labs/index.md, layout=>refresh }, "/content/what-jvm-versions-are-running-jenkins/index.md"=>Awestruct::Page{ 35406620: output_path=>/content/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-jvm-versions-are-running-jenkins/index.md, layout=>refresh }, "/content/what-new-features-do-you-want-see/index.md"=>Awestruct::Page{ 36174560: output_path=>/content/what-new-features-do-you-want-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-new-features-do-you-want-see/index.md, layout=>refresh }, "/content/whats-going-hudsons-infrastructure/index.md"=>Awestruct::Page{ 36767260: output_path=>/content/whats-going-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whats-going-hudsons-infrastructure/index.md, layout=>refresh }, "/content/whos-driving-thing/index.md"=>Awestruct::Page{ 37465600: output_path=>/content/whos-driving-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whos-driving-thing/index.md, layout=>refresh }, "/content/why-does-jenkins-have-blue-balls/index.md"=>Awestruct::Page{ 37699400: output_path=>/content/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/why-does-jenkins-have-blue-balls/index.md, layout=>refresh }, "/content/wiki-and-issue-tracker-outage-over-weekend/index.md"=>Awestruct::Page{ 37815200: output_path=>/content/wiki-and-issue-tracker-outage-over-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-and-issue-tracker-outage-over-weekend/index.md, layout=>refresh }, "/content/wiki-performance-improvement/index.html"=>Awestruct::Page{ 37990100: output_path=>/content/wiki-performance-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-performance-improvement/index.html, layout=>post }, "/content/windows-installers-are-now-available/index.md"=>Awestruct::Page{ 38434500: output_path=>/content/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/windows-installers-are-now-available/index.md, layout=>refresh }, "/content/winners-docker-global-hack-day-3-are/index.md"=>Awestruct::Page{ 38783840: output_path=>/content/winners-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/winners-docker-global-hack-day-3-are/index.md, layout=>refresh }, "/content/workflow-best-practices-and-examples-repo-github/index.md"=>Awestruct::Page{ 39273560: output_path=>/content/workflow-best-practices-and-examples-repo-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-best-practices-and-examples-repo-github/index.md, layout=>refresh }, "/content/workflow-plugin-10/index.md"=>Awestruct::Page{ 39511820: output_path=>/content/workflow-plugin-10/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-10/index.md, layout=>refresh }, "/content/workflow-plugin-code-walk-through/index.md"=>Awestruct::Page{ 39933700: output_path=>/content/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-code-walk-through/index.md, layout=>refresh }, "/content/workflow-plugin-tutorial-writing-step-impl/index.md"=>Awestruct::Page{ 40372920: output_path=>/content/workflow-plugin-tutorial-writing-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-tutorial-writing-step-impl/index.md, layout=>refresh }, "/content/would-you-ok/index.md"=>Awestruct::Page{ 40648740: output_path=>/content/would-you-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-ok/index.md, layout=>refresh }, "/content/would-you-run-hudson-cloud/index.md"=>Awestruct::Page{ 41047760: output_path=>/content/would-you-run-hudson-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-run-hudson-cloud/index.md, layout=>refresh }, "/content/your-java-web-start-slaves-will-be-always-clean/index.md"=>Awestruct::Page{ 40984580: output_path=>/content/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/your-java-web-start-slaves-will-be-always-clean/index.md, layout=>refresh }, "/css/download.css"=>Awestruct::Page{ 40771000: output_path=>/css/download.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/download.css, layout=> }, "/css/font-awesome.css"=>Awestruct::Page{ 40754080: output_path=>/css/font-awesome.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css, layout=> }, "/css/font-awesome.css.map"=>Awestruct::Page{ 40729200: output_path=>/css/font-awesome.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css.map, layout=> }, "/css/font-awesome.min.css"=>Awestruct::Page{ 40719980: output_path=>/css/font-awesome.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.min.css, layout=> }, "/css/font-icons.css"=>Awestruct::Page{ 40700780: output_path=>/css/font-icons.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-icons.css, layout=> }, "/css/fonts/icomoon.eot"=>Awestruct::Page{ 40638000: output_path=>/css/fonts/icomoon.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.eot, layout=> }, "/css/fonts/icomoon.svg"=>Awestruct::Page{ 40610660: output_path=>/css/fonts/icomoon.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.svg, layout=> }, "/css/fonts/icomoon.ttf"=>Awestruct::Page{ 40601460: output_path=>/css/fonts/icomoon.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.ttf, layout=> }, "/css/fonts/icomoon.woff"=>Awestruct::Page{ 40592160: output_path=>/css/fonts/icomoon.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.woff, layout=> }, "/css/jenkins.css"=>Awestruct::Page{ 40540140: output_path=>/css/jenkins.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/jenkins.css, layout=> }, "/css/lib.css"=>Awestruct::Page{ 40523400: output_path=>/css/lib.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/lib.css, layout=> }, "/css/ribbon.css"=>Awestruct::Page{ 40514160: output_path=>/css/ribbon.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/ribbon.css, layout=> }, "/css/style.css"=>Awestruct::Page{ 40480240: output_path=>/css/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/style.css, layout=> }, "/doc/book/appendix/advanced-installation.adoc"=>Awestruct::Page{ 40299180: output_path=>/doc/book/appendix/advanced-installation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/advanced-installation.adoc, layout=>section }, "/doc/book/appendix/chapter.yml"=>Awestruct::Page{ 39618620: output_path=>/doc/book/appendix/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/chapter.yml, layout=> }, "/doc/book/appendix/index.adoc"=>Awestruct::Page{ 39497380: output_path=>/doc/book/appendix/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/index.adoc, layout=>chapter }, "/doc/book/architecting-for-manageability.adoc"=>Awestruct::Page{ 38471760: output_path=>/doc/book/architecting-for-manageability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-manageability.adoc, layout=>documentation }, "/doc/book/architecting-for-scale.adoc"=>Awestruct::Page{ 38124500: output_path=>/doc/book/architecting-for-scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-scale.adoc, layout=>documentation }, "/doc/book/best-practice/chapter.yml"=>Awestruct::Page{ 37896740: output_path=>/doc/book/best-practice/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/chapter.yml, layout=> }, "/doc/book/best-practice/index.adoc"=>Awestruct::Page{ 37848680: output_path=>/doc/book/best-practice/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/index.adoc, layout=>chapter }, "/doc/book/book.yml"=>Awestruct::Page{ 37482240: output_path=>/doc/book/book.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/book.yml, layout=> }, "/doc/book/getting-started/chapter.yml"=>Awestruct::Page{ 37462720: output_path=>/doc/book/getting-started/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/chapter.yml, layout=> }, "/doc/book/getting-started/index.adoc"=>Awestruct::Page{ 37293360: output_path=>/doc/book/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/index.adoc, layout=>chapter }, "/doc/book/getting-started/installing.adoc"=>Awestruct::Page{ 35888700: output_path=>/doc/book/getting-started/installing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/installing.adoc, layout=>section }, "/doc/book/glossary/chapter.yml"=>Awestruct::Page{ 31042080: output_path=>/doc/book/glossary/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/chapter.yml, layout=> }, "/doc/book/glossary/index.adoc"=>Awestruct::Page{ 30930160: output_path=>/doc/book/glossary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/index.adoc, layout=>chapter }, "/doc/book/hardware-recommendations.adoc"=>Awestruct::Page{ 29896500: output_path=>/doc/book/hardware-recommendations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/hardware-recommendations.adoc, layout=>documentation }, "/doc/book/index.html.haml"=>Awestruct::Page{ 28997620: output_path=>/doc/book/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/index.html.haml, layout=>documentation }, "/doc/book/managing/chapter.yml"=>Awestruct::Page{ 24014220: output_path=>/doc/book/managing/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/chapter.yml, layout=> }, "/doc/book/managing/cli.adoc"=>Awestruct::Page{ 23106340: output_path=>/doc/book/managing/cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/cli.adoc, layout=>section }, "/doc/book/managing/index.adoc"=>Awestruct::Page{ 40905920: output_path=>/doc/book/managing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/index.adoc, layout=>chapter }, "/doc/book/managing/nodes.adoc"=>Awestruct::Page{ 40143120: output_path=>/doc/book/managing/nodes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/nodes.adoc, layout=>section }, "/doc/book/managing/plugins.adoc"=>Awestruct::Page{ 39302700: output_path=>/doc/book/managing/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/plugins.adoc, layout=>section }, "/doc/book/managing/script-console.adoc"=>Awestruct::Page{ 38418720: output_path=>/doc/book/managing/script-console/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/script-console.adoc, layout=>section }, "/doc/book/managing/security.adoc"=>Awestruct::Page{ 38033880: output_path=>/doc/book/managing/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/security.adoc, layout=>section }, "/doc/book/managing/system-configuration.adoc"=>Awestruct::Page{ 37688080: output_path=>/doc/book/managing/system-configuration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/system-configuration.adoc, layout=>section }, "/doc/book/managing/tools.adoc"=>Awestruct::Page{ 36812060: output_path=>/doc/book/managing/tools/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/tools.adoc, layout=>section }, "/doc/book/managing/users.adoc"=>Awestruct::Page{ 35431120: output_path=>/doc/book/managing/users/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/users.adoc, layout=>section }, "/doc/book/operating/backing-up.adoc"=>Awestruct::Page{ 30521680: output_path=>/doc/book/operating/backing-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/backing-up.adoc, layout=>section }, "/doc/book/operating/chapter.yml"=>Awestruct::Page{ 29813340: output_path=>/doc/book/operating/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/chapter.yml, layout=> }, "/doc/book/operating/index.adoc"=>Awestruct::Page{ 29673640: output_path=>/doc/book/operating/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/index.adoc, layout=>chapter }, "/doc/book/operating/monitoring.adoc"=>Awestruct::Page{ 24208200: output_path=>/doc/book/operating/monitoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/monitoring.adoc, layout=>section }, "/doc/book/operating/security.adoc"=>Awestruct::Page{ 41062720: output_path=>/doc/book/operating/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/security.adoc, layout=>documentation }, "/doc/book/operating/with-chef.adoc"=>Awestruct::Page{ 40519800: output_path=>/doc/book/operating/with-chef/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-chef.adoc, layout=>section }, "/doc/book/operating/with-puppet.adoc"=>Awestruct::Page{ 39744120: output_path=>/doc/book/operating/with-puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-puppet.adoc, layout=>section }, "/doc/book/organizaton-folders.adoc"=>Awestruct::Page{ 38960420: output_path=>/doc/book/organizaton-folders/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/organizaton-folders.adoc, layout=>documentation }, "/doc/book/pipeline/chapter.yml"=>Awestruct::Page{ 38378840: output_path=>/doc/book/pipeline/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/chapter.yml, layout=> }, "/doc/book/pipeline/getting-started.adoc"=>Awestruct::Page{ 38298820: output_path=>/doc/book/pipeline/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/getting-started.adoc, layout=>section }, "/doc/book/pipeline/index.adoc"=>Awestruct::Page{ 37943200: output_path=>/doc/book/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/index.adoc, layout=>chapter }, "/doc/book/pipeline/jenkinsfile.adoc"=>Awestruct::Page{ 37472080: output_path=>/doc/book/pipeline/jenkinsfile/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/jenkinsfile.adoc, layout=>section }, "/doc/book/pipeline/multibranch.adoc"=>Awestruct::Page{ 36167960: output_path=>/doc/book/pipeline/multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/multibranch.adoc, layout=>section }, "/doc/book/pipeline/overview.adoc"=>Awestruct::Page{ 31147360: output_path=>/doc/book/pipeline/overview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/overview.adoc, layout=>refresh }, "/doc/book/pipeline/shared-libraries.adoc"=>Awestruct::Page{ 30525620: output_path=>/doc/book/pipeline/shared-libraries/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/shared-libraries.adoc, layout=>section }, "/doc/book/pipeline/syntax.adoc"=>Awestruct::Page{ 29031140: output_path=>/doc/book/pipeline/syntax/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/syntax.adoc, layout=>section }, "/doc/book/pipeline-as-code.adoc"=>Awestruct::Page{ 20633020: output_path=>/doc/book/pipeline-as-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline-as-code.adoc, layout=>documentation }, "/doc/book/resources/hardware-recommendations/jenkins.png"=>Awestruct::Page{ 40891200: output_path=>/doc/book/resources/hardware-recommendations/jenkins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jenkins.png, layout=> }, "/doc/book/resources/hardware-recommendations/jnlp-slave.png"=>Awestruct::Page{ 40873360: output_path=>/doc/book/resources/hardware-recommendations/jnlp-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jnlp-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/master-slave.png"=>Awestruct::Page{ 40828640: output_path=>/doc/book/resources/hardware-recommendations/master-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/master-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/netflix-arch.png"=>Awestruct::Page{ 40809340: output_path=>/doc/book/resources/hardware-recommendations/netflix-arch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/netflix-arch.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNode.png"=>Awestruct::Page{ 40782460: output_path=>/doc/book/resources/hardware-recommendations/newNode.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNode.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNodeConfigPage.png"=>Awestruct::Page{ 40764060: output_path=>/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, layout=> }, "/doc/book/resources/hardware-recommendations/yahoo-architecture.png"=>Awestruct::Page{ 40729720: output_path=>/doc/book/resources/hardware-recommendations/yahoo-architecture.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/yahoo-architecture.png, layout=> }, "/doc/book/resources/managing/cli-adding-ssh-public-keys.png"=>Awestruct::Page{ 40699860: output_path=>/doc/book/resources/managing/cli-adding-ssh-public-keys.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/cli-adding-ssh-public-keys.png, layout=> }, "/doc/book/resources/managing/configure-global-security-access-control-rules.png"=>Awestruct::Page{ 40651460: output_path=>/doc/book/resources/managing/configure-global-security-access-control-rules.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-access-control-rules.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-agent-master.png"=>Awestruct::Page{ 40614980: output_path=>/doc/book/resources/managing/configure-global-security-enable-agent-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-agent-master.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-security.png"=>Awestruct::Page{ 40604440: output_path=>/doc/book/resources/managing/configure-global-security-enable-security.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-security.png, layout=> }, "/doc/book/resources/managing/configure-global-security-matrix-authorization.png"=>Awestruct::Page{ 40594360: output_path=>/doc/book/resources/managing/configure-global-security-matrix-authorization.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-matrix-authorization.png, layout=> }, "/doc/book/resources/managing/configure-global-security-prevent-csrf.png"=>Awestruct::Page{ 40541180: output_path=>/doc/book/resources/managing/configure-global-security-prevent-csrf.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-prevent-csrf.png, layout=> }, "/doc/book/resources/managing/configure-global-security-whitelist-commands.png"=>Awestruct::Page{ 40522720: output_path=>/doc/book/resources/managing/configure-global-security-whitelist-commands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-whitelist-commands.png, layout=> }, "/doc/book/resources/managing/plugin-manager-available.png"=>Awestruct::Page{ 40512100: output_path=>/doc/book/resources/managing/plugin-manager-available.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-available.png, layout=> }, "/doc/book/resources/managing/plugin-manager-disable.png"=>Awestruct::Page{ 40459240: output_path=>/doc/book/resources/managing/plugin-manager-disable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-disable.png, layout=> }, "/doc/book/resources/managing/plugin-manager-uninstall.png"=>Awestruct::Page{ 40439200: output_path=>/doc/book/resources/managing/plugin-manager-uninstall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-uninstall.png, layout=> }, "/doc/book/resources/managing/plugin-manager-update.png"=>Awestruct::Page{ 40412920: output_path=>/doc/book/resources/managing/plugin-manager-update.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-update.png, layout=> }, "/doc/book/resources/managing/plugin-manager-upload.png"=>Awestruct::Page{ 40377780: output_path=>/doc/book/resources/managing/plugin-manager-upload.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-upload.png, layout=> }, "/doc/book/resources/pipeline/build-now.png"=>Awestruct::Page{ 40333660: output_path=>/doc/book/resources/pipeline/build-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/build-now.png, layout=> }, "/doc/book/resources/pipeline/hello-world-console-output.png"=>Awestruct::Page{ 40304040: output_path=>/doc/book/resources/pipeline/hello-world-console-output.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-console-output.png, layout=> }, "/doc/book/resources/pipeline/hello-world-script.png"=>Awestruct::Page{ 40285820: output_path=>/doc/book/resources/pipeline/hello-world-script.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-script.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-indexing.png"=>Awestruct::Page{ 40251160: output_path=>/doc/book/resources/pipeline/multibranch-branch-indexing.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-indexing.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source-configuration.png"=>Awestruct::Page{ 40214020: output_path=>/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source.png"=>Awestruct::Page{ 40202760: output_path=>/doc/book/resources/pipeline/multibranch-branch-source.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source.png, layout=> }, "/doc/book/resources/pipeline/new-item-creation.png"=>Awestruct::Page{ 40177100: output_path=>/doc/book/resources/pipeline/new-item-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-multibranch-creation.png"=>Awestruct::Page{ 40148000: output_path=>/doc/book/resources/pipeline/new-item-multibranch-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-multibranch-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-selection.png"=>Awestruct::Page{ 40108520: output_path=>/doc/book/resources/pipeline/new-item-selection.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-selection.png, layout=> }, "/doc/book/resources/pipeline/pipeline-syntax-sidebar.png"=>Awestruct::Page{ 40090120: output_path=>/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, layout=> }, "/doc/book/resources/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 40064400: output_path=>/doc/book/resources/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/realworld-pipeline-flow.png, layout=> }, "/doc/book/resources/pipeline/snippet-generator.png"=>Awestruct::Page{ 40030060: output_path=>/doc/book/resources/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/snippet-generator.png, layout=> }, "/doc/book/resources/pipeline-as-code/fingerprinting.png"=>Awestruct::Page{ 39986640: output_path=>/doc/book/resources/pipeline-as-code/fingerprinting.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/fingerprinting.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png"=>Awestruct::Page{ 39978360: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-log.png"=>Awestruct::Page{ 39931900: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-log.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-log.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-main.png"=>Awestruct::Page{ 39906320: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-main.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-main.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-icon.png"=>Awestruct::Page{ 39868340: output_path=>/doc/book/resources/pipeline-as-code/folder-icon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-icon.png, layout=> }, "/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png"=>Awestruct::Page{ 39842220: output_path=>/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot1.png"=>Awestruct::Page{ 39832980: output_path=>/doc/book/resources/pipeline-as-code/screenshot1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot1.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot2.png"=>Awestruct::Page{ 39805940: output_path=>/doc/book/resources/pipeline-as-code/screenshot2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot2.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot3.png"=>Awestruct::Page{ 39770100: output_path=>/doc/book/resources/pipeline-as-code/screenshot3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot3.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot4.png"=>Awestruct::Page{ 39749880: output_path=>/doc/book/resources/pipeline-as-code/screenshot4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot4.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot5.png"=>Awestruct::Page{ 39740240: output_path=>/doc/book/resources/pipeline-as-code/screenshot5.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot5.png, layout=> }, "/doc/book/resources/pipeline-as-code/stage-concurrency.png"=>Awestruct::Page{ 39704580: output_path=>/doc/book/resources/pipeline-as-code/stage-concurrency.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/stage-concurrency.png, layout=> }, "/doc/book/resources/pipeline-as-code/workflow-big-responsive.png"=>Awestruct::Page{ 39666880: output_path=>/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, layout=> }, "/doc/book/scaling/chapter.yml"=>Awestruct::Page{ 39624660: output_path=>/doc/book/scaling/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/chapter.yml, layout=> }, "/doc/book/scaling/index.adoc"=>Awestruct::Page{ 39501860: output_path=>/doc/book/scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/index.adoc, layout=>chapter }, "/doc/book/securing-jenkins.html.haml"=>Awestruct::Page{ 38795660: output_path=>/doc/book/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/securing-jenkins.html.haml, layout=>refresh }, "/doc/book/use-case/chapter.yml"=>Awestruct::Page{ 38467040: output_path=>/doc/book/use-case/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/chapter.yml, layout=> }, "/doc/book/use-case/dotnet.adoc"=>Awestruct::Page{ 38423720: output_path=>/doc/book/use-case/dotnet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/dotnet.adoc, layout=>section }, "/doc/book/use-case/index.adoc"=>Awestruct::Page{ 38093800: output_path=>/doc/book/use-case/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/index.adoc, layout=>chapter }, "/doc/book/use-case/java.adoc"=>Awestruct::Page{ 37757000: output_path=>/doc/book/use-case/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/java.adoc, layout=>section }, "/doc/book/use-case/python.adoc"=>Awestruct::Page{ 37188600: output_path=>/doc/book/use-case/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/python.adoc, layout=>section }, "/doc/book/use-case/ruby.adoc"=>Awestruct::Page{ 35727180: output_path=>/doc/book/use-case/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/ruby.adoc, layout=>section }, "/doc/book/using/chapter.yml"=>Awestruct::Page{ 30968240: output_path=>/doc/book/using/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/chapter.yml, layout=> }, "/doc/book/using/fingerprints.adoc"=>Awestruct::Page{ 30887180: output_path=>/doc/book/using/fingerprints/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/fingerprints.adoc, layout=>section }, "/doc/book/using/index.adoc"=>Awestruct::Page{ 29837480: output_path=>/doc/book/using/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/index.adoc, layout=>chapter }, "/doc/book/using/remote-api.adoc"=>Awestruct::Page{ 24548380: output_path=>/doc/book/using/remote-api/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/remote-api.adoc, layout=>section }, "/doc/index.adoc"=>Awestruct::Page{ 19414240: output_path=>/doc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/index.adoc, layout=>documentation }, "/doc/pipeline/examples.html.haml"=>Awestruct::Page{ 40754200: output_path=>/doc/pipeline/examples/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/examples.html.haml, layout=>simplepage }, "/doc/pipeline/index.adoc"=>Awestruct::Page{ 40211320: output_path=>/doc/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/index.adoc, layout=>refresh }, "/doc/pipeline/steps/Office-365-Connector.adoc"=>Awestruct::Page{ 39837840: output_path=>/doc/pipeline/steps/Office-365-Connector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/Office-365-Connector.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansible.adoc"=>Awestruct::Page{ 39211880: output_path=>/doc/pipeline/steps/ansible/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansible.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansicolor.adoc"=>Awestruct::Page{ 38435700: output_path=>/doc/pipeline/steps/ansicolor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansicolor.adoc, layout=>simplepage }, "/doc/pipeline/steps/artifactory.adoc"=>Awestruct::Page{ 38134620: output_path=>/doc/pipeline/steps/artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/artifactory.adoc, layout=>simplepage }, "/doc/pipeline/steps/bitbucket-build-status-notifier.adoc"=>Awestruct::Page{ 37860660: output_path=>/doc/pipeline/steps/bitbucket-build-status-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/bitbucket-build-status-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/blackduck-hub.adoc"=>Awestruct::Page{ 37505640: output_path=>/doc/pipeline/steps/blackduck-hub/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/blackduck-hub.adoc, layout=>simplepage }, "/doc/pipeline/steps/brakeman.adoc"=>Awestruct::Page{ 36581140: output_path=>/doc/pipeline/steps/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/brakeman.adoc, layout=>simplepage }, "/doc/pipeline/steps/codefresh.adoc"=>Awestruct::Page{ 35409820: output_path=>/doc/pipeline/steps/codefresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/codefresh.adoc, layout=>simplepage }, "/doc/pipeline/steps/credentials-binding.adoc"=>Awestruct::Page{ 30841860: output_path=>/doc/pipeline/steps/credentials-binding/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/credentials-binding.adoc, layout=>simplepage }, "/doc/pipeline/steps/cucumber-slack-notifier.adoc"=>Awestruct::Page{ 29907240: output_path=>/doc/pipeline/steps/cucumber-slack-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/cucumber-slack-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/deployment-notification.adoc"=>Awestruct::Page{ 28676160: output_path=>/doc/pipeline/steps/deployment-notification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/deployment-notification.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-slaves.adoc"=>Awestruct::Page{ 21412600: output_path=>/doc/pipeline/steps/docker-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-slaves.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-workflow.adoc"=>Awestruct::Page{ 40943620: output_path=>/doc/pipeline/steps/docker-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-workflow.adoc, layout=>simplepage }, "/doc/pipeline/steps/email-ext.adoc"=>Awestruct::Page{ 40178820: output_path=>/doc/pipeline/steps/email-ext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/email-ext.adoc, layout=>simplepage }, "/doc/pipeline/steps/external-workspace-manager.adoc"=>Awestruct::Page{ 39454060: output_path=>/doc/pipeline/steps/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/external-workspace-manager.adoc, layout=>simplepage }, "/doc/pipeline/steps/figlet-buildstep.adoc"=>Awestruct::Page{ 38773200: output_path=>/doc/pipeline/steps/figlet-buildstep/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/figlet-buildstep.adoc, layout=>simplepage }, "/doc/pipeline/steps/gatling.adoc"=>Awestruct::Page{ 38275600: output_path=>/doc/pipeline/steps/gatling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gatling.adoc, layout=>simplepage }, "/doc/pipeline/steps/gerrit-trigger.adoc"=>Awestruct::Page{ 38000900: output_path=>/doc/pipeline/steps/gerrit-trigger/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gerrit-trigger.adoc, layout=>simplepage }, "/doc/pipeline/steps/git.adoc"=>Awestruct::Page{ 37710580: output_path=>/doc/pipeline/steps/git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/git.adoc, layout=>simplepage }, "/doc/pipeline/steps/github-pullrequest.adoc"=>Awestruct::Page{ 37238800: output_path=>/doc/pipeline/steps/github-pullrequest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/github-pullrequest.adoc, layout=>simplepage }, "/doc/pipeline/steps/gitlab-plugin.adoc"=>Awestruct::Page{ 36048820: output_path=>/doc/pipeline/steps/gitlab-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gitlab-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/hipchat.adoc"=>Awestruct::Page{ 31119160: output_path=>/doc/pipeline/steps/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hipchat.adoc, layout=>simplepage }, "/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc"=>Awestruct::Page{ 30120060: output_path=>/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/htmlpublisher.adoc"=>Awestruct::Page{ 29284440: output_path=>/doc/pipeline/steps/htmlpublisher/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/htmlpublisher.adoc, layout=>simplepage }, "/doc/pipeline/steps/http_request.adoc"=>Awestruct::Page{ 23730540: output_path=>/doc/pipeline/steps/http_request/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/http_request.adoc, layout=>simplepage }, "/doc/pipeline/steps/index.html.haml"=>Awestruct::Page{ 19402860: output_path=>/doc/pipeline/steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/index.html.haml, layout=>documentation }, "/doc/pipeline/steps/integrity-plugin.adoc"=>Awestruct::Page{ 40632840: output_path=>/doc/pipeline/steps/integrity-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/integrity-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/jira.adoc"=>Awestruct::Page{ 39945660: output_path=>/doc/pipeline/steps/jira/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jira.adoc, layout=>simplepage }, "/doc/pipeline/steps/jms-messaging.adoc"=>Awestruct::Page{ 39280020: output_path=>/doc/pipeline/steps/jms-messaging/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jms-messaging.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc"=>Awestruct::Page{ 38455940: output_path=>/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-steps.adoc"=>Awestruct::Page{ 38156340: output_path=>/doc/pipeline/steps/kubernetes-pipeline-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes.adoc"=>Awestruct::Page{ 37831660: output_path=>/doc/pipeline/steps/kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes.adoc, layout=>simplepage }, "/doc/pipeline/steps/liquibase-runner.adoc"=>Awestruct::Page{ 37417060: output_path=>/doc/pipeline/steps/liquibase-runner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/liquibase-runner.adoc, layout=>simplepage }, "/doc/pipeline/steps/lockable-resources.adoc"=>Awestruct::Page{ 36344680: output_path=>/doc/pipeline/steps/lockable-resources/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/lockable-resources.adoc, layout=>simplepage }, "/doc/pipeline/steps/marathon.adoc"=>Awestruct::Page{ 30362260: output_path=>/doc/pipeline/steps/marathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/marathon.adoc, layout=>simplepage }, "/doc/pipeline/steps/mattermost.adoc"=>Awestruct::Page{ 30478320: output_path=>/doc/pipeline/steps/mattermost/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mattermost.adoc, layout=>simplepage }, "/doc/pipeline/steps/mock-load-builder.adoc"=>Awestruct::Page{ 29832340: output_path=>/doc/pipeline/steps/mock-load-builder/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mock-load-builder.adoc, layout=>simplepage }, "/doc/pipeline/steps/nexus-artifact-uploader.adoc"=>Awestruct::Page{ 24997640: output_path=>/doc/pipeline/steps/nexus-artifact-uploader/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/nexus-artifact-uploader.adoc, layout=>simplepage }, "/doc/pipeline/steps/openshift-pipeline.adoc"=>Awestruct::Page{ 19405260: output_path=>/doc/pipeline/steps/openshift-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/openshift-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/p4.adoc"=>Awestruct::Page{ 40152620: output_path=>/doc/pipeline/steps/p4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/p4.adoc, layout=>simplepage }, "/doc/pipeline/steps/parallel-test-executor.adoc"=>Awestruct::Page{ 39490100: output_path=>/doc/pipeline/steps/parallel-test-executor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/parallel-test-executor.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-aws.adoc"=>Awestruct::Page{ 38770040: output_path=>/doc/pipeline/steps/pipeline-aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-aws.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-build-step.adoc"=>Awestruct::Page{ 38183260: output_path=>/doc/pipeline/steps/pipeline-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-build-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-classpath.adoc"=>Awestruct::Page{ 37907960: output_path=>/doc/pipeline/steps/pipeline-classpath/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-classpath.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-githubnotify-step.adoc"=>Awestruct::Page{ 37558120: output_path=>/doc/pipeline/steps/pipeline-githubnotify-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-githubnotify-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-input-step.adoc"=>Awestruct::Page{ 29731560: output_path=>/doc/pipeline/steps/pipeline-input-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-input-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-maven.adoc"=>Awestruct::Page{ 24490220: output_path=>/doc/pipeline/steps/pipeline-maven/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-maven.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-milestone-step.adoc"=>Awestruct::Page{ 19853640: output_path=>/doc/pipeline/steps/pipeline-milestone-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-milestone-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-model-definition.adoc"=>Awestruct::Page{ 40722620: output_path=>/doc/pipeline/steps/pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-model-definition.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-stage-step.adoc"=>Awestruct::Page{ 40028440: output_path=>/doc/pipeline/steps/pipeline-stage-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-stage-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-utility-steps.adoc"=>Awestruct::Page{ 39247820: output_path=>/doc/pipeline/steps/pipeline-utility-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-utility-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/pragprog.adoc"=>Awestruct::Page{ 38449940: output_path=>/doc/pipeline/steps/pragprog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pragprog.adoc, layout=>simplepage }, "/doc/pipeline/steps/puppet-enterprise-pipeline.adoc"=>Awestruct::Page{ 38175600: output_path=>/doc/pipeline/steps/puppet-enterprise-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/puppet-enterprise-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/rocketchatnotifier.adoc"=>Awestruct::Page{ 37897320: output_path=>/doc/pipeline/steps/rocketchatnotifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/rocketchatnotifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/run-selector.adoc"=>Awestruct::Page{ 36119160: output_path=>/doc/pipeline/steps/run-selector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/run-selector.adoc, layout=>simplepage }, "/doc/pipeline/steps/sauce-ondemand.adoc"=>Awestruct::Page{ 31158560: output_path=>/doc/pipeline/steps/sauce-ondemand/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/sauce-ondemand.adoc, layout=>simplepage }, "/doc/pipeline/steps/slack.adoc"=>Awestruct::Page{ 30592360: output_path=>/doc/pipeline/steps/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/slack.adoc, layout=>simplepage }, "/doc/pipeline/steps/splunk-devops-extend.adoc"=>Awestruct::Page{ 29666760: output_path=>/doc/pipeline/steps/splunk-devops-extend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/splunk-devops-extend.adoc, layout=>simplepage }, "/doc/pipeline/steps/ssh-agent.adoc"=>Awestruct::Page{ 24478180: output_path=>/doc/pipeline/steps/ssh-agent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ssh-agent.adoc, layout=>simplepage }, "/doc/pipeline/steps/stepcounter.adoc"=>Awestruct::Page{ 19798520: output_path=>/doc/pipeline/steps/stepcounter/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/stepcounter.adoc, layout=>simplepage }, "/doc/pipeline/steps/subversion.adoc"=>Awestruct::Page{ 40700480: output_path=>/doc/pipeline/steps/subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/subversion.adoc, layout=>simplepage }, "/doc/pipeline/steps/teamconcert.adoc"=>Awestruct::Page{ 39947980: output_path=>/doc/pipeline/steps/teamconcert/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/teamconcert.adoc, layout=>simplepage }, "/doc/pipeline/steps/timestamper.adoc"=>Awestruct::Page{ 39328440: output_path=>/doc/pipeline/steps/timestamper/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/timestamper.adoc, layout=>simplepage }, "/doc/pipeline/steps/versionnumber.adoc"=>Awestruct::Page{ 38450340: output_path=>/doc/pipeline/steps/versionnumber/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/versionnumber.adoc, layout=>simplepage }, "/doc/pipeline/steps/vsphere-cloud.adoc"=>Awestruct::Page{ 38119940: output_path=>/doc/pipeline/steps/vsphere-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/vsphere-cloud.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-basic-steps.adoc"=>Awestruct::Page{ 55502260: output_path=>/doc/pipeline/steps/workflow-basic-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-basic-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps-global-lib.adoc"=>Awestruct::Page{ 55840980: output_path=>/doc/pipeline/steps/workflow-cps-global-lib/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps-global-lib.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps.adoc"=>Awestruct::Page{ 56185100: output_path=>/doc/pipeline/steps/workflow-cps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-durable-task-step.adoc"=>Awestruct::Page{ 56613480: output_path=>/doc/pipeline/steps/workflow-durable-task-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-durable-task-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-multibranch.adoc"=>Awestruct::Page{ 56210160: output_path=>/doc/pipeline/steps/workflow-multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-multibranch.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-scm-step.adoc"=>Awestruct::Page{ 65595660: output_path=>/doc/pipeline/steps/workflow-scm-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc, layout=>simplepage }, "/doc/pipeline/tour/agents.adoc"=>Awestruct::Page{ 66068000: output_path=>/doc/pipeline/tour/agents/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/agents.adoc, layout=>documentation }, "/doc/pipeline/tour/deployment.adoc"=>Awestruct::Page{ 66381860: output_path=>/doc/pipeline/tour/deployment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/deployment.adoc, layout=>documentation }, "/doc/pipeline/tour/environment.adoc"=>Awestruct::Page{ 66714860: output_path=>/doc/pipeline/tour/environment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/environment.adoc, layout=>documentation }, "/doc/pipeline/tour/hello-world.adoc"=>Awestruct::Page{ 67051140: output_path=>/doc/pipeline/tour/hello-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/hello-world.adoc, layout=>documentation }, "/doc/pipeline/tour/post.adoc"=>Awestruct::Page{ 67353460: output_path=>/doc/pipeline/tour/post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/post.adoc, layout=>documentation }, "/doc/pipeline/tour/running-multiple-steps.adoc"=>Awestruct::Page{ 67684280: output_path=>/doc/pipeline/tour/running-multiple-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/running-multiple-steps.adoc, layout=>documentation }, "/doc/pipeline/tour/tests-and-artifacts.adoc"=>Awestruct::Page{ 68023920: output_path=>/doc/pipeline/tour/tests-and-artifacts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/tests-and-artifacts.adoc, layout=>documentation }, "/doc/upgrade-guide/2.19.adoc"=>Awestruct::Page{ 68365740: output_path=>/doc/upgrade-guide/2.19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.19.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.32.adoc"=>Awestruct::Page{ 68689340: output_path=>/doc/upgrade-guide/2.32/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.32.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.7.adoc"=>Awestruct::Page{ 69007660: output_path=>/doc/upgrade-guide/2.7/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.7.adoc, layout=>simplepage }, "/doc/upgrade-guide.html.haml"=>Awestruct::Page{ 69226080: output_path=>/doc/upgrade-guide/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide.html.haml, layout=>simplepage }, "/donate.adoc"=>Awestruct::Page{ 69558200: output_path=>/donate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/donate.adoc, layout=>default }, "/download.html.haml"=>Awestruct::Page{ 69682980: output_path=>/download/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/download.html.haml, layout=>default }, "/files/2015-Jenkins-Community-Survey-Results.pdf"=>Awestruct::Page{ 69878120: output_path=>/files/2015-Jenkins-Community-Survey-Results.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2015-Jenkins-Community-Survey-Results.pdf, layout=> }, "/files/2016/jenkins-world/freestyle-to-pipelines.pdf"=>Awestruct::Page{ 69917600: output_path=>/files/2016/jenkins-world/freestyle-to-pipelines.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/freestyle-to-pipelines.pdf, layout=> }, "/files/2016/jenkins-world/jenkins-and-docker.pdf"=>Awestruct::Page{ 69934920: output_path=>/files/2016/jenkins-world/jenkins-and-docker.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/jenkins-and-docker.pdf, layout=> }, "/files/2016/jenkins-world/large-git-repos.pdf"=>Awestruct::Page{ 69927700: output_path=>/files/2016/jenkins-world/large-git-repos.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/large-git-repos.pdf, layout=> }, "/files/Jenkins-hearts-Ruby.pdf"=>Awestruct::Page{ 69945420: output_path=>/files/Jenkins-hearts-Ruby.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/Jenkins-hearts-Ruby.pdf, layout=> }, "/files/State-of-Jenkins-Infographic-2015.pdf"=>Awestruct::Page{ 69954960: output_path=>/files/State-of-Jenkins-Infographic-2015.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/State-of-Jenkins-Infographic-2015.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf"=>Awestruct::Page{ 69983660: output_path=>/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins with Azure.pdf"=>Awestruct::Page{ 69976640: output_path=>/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, layout=> }, "/fonts/FontAwesome.otf"=>Awestruct::Page{ 70013560: output_path=>/fonts/FontAwesome.otf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/FontAwesome.otf, layout=> }, "/fonts/fontawesome-webfont.eot"=>Awestruct::Page{ 70023080: output_path=>/fonts/fontawesome-webfont.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.eot, layout=> }, "/fonts/fontawesome-webfont.svg"=>Awestruct::Page{ 70040800: output_path=>/fonts/fontawesome-webfont.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.svg, layout=> }, "/fonts/fontawesome-webfont.ttf"=>Awestruct::Page{ 70033980: output_path=>/fonts/fontawesome-webfont.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.ttf, layout=> }, "/fonts/fontawesome-webfont.woff"=>Awestruct::Page{ 70043500: output_path=>/fonts/fontawesome-webfont.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff, layout=> }, "/fonts/fontawesome-webfont.woff2"=>Awestruct::Page{ 70061200: output_path=>/fonts/fontawesome-webfont.woff2, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff2, layout=> }, "/friend/index.adoc"=>Awestruct::Page{ 70088720: output_path=>/friend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/friend/index.adoc, layout=>refresh }, "/hangout.adoc"=>Awestruct::Page{ 70214280: output_path=>/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/hangout.adoc, layout=>refresh }, "/images/2.0-config-dialog.png"=>Awestruct::Page{ 70363820: output_path=>/images/2.0-config-dialog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-config-dialog.png, layout=> }, "/images/2.0-create-item.png"=>Awestruct::Page{ 70381420: output_path=>/images/2.0-create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-create-item.png, layout=> }, "/images/20-banner.jpg"=>Awestruct::Page{ 70390960: output_path=>/images/20-banner.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/20-banner.jpg, layout=> }, "/images/226px-Jenkins_logo.svg.png"=>Awestruct::Page{ 70408560: output_path=>/images/226px-Jenkins_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/226px-Jenkins_logo.svg.png, layout=> }, "/images/angry-jenkins_128.png"=>Awestruct::Page{ 70418080: output_path=>/images/angry-jenkins_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/angry-jenkins_128.png, layout=> }, "/images/award.png"=>Awestruct::Page{ 70411280: output_path=>/images/award.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award.png, layout=> }, "/images/award08.gif"=>Awestruct::Page{ 70429000: output_path=>/images/award08.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award08.gif, layout=> }, "/images/blueocean/blueocean-successful-pipeline.png"=>Awestruct::Page{ 70457600: output_path=>/images/blueocean/blueocean-successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/blueocean-successful-pipeline.png, layout=> }, "/images/blueocean/input-step.png"=>Awestruct::Page{ 70475100: output_path=>/images/blueocean/input-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/input-step.png, layout=> }, "/images/blueocean/logo-yarrr.png"=>Awestruct::Page{ 70468080: output_path=>/images/blueocean/logo-yarrr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/logo-yarrr.png, layout=> }, "/images/bottombar.png"=>Awestruct::Page{ 70477620: output_path=>/images/bottombar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bottombar.png, layout=> }, "/images/bug.gif"=>Awestruct::Page{ 70495360: output_path=>/images/bug.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug.gif, layout=> }, "/images/bug2.gif"=>Awestruct::Page{ 70513080: output_path=>/images/bug2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug2.gif, layout=> }, "/images/bullets.svg"=>Awestruct::Page{ 70522620: output_path=>/images/bullets.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bullets.svg, layout=> }, "/images/butler.png"=>Awestruct::Page{ 70540360: output_path=>/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/butler.png, layout=> }, "/images/cc-license.png"=>Awestruct::Page{ 70533560: output_path=>/images/cc-license.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/cc-license.png, layout=> }, "/images/conference.gif"=>Awestruct::Page{ 70551280: output_path=>/images/conference.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.gif, layout=> }, "/images/conference.svg"=>Awestruct::Page{ 70560820: output_path=>/images/conference.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.svg, layout=> }, "/images/conferences/125x125.png"=>Awestruct::Page{ 70589220: output_path=>/images/conferences/125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/125x125.png, layout=> }, "/images/conferences/Jenkins-World_125x125.png"=>Awestruct::Page{ 70606740: output_path=>/images/conferences/Jenkins-World_125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/Jenkins-World_125x125.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron.png"=>Awestruct::Page{ 70599720: output_path=>/images/conferences/jenkinsworld_jumbotron.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron_faded.png"=>Awestruct::Page{ 70617240: output_path=>/images/conferences/jenkinsworld_jumbotron_faded.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron_faded.png, layout=> }, "/images/conferences/scale_14x.png"=>Awestruct::Page{ 70626560: output_path=>/images/conferences/scale_14x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/scale_14x.png, layout=> }, "/images/developer.gif"=>Awestruct::Page{ 70644300: output_path=>/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.gif, layout=> }, "/images/developer.svg"=>Awestruct::Page{ 70653860: output_path=>/images/developer.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.svg, layout=> }, "/images/dir.png"=>Awestruct::Page{ 70671600: output_path=>/images/dir.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/dir.png, layout=> }, "/images/divider.png"=>Awestruct::Page{ 70664800: output_path=>/images/divider.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/divider.png, layout=> }, "/images/download.gif"=>Awestruct::Page{ 70682540: output_path=>/images/download.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.gif, layout=> }, "/images/download.png"=>Awestruct::Page{ 70692100: output_path=>/images/download.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.png, layout=> }, "/images/download.svg"=>Awestruct::Page{ 70709840: output_path=>/images/download.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.svg, layout=> }, "/images/full-pipeline.jpg"=>Awestruct::Page{ 70719360: output_path=>/images/full-pipeline.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-pipeline.jpg, layout=> }, "/images/full-whale-low.jpg"=>Awestruct::Page{ 70737080: output_path=>/images/full-whale-low.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-whale-low.jpg, layout=> }, "/images/getting-started-setup.png"=>Awestruct::Page{ 70730260: output_path=>/images/getting-started-setup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/getting-started-setup.png, layout=> }, "/images/header_logo.png"=>Awestruct::Page{ 70748000: output_path=>/images/header_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/header_logo.png, layout=> }, "/images/hello-world-pipeline.png"=>Awestruct::Page{ 70757520: output_path=>/images/hello-world-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/hello-world-pipeline.png, layout=> }, "/images/jams/OnlineMeetup/logo.png"=>Awestruct::Page{ 70788540: output_path=>/images/jams/OnlineMeetup/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo.png, layout=> }, "/images/jams/OnlineMeetup/logo_large.png"=>Awestruct::Page{ 70797660: output_path=>/images/jams/OnlineMeetup/logo_large.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo_large.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.ai"=>Awestruct::Page{ 70825760: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.ai, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.ai, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.svg"=>Awestruct::Page{ 70843060: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.svg, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png"=>Awestruct::Page{ 70852180: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_text.svg"=>Awestruct::Page{ 70844960: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, layout=> }, "/images/jams/ToulouseJam/README.asciidoc"=>Awestruct::Page{ 70915140: output_path=>/images/jams/ToulouseJam/README/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/README.asciidoc, layout=> }, "/images/jams/ToulouseJam/toulousejam-all-layers.psd"=>Awestruct::Page{ 71036560: output_path=>/images/jams/ToulouseJam/toulousejam-all-layers.psd, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-all-layers.psd, layout=> }, "/images/jams/ToulouseJam/toulousejam-original-draft.png"=>Awestruct::Page{ 71053880: output_path=>/images/jams/ToulouseJam/toulousejam-original-draft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-original-draft.png, layout=> }, "/images/jams/ToulouseJam/toulousejam.png"=>Awestruct::Page{ 71071200: output_path=>/images/jams/ToulouseJam/toulousejam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam.png, layout=> }, "/images/jams/guadalahara.jpg"=>Awestruct::Page{ 71080520: output_path=>/images/jams/guadalahara.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/guadalahara.jpg, layout=> }, "/images/jams/jenkins_revolution.png"=>Awestruct::Page{ 71098040: output_path=>/images/jams/jenkins_revolution.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/jenkins_revolution.png, layout=> }, "/images/jar.png"=>Awestruct::Page{ 71091240: output_path=>/images/jar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jar.png, layout=> }, "/images/jenkins-20-banner.png"=>Awestruct::Page{ 71100780: output_path=>/images/jenkins-20-banner.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-20-banner.png, layout=> }, "/images/jenkins-happy-new-year.png"=>Awestruct::Page{ 71118500: output_path=>/images/jenkins-happy-new-year.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-happy-new-year.png, layout=> }, "/images/jenkins_logo.png"=>Awestruct::Page{ 71136240: output_path=>/images/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins_logo.png, layout=> }, "/images/jnlp-launch.png"=>Awestruct::Page{ 71145800: output_path=>/images/jnlp-launch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jnlp-launch.png, layout=> }, "/images/logo.png"=>Awestruct::Page{ 71163540: output_path=>/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo.png, layout=> }, "/images/logo_128.png"=>Awestruct::Page{ 71156740: output_path=>/images/logo_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_128.png, layout=> }, "/images/logo_head.png"=>Awestruct::Page{ 71174480: output_path=>/images/logo_head.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_head.png, layout=> }, "/images/logo_oracle_small.gif"=>Awestruct::Page{ 71184020: output_path=>/images/logo_oracle_small.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_oracle_small.gif, layout=> }, "/images/navbar.png"=>Awestruct::Page{ 71212820: output_path=>/images/navbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/navbar.png, layout=> }, "/images/network-workgroup.png"=>Awestruct::Page{ 71206000: output_path=>/images/network-workgroup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/network-workgroup.png, layout=> }, "/images/ninja_128.png"=>Awestruct::Page{ 71223740: output_path=>/images/ninja_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/ninja_128.png, layout=> }, "/images/os/COPYING"=>Awestruct::Page{ 71249100: output_path=>/images/os/COPYING, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/COPYING, layout=> }, "/images/os/freebsd.png"=>Awestruct::Page{ 71266640: output_path=>/images/os/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/freebsd.png, layout=> }, "/images/os/opensolaris.png"=>Awestruct::Page{ 71275960: output_path=>/images/os/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensolaris.png, layout=> }, "/images/os/opensuse.png"=>Awestruct::Page{ 71293480: output_path=>/images/os/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensuse.png, layout=> }, "/images/os/os_archlinux.png"=>Awestruct::Page{ 71311000: output_path=>/images/os/os_archlinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_archlinux.png, layout=> }, "/images/os/os_debian.png"=>Awestruct::Page{ 71304000: output_path=>/images/os/os_debian.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_debian.png, layout=> }, "/images/os/os_fedora.png"=>Awestruct::Page{ 71313340: output_path=>/images/os/os_fedora.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_fedora.png, layout=> }, "/images/os/os_freebsd.png"=>Awestruct::Page{ 71330840: output_path=>/images/os/os_freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_freebsd.png, layout=> }, "/images/os/os_gentoo.png"=>Awestruct::Page{ 71340180: output_path=>/images/os/os_gentoo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_gentoo.png, layout=> }, "/images/os/os_l4.png"=>Awestruct::Page{ 71357720: output_path=>/images/os/os_l4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_l4.png, layout=> }, "/images/os/os_linux.png"=>Awestruct::Page{ 71375240: output_path=>/images/os/os_linux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_linux.png, layout=> }, "/images/os/os_macosx.png"=>Awestruct::Page{ 71384580: output_path=>/images/os/os_macosx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_macosx.png, layout=> }, "/images/os/os_mandriva.png"=>Awestruct::Page{ 71377560: output_path=>/images/os/os_mandriva.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_mandriva.png, layout=> }, "/images/os/os_netbsd.png"=>Awestruct::Page{ 71395100: output_path=>/images/os/os_netbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netbsd.png, layout=> }, "/images/os/os_netware.png"=>Awestruct::Page{ 71404420: output_path=>/images/os/os_netware.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netware.png, layout=> }, "/images/os/os_openbsd.png"=>Awestruct::Page{ 71421940: output_path=>/images/os/os_openbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_openbsd.png, layout=> }, "/images/os/os_opensuse.png"=>Awestruct::Page{ 71439460: output_path=>/images/os/os_opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_opensuse.png, layout=> }, "/images/os/os_oracle.png"=>Awestruct::Page{ 71448800: output_path=>/images/os/os_oracle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oracle.png, layout=> }, "/images/os/os_oraclesolaris.png"=>Awestruct::Page{ 71466320: output_path=>/images/os/os_oraclesolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oraclesolaris.png, layout=> }, "/images/os/os_os2_other.png"=>Awestruct::Page{ 71459300: output_path=>/images/os/os_os2_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2_other.png, layout=> }, "/images/os/os_os2ecs.png"=>Awestruct::Page{ 71468660: output_path=>/images/os/os_os2ecs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2ecs.png, layout=> }, "/images/os/os_os2warp3.png"=>Awestruct::Page{ 71486180: output_path=>/images/os/os_os2warp3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp3.png, layout=> }, "/images/os/os_os2warp4.png"=>Awestruct::Page{ 71503700: output_path=>/images/os/os_os2warp4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp4.png, layout=> }, "/images/os/os_os2warp45.png"=>Awestruct::Page{ 71513040: output_path=>/images/os/os_os2warp45.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp45.png, layout=> }, "/images/os/os_other.png"=>Awestruct::Page{ 71530580: output_path=>/images/os/os_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_other.png, layout=> }, "/images/os/os_qnx.png"=>Awestruct::Page{ 71539920: output_path=>/images/os/os_qnx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_qnx.png, layout=> }, "/images/os/os_redhat.png"=>Awestruct::Page{ 71532920: output_path=>/images/os/os_redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_redhat.png, layout=> }, "/images/os/os_solaris.png"=>Awestruct::Page{ 71550440: output_path=>/images/os/os_solaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_solaris.png, layout=> }, "/images/os/os_turbolinux.png"=>Awestruct::Page{ 71567960: output_path=>/images/os/os_turbolinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_turbolinux.png, layout=> }, "/images/os/os_ubuntu.png"=>Awestruct::Page{ 71577300: output_path=>/images/os/os_ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_ubuntu.png, layout=> }, "/images/os/os_win_other.png"=>Awestruct::Page{ 71594820: output_path=>/images/os/os_win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_win_other.png, layout=> }, "/images/os/os_xandros.png"=>Awestruct::Page{ 71612340: output_path=>/images/os/os_xandros.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_xandros.png, layout=> }, "/images/os/other.png"=>Awestruct::Page{ 71621680: output_path=>/images/os/other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/other.png, layout=> }, "/images/os/readme.txt"=>Awestruct::Page{ 71614680: output_path=>/images/os/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/readme.txt, layout=> }, "/images/os/redhat.png"=>Awestruct::Page{ 71632220: output_path=>/images/os/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/redhat.png, layout=> }, "/images/os/ubuntu.png"=>Awestruct::Page{ 71641560: output_path=>/images/os/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/ubuntu.png, layout=> }, "/images/os/win_other.png"=>Awestruct::Page{ 71659080: output_path=>/images/os/win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/win_other.png, layout=> }, "/images/patrons/cloudbees-certification.png"=>Awestruct::Page{ 71687380: output_path=>/images/patrons/cloudbees-certification.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-certification.png, layout=> }, "/images/patrons/cloudbees-jenkins-world-2016.png"=>Awestruct::Page{ 71680360: output_path=>/images/patrons/cloudbees-jenkins-world-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-jenkins-world-2016.png, layout=> }, "/images/patrons/cloudbees.png"=>Awestruct::Page{ 71697860: output_path=>/images/patrons/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees.png, layout=> }, "/images/patrons/jfrog.png"=>Awestruct::Page{ 71707180: output_path=>/images/patrons/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/jfrog.png, layout=> }, "/images/patrons/xebialabs.png"=>Awestruct::Page{ 71724700: output_path=>/images/patrons/xebialabs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs.png, layout=> }, "/images/patrons/xebialabs2.png"=>Awestruct::Page{ 71742200: output_path=>/images/patrons/xebialabs2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs2.png, layout=> }, "/images/pipeline/jenkins-workflow.png"=>Awestruct::Page{ 71746060: output_path=>/images/pipeline/jenkins-workflow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/jenkins-workflow.png, layout=> }, "/images/pipeline/pipeline-editor.png"=>Awestruct::Page{ 71763580: output_path=>/images/pipeline/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-editor.png, layout=> }, "/images/pipeline/pipeline-sample.png"=>Awestruct::Page{ 71772900: output_path=>/images/pipeline/pipeline-sample.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-sample.png, layout=> }, "/images/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 71790420: output_path=>/images/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/realworld-pipeline-flow.png, layout=> }, "/images/pipeline/snippet-generator.png"=>Awestruct::Page{ 71807940: output_path=>/images/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/snippet-generator.png, layout=> }, "/images/pipeline-stage-view.png"=>Awestruct::Page{ 71817460: output_path=>/images/pipeline-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline-stage-view.png, layout=> }, "/images/plugin.png"=>Awestruct::Page{ 71835200: output_path=>/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/plugin.png, layout=> }, "/images/pom.png"=>Awestruct::Page{ 71828400: output_path=>/images/pom.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pom.png, layout=> }, "/images/post-images/1pear.png"=>Awestruct::Page{ 71868700: output_path=>/images/post-images/1pear.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/1pear.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-bb8.png"=>Awestruct::Page{ 71888800: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png"=>Awestruct::Page{ 71897920: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, layout=> }, "/images/post-images/2016-06-16/serial-vs-parallel.png"=>Awestruct::Page{ 71909860: output_path=>/images/post-images/2016-06-16/serial-vs-parallel.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial-vs-parallel.png, layout=> }, "/images/post-images/2016-06-16/serial.png"=>Awestruct::Page{ 71919000: output_path=>/images/post-images/2016-06-16/serial.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial.png, layout=> }, "/images/post-images/2016-06-30/rcov.png"=>Awestruct::Page{ 71946980: output_path=>/images/post-images/2016-06-30/rcov.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/rcov.png, layout=> }, "/images/post-images/2016-06-30/run-1.png"=>Awestruct::Page{ 71964300: output_path=>/images/post-images/2016-06-30/run-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-1.png, layout=> }, "/images/post-images/2016-06-30/run-2.png"=>Awestruct::Page{ 71981620: output_path=>/images/post-images/2016-06-30/run-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-2.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-1.png"=>Awestruct::Page{ 72015320: output_path=>/images/post-images/2016-06-30/snippet-generator-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-1.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-2.png"=>Awestruct::Page{ 72008100: output_path=>/images/post-images/2016-06-30/snippet-generator-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-2.png, layout=> }, "/images/post-images/2016-07-15/email-config.png"=>Awestruct::Page{ 72027580: output_path=>/images/post-images/2016-07-15/email-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/email-config.png, layout=> }, "/images/post-images/2016-07-15/final.png"=>Awestruct::Page{ 72036700: output_path=>/images/post-images/2016-07-15/final.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/final.png, layout=> }, "/images/post-images/2016-07-15/hipchat-config.png"=>Awestruct::Page{ 72045840: output_path=>/images/post-images/2016-07-15/hipchat-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/hipchat-config.png, layout=> }, "/images/post-images/2016-07-15/notify-failed.png"=>Awestruct::Page{ 72063160: output_path=>/images/post-images/2016-07-15/notify-failed.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-failed.png, layout=> }, "/images/post-images/2016-07-15/notify-started-email.png"=>Awestruct::Page{ 72080480: output_path=>/images/post-images/2016-07-15/notify-started-email.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started-email.png, layout=> }, "/images/post-images/2016-07-15/notify-started.png"=>Awestruct::Page{ 72073260: output_path=>/images/post-images/2016-07-15/notify-started.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started.png, layout=> }, "/images/post-images/2016-07-15/notify-successful.png"=>Awestruct::Page{ 72082400: output_path=>/images/post-images/2016-07-15/notify-successful.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-successful.png, layout=> }, "/images/post-images/2016-07-15/slack-config.png"=>Awestruct::Page{ 72099720: output_path=>/images/post-images/2016-07-15/slack-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/slack-config.png, layout=> }, "/images/post-images/2016-08-03/JDL_pipeline.png"=>Awestruct::Page{ 72128020: output_path=>/images/post-images/2016-08-03/JDL_pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/JDL_pipeline.png, layout=> }, "/images/post-images/2016-08-03/environment_jenkinsfile.png"=>Awestruct::Page{ 72145340: output_path=>/images/post-images/2016-08-03/environment_jenkinsfile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/environment_jenkinsfile.png, layout=> }, "/images/post-images/2016-08-29/freestyle-1.png"=>Awestruct::Page{ 72148380: output_path=>/images/post-images/2016-08-29/freestyle-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-1.png, layout=> }, "/images/post-images/2016-08-29/freestyle-2.png"=>Awestruct::Page{ 72165700: output_path=>/images/post-images/2016-08-29/freestyle-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-2.png, layout=> }, "/images/post-images/2016-08-29/freestyle-3.png"=>Awestruct::Page{ 72183020: output_path=>/images/post-images/2016-08-29/freestyle-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-3.png, layout=> }, "/images/post-images/2016-08-29/pipeline-report.png"=>Awestruct::Page{ 72192140: output_path=>/images/post-images/2016-08-29/pipeline-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-report.png, layout=> }, "/images/post-images/2016-08-29/pipeline-results.png"=>Awestruct::Page{ 72209460: output_path=>/images/post-images/2016-08-29/pipeline-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-results.png, layout=> }, "/images/post-images/2016-08-29/platforms-report.png"=>Awestruct::Page{ 72218580: output_path=>/images/post-images/2016-08-29/platforms-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-report.png, layout=> }, "/images/post-images/2016-08-29/platforms-results.png"=>Awestruct::Page{ 72235880: output_path=>/images/post-images/2016-08-29/platforms-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-results.png, layout=> }, "/images/post-images/2016-08-29/sauce-details.png"=>Awestruct::Page{ 72253200: output_path=>/images/post-images/2016-08-29/sauce-details.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/sauce-details.png, layout=> }, "/images/post-images/2016-08-29/tests-report.png"=>Awestruct::Page{ 72245980: output_path=>/images/post-images/2016-08-29/tests-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/tests-report.png, layout=> }, "/images/post-images/2016-10-27/job-10-summary.png"=>Awestruct::Page{ 72289540: output_path=>/images/post-images/2016-10-27/job-10-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-10-summary.png, layout=> }, "/images/post-images/2016-10-27/job-12-summary.png"=>Awestruct::Page{ 72298660: output_path=>/images/post-images/2016-10-27/job-12-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-12-summary.png, layout=> }, "/images/post-images/2016-10-27/job-17-summary.png"=>Awestruct::Page{ 72307780: output_path=>/images/post-images/2016-10-27/job-17-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-17-summary.png, layout=> }, "/images/post-images/2016-10-27/job-18-report.png"=>Awestruct::Page{ 72316900: output_path=>/images/post-images/2016-10-27/job-18-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-18-report.png, layout=> }, "/images/post-images/2016-10-27/job-19-summary.png"=>Awestruct::Page{ 72326020: output_path=>/images/post-images/2016-10-27/job-19-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-19-summary.png, layout=> }, "/images/post-images/2016-10-27/job-7-console.png"=>Awestruct::Page{ 72343340: output_path=>/images/post-images/2016-10-27/job-7-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-console.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome-test1.png"=>Awestruct::Page{ 72336120: output_path=>/images/post-images/2016-10-27/job-7-report-chrome-test1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome-test1.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome.png"=>Awestruct::Page{ 72353420: output_path=>/images/post-images/2016-10-27/job-7-report-chrome.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome.png, layout=> }, "/images/post-images/2016-10-27/job-7-report.png"=>Awestruct::Page{ 72362540: output_path=>/images/post-images/2016-10-27/job-7-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report.png, layout=> }, "/images/post-images/2016-10-27/job-7-summary.png"=>Awestruct::Page{ 72379860: output_path=>/images/post-images/2016-10-27/job-7-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-summary.png, layout=> }, "/images/post-images/2016-10-27/job-8-console.png"=>Awestruct::Page{ 72388980: output_path=>/images/post-images/2016-10-27/job-8-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-console.png, layout=> }, "/images/post-images/2016-10-27/job-8-summary.png"=>Awestruct::Page{ 72406300: output_path=>/images/post-images/2016-10-27/job-8-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-summary.png, layout=> }, "/images/post-images/2016-10-27/job-9-summary.png"=>Awestruct::Page{ 72423620: output_path=>/images/post-images/2016-10-27/job-9-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-9-summary.png, layout=> }, "/images/post-images/2016-in-review/jam-worldwide-2016.png"=>Awestruct::Page{ 72427460: output_path=>/images/post-images/2016-in-review/jam-worldwide-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-in-review/jam-worldwide-2016.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/android-pipeline.png"=>Awestruct::Page{ 72454460: output_path=>/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg"=>Awestruct::Page{ 72471780: output_path=>/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/contributors.jpg"=>Awestruct::Page{ 72489100: output_path=>/images/post-images/2016-jenkins-world-wrap/contributors.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/contributors.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png"=>Awestruct::Page{ 72498240: output_path=>/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg"=>Awestruct::Page{ 72491020: output_path=>/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-0.jpg"=>Awestruct::Page{ 72508340: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-1.jpg"=>Awestruct::Page{ 72517460: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-2.jpg"=>Awestruct::Page{ 72534780: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-3.jpg"=>Awestruct::Page{ 72552100: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-4.jpg"=>Awestruct::Page{ 72561220: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png"=>Awestruct::Page{ 72578540: output_path=>/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png"=>Awestruct::Page{ 72595860: output_path=>/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg"=>Awestruct::Page{ 72604980: output_path=>/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg"=>Awestruct::Page{ 72597760: output_path=>/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/mural-end.jpg"=>Awestruct::Page{ 72615080: output_path=>/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png"=>Awestruct::Page{ 72659740: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png"=>Awestruct::Page{ 72668740: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, layout=> }, "/images/post-images/2017-01-02/plugin-configuration.png"=>Awestruct::Page{ 72672580: output_path=>/images/post-images/2017-01-02/plugin-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-02/plugin-configuration.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-config.png"=>Awestruct::Page{ 72692560: output_path=>/images/post-images/2017-01-19/freestyle-conditional-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-config.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-long-full.png"=>Awestruct::Page{ 72709880: output_path=>/images/post-images/2017-01-19/freestyle-conditional-long-full.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-long-full.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-param.png"=>Awestruct::Page{ 72727180: output_path=>/images/post-images/2017-01-19/freestyle-conditional-param.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-param.png, layout=> }, "/images/post-images/5pears.png"=>Awestruct::Page{ 72736500: output_path=>/images/post-images/5pears.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/5pears.png, layout=> }, "/images/post-images/95th-percentile.png"=>Awestruct::Page{ 72729480: output_path=>/images/post-images/95th-percentile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/95th-percentile.png, layout=> }, "/images/post-images/Jenkins-World-logo.png"=>Awestruct::Page{ 72747000: output_path=>/images/post-images/Jenkins-World-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Jenkins-World-logo.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png"=>Awestruct::Page{ 72764260: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png"=>Awestruct::Page{ 72773340: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png"=>Awestruct::Page{ 72790620: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png"=>Awestruct::Page{ 72799700: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png"=>Awestruct::Page{ 72816980: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png"=>Awestruct::Page{ 72834260: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png"=>Awestruct::Page{ 72827000: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png"=>Awestruct::Page{ 72836080: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, layout=> }, "/images/post-images/alpha3/alpha3_adminuser.png"=>Awestruct::Page{ 72872260: output_path=>/images/post-images/alpha3/alpha3_adminuser.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_adminuser.png, layout=> }, "/images/post-images/alpha3/alpha3_complete.png"=>Awestruct::Page{ 72881380: output_path=>/images/post-images/alpha3/alpha3_complete.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_complete.png, layout=> }, "/images/post-images/alpha3/alpha3_configuration.png"=>Awestruct::Page{ 72898700: output_path=>/images/post-images/alpha3/alpha3_configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_configuration.png, layout=> }, "/images/post-images/alpha3/alpha3_suggested_plugins.png"=>Awestruct::Page{ 72907840: output_path=>/images/post-images/alpha3/alpha3_suggested_plugins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_suggested_plugins.png, layout=> }, "/images/post-images/alpha3/alpha3_unlock.png"=>Awestruct::Page{ 72900620: output_path=>/images/post-images/alpha3/alpha3_unlock.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_unlock.png, layout=> }, "/images/post-images/aws/EuPvQdU.jpg"=>Awestruct::Page{ 72936420: output_path=>/images/post-images/aws/EuPvQdU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/EuPvQdU.jpg, layout=> }, "/images/post-images/aws/Mh9TabQ.jpg"=>Awestruct::Page{ 72945560: output_path=>/images/post-images/aws/Mh9TabQ.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/Mh9TabQ.jpg, layout=> }, "/images/post-images/aws/MtvaRLU.jpg"=>Awestruct::Page{ 72962880: output_path=>/images/post-images/aws/MtvaRLU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/MtvaRLU.jpg, layout=> }, "/images/post-images/aws/P2eIB08.jpg"=>Awestruct::Page{ 72972000: output_path=>/images/post-images/aws/P2eIB08.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/P2eIB08.jpg, layout=> }, "/images/post-images/aws/bidadvisor.png"=>Awestruct::Page{ 72989320: output_path=>/images/post-images/aws/bidadvisor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/bidadvisor.png, layout=> }, "/images/post-images/aws/fk65vh7.jpg"=>Awestruct::Page{ 73006640: output_path=>/images/post-images/aws/fk65vh7.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/fk65vh7.jpg, layout=> }, "/images/post-images/aws/iOfvSD8.jpg"=>Awestruct::Page{ 72999420: output_path=>/images/post-images/aws/iOfvSD8.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/iOfvSD8.jpg, layout=> }, "/images/post-images/aws/oCkHRu5.jpg"=>Awestruct::Page{ 73008540: output_path=>/images/post-images/aws/oCkHRu5.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/oCkHRu5.jpg, layout=> }, "/images/post-images/aws/wDW63sm.jpg"=>Awestruct::Page{ 73025860: output_path=>/images/post-images/aws/wDW63sm.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/wDW63sm.jpg, layout=> }, "/images/post-images/blue-ocean-girl.png"=>Awestruct::Page{ 73035180: output_path=>/images/post-images/blue-ocean-girl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blue-ocean-girl.png, layout=> }, "/images/post-images/blueocean/failing-pipeline.png"=>Awestruct::Page{ 73070640: output_path=>/images/post-images/blueocean/failing-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/failing-pipeline.png, layout=> }, "/images/post-images/blueocean/github-pipeline-status.png"=>Awestruct::Page{ 73079760: output_path=>/images/post-images/blueocean/github-pipeline-status.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/github-pipeline-status.png, layout=> }, "/images/post-images/blueocean/jdl.png"=>Awestruct::Page{ 73097060: output_path=>/images/post-images/blueocean/jdl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/jdl.png, layout=> }, "/images/post-images/blueocean/personalized-dashboard.png"=>Awestruct::Page{ 73089840: output_path=>/images/post-images/blueocean/personalized-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/personalized-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-activity.png"=>Awestruct::Page{ 73107160: output_path=>/images/post-images/blueocean/pipeline-activity.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-activity.png, layout=> }, "/images/post-images/blueocean/pipeline-branches.png"=>Awestruct::Page{ 73116280: output_path=>/images/post-images/blueocean/pipeline-branches.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-branches.png, layout=> }, "/images/post-images/blueocean/pipeline-dashboard.png"=>Awestruct::Page{ 73133580: output_path=>/images/post-images/blueocean/pipeline-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-editor.png"=>Awestruct::Page{ 73142700: output_path=>/images/post-images/blueocean/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-editor.png, layout=> }, "/images/post-images/blueocean/pipeline-run.png"=>Awestruct::Page{ 73160020: output_path=>/images/post-images/blueocean/pipeline-run.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-run.png, layout=> }, "/images/post-images/blueocean/pr-view.png"=>Awestruct::Page{ 73177320: output_path=>/images/post-images/blueocean/pr-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pr-view.png, layout=> }, "/images/post-images/blueocean/successful-pipeline.png"=>Awestruct::Page{ 73186440: output_path=>/images/post-images/blueocean/successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/successful-pipeline.png, layout=> }, "/images/post-images/blueocean/weather-icons.png"=>Awestruct::Page{ 73179220: output_path=>/images/post-images/blueocean/weather-icons.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/weather-icons.png, layout=> }, "/images/post-images/blueocean-dev-log/gui-editor.png"=>Awestruct::Page{ 73207500: output_path=>/images/post-images/blueocean-dev-log/gui-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/gui-editor.png, layout=> }, "/images/post-images/blueocean-dev-log/start-with-parameters.png"=>Awestruct::Page{ 73224820: output_path=>/images/post-images/blueocean-dev-log/start-with-parameters.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/start-with-parameters.png, layout=> }, "/images/post-images/dhc/dhc-1-interface-big.png"=>Awestruct::Page{ 73252320: output_path=>/images/post-images/dhc/dhc-1-interface-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface-big.png, layout=> }, "/images/post-images/dhc/dhc-1-interface.png"=>Awestruct::Page{ 73245100: output_path=>/images/post-images/dhc/dhc-1-interface.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions-big.png"=>Awestruct::Page{ 73262420: output_path=>/images/post-images/dhc/dhc-2-assertions-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions-big.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions.png"=>Awestruct::Page{ 73279740: output_path=>/images/post-images/dhc/dhc-2-assertions.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions.png, layout=> }, "/images/post-images/dhc/dhc-3-export-big.png"=>Awestruct::Page{ 73288860: output_path=>/images/post-images/dhc/dhc-3-export-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export-big.png, layout=> }, "/images/post-images/dhc/dhc-3-export.png"=>Awestruct::Page{ 73306180: output_path=>/images/post-images/dhc/dhc-3-export.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario-big.png"=>Awestruct::Page{ 73315320: output_path=>/images/post-images/dhc/dhc-4-scenario-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario-big.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario.png"=>Awestruct::Page{ 73332640: output_path=>/images/post-images/dhc/dhc-4-scenario.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report-big.png"=>Awestruct::Page{ 73349960: output_path=>/images/post-images/dhc/dhc-5-jenkins-report-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report-big.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report.png"=>Awestruct::Page{ 73359100: output_path=>/images/post-images/dhc/dhc-5-jenkins-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report.png, layout=> }, "/images/post-images/ewm/ewm-config.png"=>Awestruct::Page{ 73387140: output_path=>/images/post-images/ewm/ewm-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/ewm-config.png, layout=> }, "/images/post-images/ewm/global-custom-workspace-path.png"=>Awestruct::Page{ 73396280: output_path=>/images/post-images/ewm/global-custom-workspace-path.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-custom-workspace-path.png, layout=> }, "/images/post-images/ewm/global-disk-allocation-strategy.png"=>Awestruct::Page{ 73405400: output_path=>/images/post-images/ewm/global-disk-allocation-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-disk-allocation-strategy.png, layout=> }, "/images/post-images/ewm/restriction-by-job-name.png"=>Awestruct::Page{ 73414520: output_path=>/images/post-images/ewm/restriction-by-job-name.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-job-name.png, layout=> }, "/images/post-images/ewm/restriction-by-user.png"=>Awestruct::Page{ 73423640: output_path=>/images/post-images/ewm/restriction-by-user.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-user.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png"=>Awestruct::Page{ 73451960: output_path=>/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png"=>Awestruct::Page{ 73461080: output_path=>/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, layout=> }, "/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 73480180: output_path=>/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 73489300: output_path=>/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png"=>Awestruct::Page{ 73506600: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png"=>Awestruct::Page{ 73499380: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1.png"=>Awestruct::Page{ 73516700: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 73525820: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1.png"=>Awestruct::Page{ 73543120: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 73560440: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png"=>Awestruct::Page{ 73569560: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 73586860: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png"=>Awestruct::Page{ 73604180: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 73596960: output_path=>/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gsoc-job-config/changing-help.gif"=>Awestruct::Page{ 73641320: output_path=>/images/post-images/gsoc-job-config/changing-help.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/changing-help.gif, layout=> }, "/images/post-images/gsoc-job-config/credentials-grouping.jpg"=>Awestruct::Page{ 73650440: output_path=>/images/post-images/gsoc-job-config/credentials-grouping.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/credentials-grouping.jpg, layout=> }, "/images/post-images/gsoc-job-config/current-popup.gif"=>Awestruct::Page{ 73659560: output_path=>/images/post-images/gsoc-job-config/current-popup.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/current-popup.gif, layout=> }, "/images/post-images/gsoc-job-config/popup-window.gif"=>Awestruct::Page{ 73668680: output_path=>/images/post-images/gsoc-job-config/popup-window.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/popup-window.gif, layout=> }, "/images/post-images/gsoc-job-config/removing-views.jpg"=>Awestruct::Page{ 73677800: output_path=>/images/post-images/gsoc-job-config/removing-views.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/removing-views.jpg, layout=> }, "/images/post-images/gsoc-support-core-plugin/config.png"=>Awestruct::Page{ 73705920: output_path=>/images/post-images/gsoc-support-core-plugin/config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/config.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/downloadBundles.png"=>Awestruct::Page{ 73715040: output_path=>/images/post-images/gsoc-support-core-plugin/downloadBundles.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/downloadBundles.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/generate-bundle.png"=>Awestruct::Page{ 73724180: output_path=>/images/post-images/gsoc-support-core-plugin/generate-bundle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/generate-bundle.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/home.png"=>Awestruct::Page{ 73733300: output_path=>/images/post-images/gsoc-support-core-plugin/home.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/home.png, layout=> }, "/images/post-images/jenkins-master.png"=>Awestruct::Page{ 73742620: output_path=>/images/post-images/jenkins-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-master.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/hooks.png"=>Awestruct::Page{ 73753860: output_path=>/images/post-images/jenkins-pipeline-scalability/hooks.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/hooks.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/jobs.png"=>Awestruct::Page{ 73771180: output_path=>/images/post-images/jenkins-pipeline-scalability/jobs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/jobs.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/journey.png"=>Awestruct::Page{ 73780300: output_path=>/images/post-images/jenkins-pipeline-scalability/journey.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/journey.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/modes.png"=>Awestruct::Page{ 73797620: output_path=>/images/post-images/jenkins-pipeline-scalability/modes.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/modes.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/properties.png"=>Awestruct::Page{ 73814940: output_path=>/images/post-images/jenkins-pipeline-scalability/properties.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/properties.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/responsibilities.png"=>Awestruct::Page{ 73824060: output_path=>/images/post-images/jenkins-pipeline-scalability/responsibilities.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/responsibilities.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-now.png"=>Awestruct::Page{ 73841380: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-now.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png"=>Awestruct::Page{ 73850520: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/thousands.png"=>Awestruct::Page{ 73843300: output_path=>/images/post-images/jenkins-pipeline-scalability/thousands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/thousands.png, layout=> }, "/images/post-images/jenkins-run-python.png"=>Awestruct::Page{ 73860820: output_path=>/images/post-images/jenkins-run-python.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-run-python.png, layout=> }, "/images/post-images/jenkins2-snippetizer-demo.png"=>Awestruct::Page{ 73878340: output_path=>/images/post-images/jenkins2-snippetizer-demo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins2-snippetizer-demo.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png"=>Awestruct::Page{ 73922720: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png"=>Awestruct::Page{ 73931860: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png"=>Awestruct::Page{ 73924640: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png"=>Awestruct::Page{ 73933760: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png"=>Awestruct::Page{ 73942880: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins1.png"=>Awestruct::Page{ 73987540: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins2.png"=>Awestruct::Page{ 73996660: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, layout=> }, "/images/post-images/kj187_Dashboard_2_i4wkw6.png"=>Awestruct::Page{ 74005980: output_path=>/images/post-images/kj187_Dashboard_2_i4wkw6.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/kj187_Dashboard_2_i4wkw6.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG"=>Awestruct::Page{ 74009440: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG"=>Awestruct::Page{ 74018560: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/melbourne.png"=>Awestruct::Page{ 74035860: output_path=>/images/post-images/monthly-jam-nov-2016/melbourne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/melbourne.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-jam.png"=>Awestruct::Page{ 74053180: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-jam.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-prep.png"=>Awestruct::Page{ 74062300: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-prep.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-prep.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow-small.png"=>Awestruct::Page{ 74090420: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow.png"=>Awestruct::Page{ 74099540: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow-small.png"=>Awestruct::Page{ 74108660: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow.png"=>Awestruct::Page{ 74117780: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow.png, layout=> }, "/images/post-images/pipeline-as-code-for-hardware/connectBoard.png"=>Awestruct::Page{ 74121620: output_path=>/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/aquilent.png"=>Awestruct::Page{ 74157780: output_path=>/images/post-images/pipeline-at-jenkinsworld/aquilent.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/aquilent.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/jfrog.png"=>Awestruct::Page{ 74166900: output_path=>/images/post-images/pipeline-at-jenkinsworld/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/jfrog.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg"=>Awestruct::Page{ 74184220: output_path=>/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/perforce.png"=>Awestruct::Page{ 74193340: output_path=>/images/post-images/pipeline-at-jenkinsworld/perforce.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/perforce.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/redhat.png"=>Awestruct::Page{ 74210660: output_path=>/images/post-images/pipeline-at-jenkinsworld/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/redhat.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png"=>Awestruct::Page{ 74238780: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png"=>Awestruct::Page{ 74247900: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png"=>Awestruct::Page{ 74257040: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-tests.png"=>Awestruct::Page{ 74266160: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png"=>Awestruct::Page{ 74269380: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png"=>Awestruct::Page{ 74286580: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png"=>Awestruct::Page{ 74295720: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png"=>Awestruct::Page{ 74312920: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png"=>Awestruct::Page{ 74330240: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif"=>Awestruct::Page{ 74339380: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, layout=> }, "/images/post-images/state-of-jam-2016/JAM-map.png"=>Awestruct::Page{ 74350820: output_path=>/images/post-images/state-of-jam-2016/JAM-map.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAM-map.png, layout=> }, "/images/post-images/state-of-jam-2016/JAMs-over-time.png"=>Awestruct::Page{ 74359940: output_path=>/images/post-images/state-of-jam-2016/JAMs-over-time.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAMs-over-time.png, layout=> }, "/images/post-images/state-of-jam-2016/barcelona-jam.png"=>Awestruct::Page{ 74377260: output_path=>/images/post-images/state-of-jam-2016/barcelona-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/barcelona-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/peru-jam.png"=>Awestruct::Page{ 74394580: output_path=>/images/post-images/state-of-jam-2016/peru-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/peru-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/seville-jam.png"=>Awestruct::Page{ 74403700: output_path=>/images/post-images/state-of-jam-2016/seville-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/seville-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam-2.png"=>Awestruct::Page{ 74421020: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam-2.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam.png"=>Awestruct::Page{ 74438340: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png"=>Awestruct::Page{ 74441780: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png"=>Awestruct::Page{ 74459100: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png"=>Awestruct::Page{ 74468220: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png"=>Awestruct::Page{ 74485520: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png"=>Awestruct::Page{ 74502840: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, layout=> }, "/images/protect.gif"=>Awestruct::Page{ 74512380: output_path=>/images/protect.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/protect.gif, layout=> }, "/images/railyard.jpg"=>Awestruct::Page{ 74530100: output_path=>/images/railyard.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/railyard.jpg, layout=> }, "/images/rfe.gif"=>Awestruct::Page{ 74523300: output_path=>/images/rfe.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe.gif, layout=> }, "/images/rfe2.gif"=>Awestruct::Page{ 74541040: output_path=>/images/rfe2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe2.gif, layout=> }, "/images/solution-images/jenkins-chart-nosetests.png"=>Awestruct::Page{ 74585520: output_path=>/images/solution-images/jenkins-chart-nosetests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-nosetests.png, layout=> }, "/images/solution-images/jenkins-chart-pylint.png"=>Awestruct::Page{ 74594840: output_path=>/images/solution-images/jenkins-chart-pylint.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-pylint.png, layout=> }, "/images/solution-images/jenkins-github-oauth-enable.png"=>Awestruct::Page{ 74604160: output_path=>/images/solution-images/jenkins-github-oauth-enable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-oauth-enable.png, layout=> }, "/images/solution-images/jenkins-github-services.png"=>Awestruct::Page{ 74597140: output_path=>/images/solution-images/jenkins-github-services.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-services.png, layout=> }, "/images/solution-images/jenkins-gradle-step.png"=>Awestruct::Page{ 74606460: output_path=>/images/solution-images/jenkins-gradle-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-gradle-step.png, layout=> }, "/images/solution-images/jenkins-maven-step.png"=>Awestruct::Page{ 74615780: output_path=>/images/solution-images/jenkins-maven-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-maven-step.png, layout=> }, "/images/solution-images/junit-rspec-postbuild-action.png"=>Awestruct::Page{ 74633300: output_path=>/images/solution-images/junit-rspec-postbuild-action.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-postbuild-action.png, layout=> }, "/images/solution-images/junit-rspec-trend.png"=>Awestruct::Page{ 74650800: output_path=>/images/solution-images/junit-rspec-trend.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-trend.png, layout=> }, "/images/sponsors/cloudbees.png"=>Awestruct::Page{ 74654660: output_path=>/images/sponsors/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/cloudbees.png, layout=> }, "/images/sponsors/microsoft.png"=>Awestruct::Page{ 74672180: output_path=>/images/sponsors/microsoft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/microsoft.png, layout=> }, "/images/sponsors/osuosl.png"=>Awestruct::Page{ 74681500: output_path=>/images/sponsors/osuosl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/osuosl.png, layout=> }, "/images/sponsors/rackspace.png"=>Awestruct::Page{ 74699020: output_path=>/images/sponsors/rackspace.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/rackspace.png, layout=> }, "/images/sponsors/redhat.png"=>Awestruct::Page{ 74716540: output_path=>/images/sponsors/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/redhat.png, layout=> }, "/images/sub.png"=>Awestruct::Page{ 74726080: output_path=>/images/sub.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sub.png, layout=> }, "/images/sun_small_bw.gif"=>Awestruct::Page{ 74719280: output_path=>/images/sun_small_bw.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sun_small_bw.gif, layout=> }, "/images/sunnyblueocean.png"=>Awestruct::Page{ 74737000: output_path=>/images/sunnyblueocean.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sunnyblueocean.png, layout=> }, "/images/user.gif"=>Awestruct::Page{ 74746560: output_path=>/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.gif, layout=> }, "/images/user.svg"=>Awestruct::Page{ 74764300: output_path=>/images/user.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.svg, layout=> }, "/images/visitor.gif"=>Awestruct::Page{ 74782040: output_path=>/images/visitor.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.gif, layout=> }, "/images/visitor.svg"=>Awestruct::Page{ 74791600: output_path=>/images/visitor.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.svg, layout=> }, "/images/webstart.gif"=>Awestruct::Page{ 74784800: output_path=>/images/webstart.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/webstart.gif, layout=> }, "/images/whale_1030x500.jpg"=>Awestruct::Page{ 74802520: output_path=>/images/whale_1030x500.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/whale_1030x500.jpg, layout=> }, "/images/xml.png"=>Awestruct::Page{ 74812060: output_path=>/images/xml.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/xml.png, layout=> }, "/index.html.haml"=>Awestruct::Page{ 74830140: output_path=>/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/index.html.haml, layout=>default }, "/infra/ci-redirects.adoc"=>Awestruct::Page{ 75095460: output_path=>/infra/ci-redirects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/infra/ci-redirects.adoc, layout=>simplepage }, "/jenkins.jnlp"=>Awestruct::Page{ 75305860: output_path=>/jenkins.jnlp, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/jenkins.jnlp, layout=> }, "/js/cjp-grid.js"=>Awestruct::Page{ 75310960: output_path=>/js/cjp-grid.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/cjp-grid.js, layout=> }, "/js/featured-service.json"=>Awestruct::Page{ 75465640: output_path=>/js/featured-service.json, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/featured-service.json, layout=> }, "/js/plguinlist-service.js"=>Awestruct::Page{ 75483980: output_path=>/js/plguinlist-service.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/plguinlist-service.js, layout=> }, "/license/index.md"=>Awestruct::Page{ 75550740: output_path=>/license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/license/index.md, layout=>post }, "/maven.jenkins-ci.org-logo.png"=>Awestruct::Page{ 75788520: output_path=>/maven.jenkins-ci.org-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/maven.jenkins-ci.org-logo.png, layout=> }, "/meetings/index.md"=>Awestruct::Page{ 75801320: output_path=>/meetings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/meetings/index.md, layout=>post }, "/mit-license/index.md"=>Awestruct::Page{ 76050940: output_path=>/mit-license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/mit-license/index.md, layout=>refresh }, "/node/1/index.md"=>Awestruct::Page{ 76247460: output_path=>/node/1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/1/index.md, layout=>refresh }, "/node/13/index.md"=>Awestruct::Page{ 76378940: output_path=>/node/13/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/13/index.md, layout=>refresh }, "/node/146/index.md"=>Awestruct::Page{ 76502260: output_path=>/node/146/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/146/index.md, layout=>refresh }, "/node/147/index.md"=>Awestruct::Page{ 76625560: output_path=>/node/147/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/147/index.md, layout=>refresh }, "/node/148/index.md"=>Awestruct::Page{ 76757080: output_path=>/node/148/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/148/index.md, layout=>refresh }, "/node/149/index.md"=>Awestruct::Page{ 76880380: output_path=>/node/149/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/149/index.md, layout=>refresh }, "/node/150/index.md"=>Awestruct::Page{ 77003700: output_path=>/node/150/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/150/index.md, layout=>refresh }, "/node/151/index.md"=>Awestruct::Page{ 77135180: output_path=>/node/151/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/151/index.md, layout=>refresh }, "/node/152/index.md"=>Awestruct::Page{ 77258500: output_path=>/node/152/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/152/index.md, layout=>refresh }, "/node/154/index.md"=>Awestruct::Page{ 77365460: output_path=>/node/154/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/154/index.md, layout=>refresh }, "/node/156/index.md"=>Awestruct::Page{ 77488780: output_path=>/node/156/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/156/index.md, layout=>refresh }, "/node/158/index.md"=>Awestruct::Page{ 77620260: output_path=>/node/158/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/158/index.md, layout=>refresh }, "/node/159/index.md"=>Awestruct::Page{ 77743560: output_path=>/node/159/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/159/index.md, layout=>refresh }, "/node/160/index.md"=>Awestruct::Page{ 77891440: output_path=>/node/160/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/160/index.md, layout=>refresh }, "/node/161/index.md"=>Awestruct::Page{ 77998400: output_path=>/node/161/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/161/index.md, layout=>refresh }, "/node/162/index.md"=>Awestruct::Page{ 78121680: output_path=>/node/162/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/162/index.md, layout=>refresh }, "/node/163/index.md"=>Awestruct::Page{ 78253180: output_path=>/node/163/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/163/index.md, layout=>refresh }, "/node/164/index.md"=>Awestruct::Page{ 78376480: output_path=>/node/164/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/164/index.md, layout=>refresh }, "/node/165/index.md"=>Awestruct::Page{ 78499800: output_path=>/node/165/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/165/index.md, layout=>refresh }, "/node/166/index.md"=>Awestruct::Page{ 78631280: output_path=>/node/166/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/166/index.md, layout=>refresh }, "/node/167/index.md"=>Awestruct::Page{ 78754580: output_path=>/node/167/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/167/index.md, layout=>refresh }, "/node/168/index.md"=>Awestruct::Page{ 78877860: output_path=>/node/168/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/168/index.md, layout=>refresh }, "/node/169/index.md"=>Awestruct::Page{ 79009380: output_path=>/node/169/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/169/index.md, layout=>refresh }, "/node/170/index.md"=>Awestruct::Page{ 79132680: output_path=>/node/170/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/170/index.md, layout=>refresh }, "/node/171/index.md"=>Awestruct::Page{ 79264160: output_path=>/node/171/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/171/index.md, layout=>refresh }, "/node/172/index.md"=>Awestruct::Page{ 79387440: output_path=>/node/172/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/172/index.md, layout=>refresh }, "/node/173/index.md"=>Awestruct::Page{ 79510760: output_path=>/node/173/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/173/index.md, layout=>refresh }, "/node/174/index.md"=>Awestruct::Page{ 79370940: output_path=>/node/174/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/174/index.md, layout=>refresh }, "/node/175/index.md"=>Awestruct::Page{ 78937120: output_path=>/node/175/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/175/index.md, layout=>refresh }, "/node/176/index.md"=>Awestruct::Page{ 78495100: output_path=>/node/176/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/176/index.md, layout=>refresh }, "/node/177/index.md"=>Awestruct::Page{ 78053060: output_path=>/node/177/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/177/index.md, layout=>refresh }, "/node/178/index.md"=>Awestruct::Page{ 77561020: output_path=>/node/178/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/178/index.md, layout=>refresh }, "/node/179/index.md"=>Awestruct::Page{ 77118240: output_path=>/node/179/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/179/index.md, layout=>refresh }, "/node/180/index.md"=>Awestruct::Page{ 76684420: output_path=>/node/180/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/180/index.md, layout=>refresh }, "/node/181/index.md"=>Awestruct::Page{ 76242440: output_path=>/node/181/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/181/index.md, layout=>refresh }, "/node/182/index.md"=>Awestruct::Page{ 75813340: output_path=>/node/182/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/182/index.md, layout=>refresh }, "/node/183/index.md"=>Awestruct::Page{ 75444340: output_path=>/node/183/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/183/index.md, layout=>refresh }, "/node/184/index.md"=>Awestruct::Page{ 75026260: output_path=>/node/184/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/184/index.md, layout=>refresh }, "/node/185/index.md"=>Awestruct::Page{ 74738460: output_path=>/node/185/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/185/index.md, layout=>refresh }, "/node/186/index.md"=>Awestruct::Page{ 74548440: output_path=>/node/186/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/186/index.md, layout=>refresh }, "/node/187/index.md"=>Awestruct::Page{ 74341760: output_path=>/node/187/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/187/index.md, layout=>refresh }, "/node/188/index.md"=>Awestruct::Page{ 74160020: output_path=>/node/188/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/188/index.md, layout=>refresh }, "/node/189/index.md"=>Awestruct::Page{ 73986180: output_path=>/node/189/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/189/index.md, layout=>refresh }, "/node/190/index.md"=>Awestruct::Page{ 73780040: output_path=>/node/190/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/190/index.md, layout=>refresh }, "/node/191/index.md"=>Awestruct::Page{ 73598280: output_path=>/node/191/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/191/index.md, layout=>refresh }, "/node/192/index.md"=>Awestruct::Page{ 73400240: output_path=>/node/192/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/192/index.md, layout=>refresh }, "/node/193/index.md"=>Awestruct::Page{ 73201780: output_path=>/node/193/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/193/index.md, layout=>refresh }, "/node/194/index.md"=>Awestruct::Page{ 73011780: output_path=>/node/194/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/194/index.md, layout=>refresh }, "/node/195/index.md"=>Awestruct::Page{ 72829960: output_path=>/node/195/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/195/index.md, layout=>refresh }, "/node/196/index.md"=>Awestruct::Page{ 72656200: output_path=>/node/196/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/196/index.md, layout=>refresh }, "/node/197/index.md"=>Awestruct::Page{ 72433280: output_path=>/node/197/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/197/index.md, layout=>refresh }, "/node/198/index.md"=>Awestruct::Page{ 72251260: output_path=>/node/198/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/198/index.md, layout=>refresh }, "/node/199/index.md"=>Awestruct::Page{ 72061200: output_path=>/node/199/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/199/index.md, layout=>refresh }, "/node/2/index.md"=>Awestruct::Page{ 71880040: output_path=>/node/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/2/index.md, layout=>refresh }, "/node/200/index.md"=>Awestruct::Page{ 71673660: output_path=>/node/200/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/200/index.md, layout=>refresh }, "/node/201/index.md"=>Awestruct::Page{ 71466760: output_path=>/node/201/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/201/index.md, layout=>refresh }, "/node/202/index.md"=>Awestruct::Page{ 71275760: output_path=>/node/202/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/202/index.md, layout=>refresh }, "/node/203/index.md"=>Awestruct::Page{ 71094260: output_path=>/node/203/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/203/index.md, layout=>refresh }, "/node/204/index.md"=>Awestruct::Page{ 70797300: output_path=>/node/204/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/204/index.md, layout=>refresh }, "/node/208/index.md"=>Awestruct::Page{ 70598680: output_path=>/node/208/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/208/index.md, layout=>refresh }, "/node/212/index.md"=>Awestruct::Page{ 70392240: output_path=>/node/212/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/212/index.md, layout=>refresh }, "/node/213/index.md"=>Awestruct::Page{ 70022720: output_path=>/node/213/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/213/index.md, layout=>refresh }, "/node/214/index.md"=>Awestruct::Page{ 69760000: output_path=>/node/214/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/214/index.md, layout=>refresh }, "/node/216/index.md"=>Awestruct::Page{ 69341960: output_path=>/node/216/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/216/index.md, layout=>refresh }, "/node/217/index.md"=>Awestruct::Page{ 68891640: output_path=>/node/217/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/217/index.md, layout=>refresh }, "/node/218/index.md"=>Awestruct::Page{ 68473980: output_path=>/node/218/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/218/index.md, layout=>refresh }, "/node/219/index.md"=>Awestruct::Page{ 68048180: output_path=>/node/219/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/219/index.md, layout=>refresh }, "/node/220/index.md"=>Awestruct::Page{ 67581000: output_path=>/node/220/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/220/index.md, layout=>refresh }, "/node/221/index.md"=>Awestruct::Page{ 67130720: output_path=>/node/221/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/221/index.md, layout=>refresh }, "/node/223/index.md"=>Awestruct::Page{ 66680360: output_path=>/node/223/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/223/index.md, layout=>refresh }, "/node/224/index.md"=>Awestruct::Page{ 66221580: output_path=>/node/224/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/224/index.md, layout=>refresh }, "/node/225/index.md"=>Awestruct::Page{ 65779300: output_path=>/node/225/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/225/index.md, layout=>refresh }, "/node/227/index.md"=>Awestruct::Page{ 65067000: output_path=>/node/227/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/227/index.md, layout=>refresh }, "/node/228/index.md"=>Awestruct::Page{ 64485780: output_path=>/node/228/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/228/index.md, layout=>refresh }, "/node/229/index.md"=>Awestruct::Page{ 64060220: output_path=>/node/229/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/229/index.md, layout=>refresh }, "/node/230/index.md"=>Awestruct::Page{ 63626440: output_path=>/node/230/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/230/index.md, layout=>refresh }, "/node/231/index.md"=>Awestruct::Page{ 59987740: output_path=>/node/231/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/231/index.md, layout=>refresh }, "/node/232/index.md"=>Awestruct::Page{ 58259680: output_path=>/node/232/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/232/index.md, layout=>refresh }, "/node/233/index.md"=>Awestruct::Page{ 55687860: output_path=>/node/233/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/233/index.md, layout=>refresh }, "/node/234/index.md"=>Awestruct::Page{ 56531760: output_path=>/node/234/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/234/index.md, layout=>refresh }, "/node/235/index.md"=>Awestruct::Page{ 55826380: output_path=>/node/235/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/235/index.md, layout=>refresh }, "/node/236/index.md"=>Awestruct::Page{ 40550140: output_path=>/node/236/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/236/index.md, layout=>refresh }, "/node/237/index.md"=>Awestruct::Page{ 39673600: output_path=>/node/237/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/237/index.md, layout=>refresh }, "/node/238/index.md"=>Awestruct::Page{ 38778900: output_path=>/node/238/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/238/index.md, layout=>refresh }, "/node/239/index.md"=>Awestruct::Page{ 38179500: output_path=>/node/239/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/239/index.md, layout=>refresh }, "/node/240/index.md"=>Awestruct::Page{ 37829680: output_path=>/node/240/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/240/index.md, layout=>refresh }, "/node/241/index.md"=>Awestruct::Page{ 37595420: output_path=>/node/241/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/241/index.md, layout=>refresh }, "/node/242/index.md"=>Awestruct::Page{ 37257800: output_path=>/node/242/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/242/index.md, layout=>refresh }, "/node/243/index.md"=>Awestruct::Page{ 36488220: output_path=>/node/243/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/243/index.md, layout=>refresh }, "/node/244/index.md"=>Awestruct::Page{ 35703820: output_path=>/node/244/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/244/index.md, layout=>refresh }, "/node/245/index.md"=>Awestruct::Page{ 31154180: output_path=>/node/245/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/245/index.md, layout=>refresh }, "/node/246/index.md"=>Awestruct::Page{ 30861800: output_path=>/node/246/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/246/index.md, layout=>refresh }, "/node/247/index.md"=>Awestruct::Page{ 30097060: output_path=>/node/247/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/247/index.md, layout=>refresh }, "/node/251/index.md"=>Awestruct::Page{ 29645540: output_path=>/node/251/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/251/index.md, layout=>refresh }, "/node/252/index.md"=>Awestruct::Page{ 28665260: output_path=>/node/252/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/252/index.md, layout=>refresh }, "/node/253/index.md"=>Awestruct::Page{ 23927220: output_path=>/node/253/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/253/index.md, layout=>refresh }, "/node/254/index.md"=>Awestruct::Page{ 20776880: output_path=>/node/254/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/254/index.md, layout=>refresh }, "/node/255/index.md"=>Awestruct::Page{ 24486700: output_path=>/node/255/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/255/index.md, layout=>refresh }, "/node/256/index.md"=>Awestruct::Page{ 29158460: output_path=>/node/256/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/256/index.md, layout=>refresh }, "/node/257/index.md"=>Awestruct::Page{ 29856820: output_path=>/node/257/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/257/index.md, layout=>refresh }, "/node/258/index.md"=>Awestruct::Page{ 30138540: output_path=>/node/258/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/258/index.md, layout=>refresh }, "/node/259/index.md"=>Awestruct::Page{ 30873020: output_path=>/node/259/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/259/index.md, layout=>refresh }, "/node/260/index.md"=>Awestruct::Page{ 31180700: output_path=>/node/260/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/260/index.md, layout=>refresh }, "/node/264/index.md"=>Awestruct::Page{ 35517040: output_path=>/node/264/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/264/index.md, layout=>refresh }, "/node/266/index.md"=>Awestruct::Page{ 36317160: output_path=>/node/266/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/266/index.md, layout=>refresh }, "/node/267/index.md"=>Awestruct::Page{ 37205820: output_path=>/node/267/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/267/index.md, layout=>refresh }, "/node/268/index.md"=>Awestruct::Page{ 37546380: output_path=>/node/268/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/268/index.md, layout=>refresh }, "/node/269/index.md"=>Awestruct::Page{ 37770380: output_path=>/node/269/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/269/index.md, layout=>refresh }, "/node/270/index.md"=>Awestruct::Page{ 38063460: output_path=>/node/270/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/270/index.md, layout=>refresh }, "/node/272/index.md"=>Awestruct::Page{ 38420920: output_path=>/node/272/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/272/index.md, layout=>refresh }, "/node/273/index.md"=>Awestruct::Page{ 39346200: output_path=>/node/273/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/273/index.md, layout=>refresh }, "/node/274/index.md"=>Awestruct::Page{ 40283000: output_path=>/node/274/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/274/index.md, layout=>refresh }, "/node/275/index.md"=>Awestruct::Page{ 55664040: output_path=>/node/275/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/275/index.md, layout=>refresh }, "/node/276/index.md"=>Awestruct::Page{ 56614120: output_path=>/node/276/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/276/index.md, layout=>refresh }, "/node/277/index.md"=>Awestruct::Page{ 59210340: output_path=>/node/277/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/277/index.md, layout=>refresh }, "/node/278/index.md"=>Awestruct::Page{ 58039280: output_path=>/node/278/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/278/index.md, layout=>refresh }, "/node/279/index.md"=>Awestruct::Page{ 60054940: output_path=>/node/279/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/279/index.md, layout=>refresh }, "/node/280/index.md"=>Awestruct::Page{ 63642380: output_path=>/node/280/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/280/index.md, layout=>refresh }, "/node/281/index.md"=>Awestruct::Page{ 64011400: output_path=>/node/281/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/281/index.md, layout=>refresh }, "/node/282/index.md"=>Awestruct::Page{ 64495160: output_path=>/node/282/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/282/index.md, layout=>refresh }, "/node/294/index.md"=>Awestruct::Page{ 65036140: output_path=>/node/294/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/294/index.md, layout=>refresh }, "/node/295/index.md"=>Awestruct::Page{ 65462580: output_path=>/node/295/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/295/index.md, layout=>refresh }, "/node/296/index.md"=>Awestruct::Page{ 66232240: output_path=>/node/296/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/296/index.md, layout=>refresh }, "/node/297/index.md"=>Awestruct::Page{ 66715540: output_path=>/node/297/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/297/index.md, layout=>refresh }, "/node/298/index.md"=>Awestruct::Page{ 67051300: output_path=>/node/298/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/298/index.md, layout=>refresh }, "/node/299/index.md"=>Awestruct::Page{ 67468860: output_path=>/node/299/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/299/index.md, layout=>refresh }, "/node/3/index.md"=>Awestruct::Page{ 67935700: output_path=>/node/3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/3/index.md, layout=>refresh }, "/node/300/index.md"=>Awestruct::Page{ 68370040: output_path=>/node/300/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/300/index.md, layout=>refresh }, "/node/302/index.md"=>Awestruct::Page{ 68844940: output_path=>/node/302/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/302/index.md, layout=>refresh }, "/node/303/index.md"=>Awestruct::Page{ 69229980: output_path=>/node/303/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/303/index.md, layout=>refresh }, "/node/304/index.md"=>Awestruct::Page{ 69770140: output_path=>/node/304/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/304/index.md, layout=>refresh }, "/node/305/index.md"=>Awestruct::Page{ 69982140: output_path=>/node/305/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/305/index.md, layout=>refresh }, "/node/309/index.md"=>Awestruct::Page{ 70406220: output_path=>/node/309/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/309/index.md, layout=>refresh }, "/node/311/index.md"=>Awestruct::Page{ 70535740: output_path=>/node/311/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/311/index.md, layout=>refresh }, "/node/312/index.md"=>Awestruct::Page{ 70787600: output_path=>/node/312/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/312/index.md, layout=>refresh }, "/node/313/index.md"=>Awestruct::Page{ 71106500: output_path=>/node/313/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/313/index.md, layout=>refresh }, "/node/314/index.md"=>Awestruct::Page{ 71243720: output_path=>/node/314/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/314/index.md, layout=>refresh }, "/node/315/index.md"=>Awestruct::Page{ 71471740: output_path=>/node/315/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/315/index.md, layout=>refresh }, "/node/319/index.md"=>Awestruct::Page{ 71609180: output_path=>/node/319/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/319/index.md, layout=>refresh }, "/node/320/index.md"=>Awestruct::Page{ 71869780: output_path=>/node/320/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/320/index.md, layout=>refresh }, "/node/322/index.md"=>Awestruct::Page{ 72080940: output_path=>/node/322/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/322/index.md, layout=>refresh }, "/node/323/index.md"=>Awestruct::Page{ 72210360: output_path=>/node/323/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/323/index.md, layout=>refresh }, "/node/328/index.md"=>Awestruct::Page{ 72446360: output_path=>/node/328/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/328/index.md, layout=>refresh }, "/node/329/index.md"=>Awestruct::Page{ 72550960: output_path=>/node/329/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/329/index.md, layout=>refresh }, "/node/330/index.md"=>Awestruct::Page{ 72836560: output_path=>/node/330/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/330/index.md, layout=>refresh }, "/node/331/index.md"=>Awestruct::Page{ 72949240: output_path=>/node/331/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/331/index.md, layout=>refresh }, "/node/336/index.md"=>Awestruct::Page{ 73242820: output_path=>/node/336/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/336/index.md, layout=>refresh }, "/node/337/index.md"=>Awestruct::Page{ 73388840: output_path=>/node/337/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/337/index.md, layout=>refresh }, "/node/338/index.md"=>Awestruct::Page{ 73501720: output_path=>/node/338/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/338/index.md, layout=>refresh }, "/node/339/index.md"=>Awestruct::Page{ 73794880: output_path=>/node/339/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/339/index.md, layout=>refresh }, "/node/340/index.md"=>Awestruct::Page{ 73924260: output_path=>/node/340/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/340/index.md, layout=>refresh }, "/node/341/index.md"=>Awestruct::Page{ 74192800: output_path=>/node/341/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/341/index.md, layout=>refresh }, "/node/342/index.md"=>Awestruct::Page{ 74331060: output_path=>/node/342/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/342/index.md, layout=>refresh }, "/node/343/index.md"=>Awestruct::Page{ 74460600: output_path=>/node/343/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/343/index.md, layout=>refresh }, "/node/344/index.md"=>Awestruct::Page{ 74745260: output_path=>/node/344/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/344/index.md, layout=>refresh }, "/node/345/index.md"=>Awestruct::Page{ 74899340: output_path=>/node/345/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/345/index.md, layout=>refresh }, "/node/346/index.md"=>Awestruct::Page{ 75366340: output_path=>/node/346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/346/index.md, layout=>refresh }, "/node/351/index.md"=>Awestruct::Page{ 75931020: output_path=>/node/351/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/351/index.md, layout=>refresh }, "/node/353/index.md"=>Awestruct::Page{ 76148140: output_path=>/node/353/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/353/index.md, layout=>refresh }, "/node/356/index.md"=>Awestruct::Page{ 76564500: output_path=>/node/356/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/356/index.md, layout=>refresh }, "/node/357/index.md"=>Awestruct::Page{ 77063240: output_path=>/node/357/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/357/index.md, layout=>refresh }, "/node/360/index.md"=>Awestruct::Page{ 77439460: output_path=>/node/360/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/360/index.md, layout=>refresh }, "/node/361/index.md"=>Awestruct::Page{ 78126980: output_path=>/node/361/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/361/index.md, layout=>refresh }, "/node/362/index.md"=>Awestruct::Page{ 78633900: output_path=>/node/362/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/362/index.md, layout=>refresh }, "/node/363/index.md"=>Awestruct::Page{ 79009000: output_path=>/node/363/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/363/index.md, layout=>refresh }, "/node/364/index.md"=>Awestruct::Page{ 79261840: output_path=>/node/364/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/364/index.md, layout=>refresh }, "/node/366/index.md"=>Awestruct::Page{ 57348260: output_path=>/node/366/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/366/index.md, layout=>refresh }, "/node/367/index.md"=>Awestruct::Page{ 59355700: output_path=>/node/367/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/367/index.md, layout=>refresh }, "/node/368/index.md"=>Awestruct::Page{ 56013760: output_path=>/node/368/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/368/index.md, layout=>refresh }, "/node/370/index.md"=>Awestruct::Page{ 57054560: output_path=>/node/370/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/370/index.md, layout=>refresh }, "/node/371/index.md"=>Awestruct::Page{ 57833240: output_path=>/node/371/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/371/index.md, layout=>refresh }, "/node/372/index.md"=>Awestruct::Page{ 57628860: output_path=>/node/372/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/372/index.md, layout=>refresh }, "/node/373/index.md"=>Awestruct::Page{ 58874460: output_path=>/node/373/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/373/index.md, layout=>refresh }, "/node/374/index.md"=>Awestruct::Page{ 59571220: output_path=>/node/374/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/374/index.md, layout=>refresh }, "/node/375/index.md"=>Awestruct::Page{ 60153280: output_path=>/node/375/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/375/index.md, layout=>refresh }, "/node/376/index.md"=>Awestruct::Page{ 55926640: output_path=>/node/376/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/376/index.md, layout=>refresh }, "/node/377/index.md"=>Awestruct::Page{ 63439180: output_path=>/node/377/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/377/index.md, layout=>refresh }, "/node/378/index.md"=>Awestruct::Page{ 63677160: output_path=>/node/378/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/378/index.md, layout=>refresh }, "/node/380/index.md"=>Awestruct::Page{ 63833240: output_path=>/node/380/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/380/index.md, layout=>refresh }, "/node/381/index.md"=>Awestruct::Page{ 63981140: output_path=>/node/381/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/381/index.md, layout=>refresh }, "/node/382/index.md"=>Awestruct::Page{ 64096260: output_path=>/node/382/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/382/index.md, layout=>refresh }, "/node/383/index.md"=>Awestruct::Page{ 64293300: output_path=>/node/383/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/383/index.md, layout=>refresh }, "/node/386/index.md"=>Awestruct::Page{ 64408400: output_path=>/node/386/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/386/index.md, layout=>refresh }, "/node/387/index.md"=>Awestruct::Page{ 64523540: output_path=>/node/387/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/387/index.md, layout=>refresh }, "/node/388/index.md"=>Awestruct::Page{ 64827100: output_path=>/node/388/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/388/index.md, layout=>refresh }, "/node/389/index.md"=>Awestruct::Page{ 64975040: output_path=>/node/389/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/389/index.md, layout=>refresh }, "/node/390/index.md"=>Awestruct::Page{ 65213020: output_path=>/node/390/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/390/index.md, layout=>refresh }, "/node/391/index.md"=>Awestruct::Page{ 65360880: output_path=>/node/391/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/391/index.md, layout=>refresh }, "/node/392/index.md"=>Awestruct::Page{ 65484160: output_path=>/node/392/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/392/index.md, layout=>refresh }, "/node/393/index.md"=>Awestruct::Page{ 65828640: output_path=>/node/393/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/393/index.md, layout=>refresh }, "/node/395/index.md"=>Awestruct::Page{ 66050220: output_path=>/node/395/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/395/index.md, layout=>refresh }, "/node/397/index.md"=>Awestruct::Page{ 66206300: output_path=>/node/397/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/397/index.md, layout=>refresh }, "/node/400/index.md"=>Awestruct::Page{ 66452500: output_path=>/node/400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/400/index.md, layout=>refresh }, "/node/401/index.md"=>Awestruct::Page{ 66584000: output_path=>/node/401/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/401/index.md, layout=>refresh }, "/node/402/index.md"=>Awestruct::Page{ 66805620: output_path=>/node/402/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/402/index.md, layout=>refresh }, "/node/403/index.md"=>Awestruct::Page{ 66912560: output_path=>/node/403/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/403/index.md, layout=>refresh }, "/node/404/index.md"=>Awestruct::Page{ 67166940: output_path=>/node/404/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/404/index.md, layout=>refresh }, "/node/406/index.md"=>Awestruct::Page{ 67380360: output_path=>/node/406/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/406/index.md, layout=>refresh }, "/node/407/index.md"=>Awestruct::Page{ 67528220: output_path=>/node/407/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/407/index.md, layout=>refresh }, "/node/408/index.md"=>Awestruct::Page{ 67766220: output_path=>/node/408/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/408/index.md, layout=>refresh }, "/node/409/index.md"=>Awestruct::Page{ 67905920: output_path=>/node/409/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/409/index.md, layout=>refresh }, "/node/410/index.md"=>Awestruct::Page{ 68152100: output_path=>/node/410/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/410/index.md, layout=>refresh }, "/node/411/index.md"=>Awestruct::Page{ 68439260: output_path=>/node/411/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/411/index.md, layout=>refresh }, "/node/413/index.md"=>Awestruct::Page{ 68570740: output_path=>/node/413/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/413/index.md, layout=>refresh }, "/node/414/index.md"=>Awestruct::Page{ 68808740: output_path=>/node/414/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/414/index.md, layout=>refresh }, "/node/415/index.md"=>Awestruct::Page{ 69054900: output_path=>/node/415/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/415/index.md, layout=>refresh }, "/node/416/index.md"=>Awestruct::Page{ 69186420: output_path=>/node/416/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/416/index.md, layout=>refresh }, "/node/417/index.md"=>Awestruct::Page{ 69391620: output_path=>/node/417/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/417/index.md, layout=>refresh }, "/node/418/index.md"=>Awestruct::Page{ 69645960: output_path=>/node/418/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/418/index.md, layout=>refresh }, "/node/419/index.md"=>Awestruct::Page{ 69843040: output_path=>/node/419/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/419/index.md, layout=>refresh }, "/node/420/index.md"=>Awestruct::Page{ 70203900: output_path=>/node/420/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/420/index.md, layout=>refresh }, "/node/421/index.md"=>Awestruct::Page{ 71015340: output_path=>/node/421/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/421/index.md, layout=>refresh }, "/node/422/index.md"=>Awestruct::Page{ 75144540: output_path=>/node/422/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/422/index.md, layout=>refresh }, "/node/423/index.md"=>Awestruct::Page{ 75267840: output_path=>/node/423/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/423/index.md, layout=>refresh }, "/node/424/index.md"=>Awestruct::Page{ 75456720: output_path=>/node/424/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/424/index.md, layout=>refresh }, "/node/425/index.md"=>Awestruct::Page{ 75702900: output_path=>/node/425/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/425/index.md, layout=>refresh }, "/node/426/index.md"=>Awestruct::Page{ 75899900: output_path=>/node/426/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/426/index.md, layout=>refresh }, "/node/427/index.md"=>Awestruct::Page{ 76105100: output_path=>/node/427/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/427/index.md, layout=>refresh }, "/node/428/index.md"=>Awestruct::Page{ 76449540: output_path=>/node/428/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/428/index.md, layout=>refresh }, "/node/429/index.md"=>Awestruct::Page{ 76712100: output_path=>/node/429/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/429/index.md, layout=>refresh }, "/node/430/index.md"=>Awestruct::Page{ 76974680: output_path=>/node/430/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/430/index.md, layout=>refresh }, "/node/431/index.md"=>Awestruct::Page{ 77335540: output_path=>/node/431/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/431/index.md, layout=>refresh }, "/node/432/index.md"=>Awestruct::Page{ 77598100: output_path=>/node/432/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/432/index.md, layout=>refresh }, "/node/433/index.md"=>Awestruct::Page{ 77852500: output_path=>/node/433/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/433/index.md, layout=>refresh }, "/node/435/index.md"=>Awestruct::Page{ 78098680: output_path=>/node/435/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/435/index.md, layout=>refresh }, "/node/436/index.md"=>Awestruct::Page{ 78451400: output_path=>/node/436/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/436/index.md, layout=>refresh }, "/node/437/index.md"=>Awestruct::Page{ 78582220: output_path=>/node/437/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/437/index.md, layout=>refresh }, "/node/439/index.md"=>Awestruct::Page{ 78728220: output_path=>/node/439/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/439/index.md, layout=>refresh }, "/node/440/index.md"=>Awestruct::Page{ 78227320: output_path=>/node/440/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/440/index.md, layout=>refresh }, "/node/441/index.md"=>Awestruct::Page{ 79077740: output_path=>/node/441/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/441/index.md, layout=>refresh }, "/node/442/index.md"=>Awestruct::Page{ 79224020: output_path=>/node/442/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/442/index.md, layout=>refresh }, "/node/444/index.md"=>Awestruct::Page{ 77838200: output_path=>/node/444/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/444/index.md, layout=>refresh }, "/node/445/index.md"=>Awestruct::Page{ 77714160: output_path=>/node/445/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/445/index.md, layout=>refresh }, "/node/446/index.md"=>Awestruct::Page{ 77358440: output_path=>/node/446/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/446/index.md, layout=>refresh }, "/node/447/index.md"=>Awestruct::Page{ 77084640: output_path=>/node/447/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/447/index.md, layout=>refresh }, "/node/448/index.md"=>Awestruct::Page{ 76729000: output_path=>/node/448/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/448/index.md, layout=>refresh }, "/node/449/index.md"=>Awestruct::Page{ 76454720: output_path=>/node/449/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/449/index.md, layout=>refresh }, "/node/450/index.md"=>Awestruct::Page{ 76107400: output_path=>/node/450/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/450/index.md, layout=>refresh }, "/node/452/index.md"=>Awestruct::Page{ 75899180: output_path=>/node/452/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/452/index.md, layout=>refresh }, "/node/453/index.md"=>Awestruct::Page{ 75691240: output_path=>/node/453/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/453/index.md, layout=>refresh }, "/node/454/index.md"=>Awestruct::Page{ 75450800: output_path=>/node/454/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/454/index.md, layout=>refresh }, "/node/455/index.md"=>Awestruct::Page{ 75218480: output_path=>/node/455/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/455/index.md, layout=>refresh }, "/node/456/index.md"=>Awestruct::Page{ 74961380: output_path=>/node/456/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/456/index.md, layout=>refresh }, "/node/457/index.md"=>Awestruct::Page{ 70321820: output_path=>/node/457/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/457/index.md, layout=>refresh }, "/node/459/index.md"=>Awestruct::Page{ 70146800: output_path=>/node/459/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/459/index.md, layout=>refresh }, "/node/460/index.md"=>Awestruct::Page{ 69783400: output_path=>/node/460/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/460/index.md, layout=>refresh }, "/node/461/index.md"=>Awestruct::Page{ 69444520: output_path=>/node/461/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/461/index.md, layout=>refresh }, "/node/462/index.md"=>Awestruct::Page{ 69302280: output_path=>/node/462/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/462/index.md, layout=>refresh }, "/node/465/index.md"=>Awestruct::Page{ 69077880: output_path=>/node/465/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/465/index.md, layout=>refresh }, "/node/466/index.md"=>Awestruct::Page{ 68853800: output_path=>/node/466/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/466/index.md, layout=>refresh }, "/node/467/index.md"=>Awestruct::Page{ 68580680: output_path=>/node/467/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/467/index.md, layout=>refresh }, "/node/468/index.md"=>Awestruct::Page{ 68446600: output_path=>/node/468/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/468/index.md, layout=>refresh }, "/node/469/index.md"=>Awestruct::Page{ 68156440: output_path=>/node/469/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/469/index.md, layout=>refresh }, "/node/470/index.md"=>Awestruct::Page{ 67907740: output_path=>/node/470/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/470/index.md, layout=>refresh }, "/node/471/index.md"=>Awestruct::Page{ 67764780: output_path=>/node/471/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/471/index.md, layout=>refresh }, "/node/473/index.md"=>Awestruct::Page{ 67507340: output_path=>/node/473/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/473/index.md, layout=>refresh }, "/node/475/index.md"=>Awestruct::Page{ 67365080: output_path=>/node/475/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/475/index.md, layout=>refresh }, "/node/476/index.md"=>Awestruct::Page{ 67124160: output_path=>/node/476/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/476/index.md, layout=>refresh }, "/node/477/index.md"=>Awestruct::Page{ 66891680: output_path=>/node/477/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/477/index.md, layout=>refresh }, "/node/478/index.md"=>Awestruct::Page{ 66741420: output_path=>/node/478/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/478/index.md, layout=>refresh }, "/node/480/index.md"=>Awestruct::Page{ 66508660: output_path=>/node/480/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/480/index.md, layout=>refresh }, "/node/483/index.md"=>Awestruct::Page{ 66267940: output_path=>/node/483/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/483/index.md, layout=>refresh }, "/node/484/index.md"=>Awestruct::Page{ 66125600: output_path=>/node/484/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/484/index.md, layout=>refresh }, "/node/485/index.md"=>Awestruct::Page{ 65876960: output_path=>/node/485/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/485/index.md, layout=>refresh }, "/node/486/index.md"=>Awestruct::Page{ 65734960: output_path=>/node/486/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/486/index.md, layout=>refresh }, "/node/487/index.md"=>Awestruct::Page{ 65379400: output_path=>/node/487/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/487/index.md, layout=>refresh }, "/node/488/index.md"=>Awestruct::Page{ 65237420: output_path=>/node/488/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/488/index.md, layout=>refresh }, "/node/489/index.md"=>Awestruct::Page{ 64898780: output_path=>/node/489/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/489/index.md, layout=>refresh }, "/node/490/index.md"=>Awestruct::Page{ 64830100: output_path=>/node/490/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/490/index.md, layout=>refresh }, "/node/491/index.md"=>Awestruct::Page{ 64523680: output_path=>/node/491/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/491/index.md, layout=>refresh }, "/node/492/index.md"=>Awestruct::Page{ 64396800: output_path=>/node/492/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/492/index.md, layout=>refresh }, "/node/493/index.md"=>Awestruct::Page{ 64270640: output_path=>/node/493/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/493/index.md, layout=>refresh }, "/node/494/index.md"=>Awestruct::Page{ 64087380: output_path=>/node/494/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/494/index.md, layout=>refresh }, "/node/496/index.md"=>Awestruct::Page{ 63952880: output_path=>/node/496/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/496/index.md, layout=>refresh }, "/node/497/index.md"=>Awestruct::Page{ 63794180: output_path=>/node/497/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/497/index.md, layout=>refresh }, "/node/501/index.md"=>Awestruct::Page{ 63618820: output_path=>/node/501/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/501/index.md, layout=>refresh }, "/node/502/index.md"=>Awestruct::Page{ 55554600: output_path=>/node/502/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/502/index.md, layout=>refresh }, "/node/503/index.md"=>Awestruct::Page{ 60368660: output_path=>/node/503/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/503/index.md, layout=>refresh }, "/node/504/index.md"=>Awestruct::Page{ 59668800: output_path=>/node/504/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/504/index.md, layout=>refresh }, "/node/505/index.md"=>Awestruct::Page{ 59084080: output_path=>/node/505/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/505/index.md, layout=>refresh }, "/node/506/index.md"=>Awestruct::Page{ 58491160: output_path=>/node/506/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/506/index.md, layout=>refresh }, "/node/507/index.md"=>Awestruct::Page{ 57882320: output_path=>/node/507/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/507/index.md, layout=>refresh }, "/node/508/index.md"=>Awestruct::Page{ 57199760: output_path=>/node/508/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/508/index.md, layout=>refresh }, "/node/510/index.md"=>Awestruct::Page{ 56058560: output_path=>/node/510/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/510/index.md, layout=>refresh }, "/node/511/index.md"=>Awestruct::Page{ 59356880: output_path=>/node/511/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/511/index.md, layout=>refresh }, "/node/512/index.md"=>Awestruct::Page{ 57346440: output_path=>/node/512/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/512/index.md, layout=>refresh }, "/node/513/index.md"=>Awestruct::Page{ 79388620: output_path=>/node/513/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/513/index.md, layout=>refresh }, "/node/514/index.md"=>Awestruct::Page{ 79008780: output_path=>/node/514/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/514/index.md, layout=>refresh }, "/node/515/index.md"=>Awestruct::Page{ 78745260: output_path=>/node/515/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/515/index.md, layout=>refresh }, "/node/516/index.md"=>Awestruct::Page{ 78358220: output_path=>/node/516/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/516/index.md, layout=>refresh }, "/node/517/index.md"=>Awestruct::Page{ 77987580: output_path=>/node/517/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/517/index.md, layout=>refresh }, "/node/518/index.md"=>Awestruct::Page{ 77626140: output_path=>/node/518/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/518/index.md, layout=>refresh }, "/node/519/index.md"=>Awestruct::Page{ 77255340: output_path=>/node/519/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/519/index.md, layout=>refresh }, "/node/520/index.md"=>Awestruct::Page{ 76991500: output_path=>/node/520/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/520/index.md, layout=>refresh }, "/node/524/index.md"=>Awestruct::Page{ 76613100: output_path=>/node/524/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/524/index.md, layout=>refresh }, "/node/525/index.md"=>Awestruct::Page{ 76243000: output_path=>/node/525/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/525/index.md, layout=>refresh }, "/node/526/index.md"=>Awestruct::Page{ 76040520: output_path=>/node/526/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/526/index.md, layout=>refresh }, "/node/527/index.md"=>Awestruct::Page{ 75678600: output_path=>/node/527/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/527/index.md, layout=>refresh }, "/node/528/index.md"=>Awestruct::Page{ 75365520: output_path=>/node/528/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/528/index.md, layout=>refresh }, "/node/529/index.md"=>Awestruct::Page{ 75078080: output_path=>/node/529/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/529/index.md, layout=>refresh }, "/node/532/index.md"=>Awestruct::Page{ 74814200: output_path=>/node/532/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/532/index.md, layout=>refresh }, "/node/535/index.md"=>Awestruct::Page{ 74720860: output_path=>/node/535/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/535/index.md, layout=>refresh }, "/node/536/index.md"=>Awestruct::Page{ 74620840: output_path=>/node/536/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/536/index.md, layout=>refresh }, "/node/538/index.md"=>Awestruct::Page{ 74528360: output_path=>/node/538/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/538/index.md, layout=>refresh }, "/node/540/index.md"=>Awestruct::Page{ 74435880: output_path=>/node/540/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/540/index.md, layout=>refresh }, "/node/541/index.md"=>Awestruct::Page{ 74335520: output_path=>/node/541/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/541/index.md, layout=>refresh }, "/node/544/index.md"=>Awestruct::Page{ 74251580: output_path=>/node/544/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/544/index.md, layout=>refresh }, "/node/546/index.md"=>Awestruct::Page{ 74142540: output_path=>/node/546/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/546/index.md, layout=>refresh }, "/node/548/index.md"=>Awestruct::Page{ 74050820: output_path=>/node/548/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/548/index.md, layout=>refresh }, "/node/550/index.md"=>Awestruct::Page{ 73950700: output_path=>/node/550/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/550/index.md, layout=>refresh }, "/node/552/index.md"=>Awestruct::Page{ 73850080: output_path=>/node/552/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/552/index.md, layout=>refresh }, "/node/557/index.md"=>Awestruct::Page{ 73757400: output_path=>/node/557/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/557/index.md, layout=>refresh }, "/node/560/index.md"=>Awestruct::Page{ 73665480: output_path=>/node/560/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/560/index.md, layout=>refresh }, "/node/562/index.md"=>Awestruct::Page{ 73565120: output_path=>/node/562/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/562/index.md, layout=>refresh }, "/node/564/index.md"=>Awestruct::Page{ 73472580: output_path=>/node/564/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/564/index.md, layout=>refresh }, "/node/566/index.md"=>Awestruct::Page{ 73388500: output_path=>/node/566/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/566/index.md, layout=>refresh }, "/node/568/index.md"=>Awestruct::Page{ 73280380: output_path=>/node/568/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/568/index.md, layout=>refresh }, "/node/570/index.md"=>Awestruct::Page{ 73179440: output_path=>/node/570/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/570/index.md, layout=>refresh }, "/node/573/index.md"=>Awestruct::Page{ 73078760: output_path=>/node/573/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/573/index.md, layout=>refresh }, "/node/574/index.md"=>Awestruct::Page{ 72986560: output_path=>/node/574/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/574/index.md, layout=>refresh }, "/node/575/index.md"=>Awestruct::Page{ 72894420: output_path=>/node/575/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/575/index.md, layout=>refresh }, "/node/583/index.md"=>Awestruct::Page{ 72793540: output_path=>/node/583/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/583/index.md, layout=>refresh }, "/node/585/index.md"=>Awestruct::Page{ 72693360: output_path=>/node/585/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/585/index.md, layout=>refresh }, "/node/588/index.md"=>Awestruct::Page{ 72601460: output_path=>/node/588/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/588/index.md, layout=>refresh }, "/node/589/index.md"=>Awestruct::Page{ 72509080: output_path=>/node/589/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/589/index.md, layout=>refresh }, "/node/590/index.md"=>Awestruct::Page{ 72408200: output_path=>/node/590/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/590/index.md, layout=>refresh }, "/node/592/index.md"=>Awestruct::Page{ 72315580: output_path=>/node/592/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/592/index.md, layout=>refresh }, "/node/594/index.md"=>Awestruct::Page{ 72215180: output_path=>/node/594/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/594/index.md, layout=>refresh }, "/node/595/index.md"=>Awestruct::Page{ 72123040: output_path=>/node/595/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/595/index.md, layout=>refresh }, "/node/596/index.md"=>Awestruct::Page{ 72030420: output_path=>/node/596/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/596/index.md, layout=>refresh }, "/node/597/index.md"=>Awestruct::Page{ 71922580: output_path=>/node/597/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/597/index.md, layout=>refresh }, "/node/599/index.md"=>Awestruct::Page{ 71813320: output_path=>/node/599/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/599/index.md, layout=>refresh }, "/node/600/index.md"=>Awestruct::Page{ 71721640: output_path=>/node/600/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/600/index.md, layout=>refresh }, "/node/601/index.md"=>Awestruct::Page{ 71620920: output_path=>/node/601/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/601/index.md, layout=>refresh }, "/node/603/index.md"=>Awestruct::Page{ 71528240: output_path=>/node/603/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/603/index.md, layout=>refresh }, "/node/605/index.md"=>Awestruct::Page{ 71435380: output_path=>/node/605/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/605/index.md, layout=>refresh }, "/node/606/index.md"=>Awestruct::Page{ 71335180: output_path=>/node/606/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/606/index.md, layout=>refresh }, "/node/608/index.md"=>Awestruct::Page{ 71242300: output_path=>/node/608/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/608/index.md, layout=>refresh }, "/node/609/index.md"=>Awestruct::Page{ 71142140: output_path=>/node/609/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/609/index.md, layout=>refresh }, "/node/612/index.md"=>Awestruct::Page{ 71049380: output_path=>/node/612/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/612/index.md, layout=>refresh }, "/node/615/index.md"=>Awestruct::Page{ 70843400: output_path=>/node/615/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/615/index.md, layout=>refresh }, "/node/620/index.md"=>Awestruct::Page{ 70734340: output_path=>/node/620/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/620/index.md, layout=>refresh }, "/node/621/index.md"=>Awestruct::Page{ 70642180: output_path=>/node/621/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/621/index.md, layout=>refresh }, "/node/622/index.md"=>Awestruct::Page{ 70550000: output_path=>/node/622/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/622/index.md, layout=>refresh }, "/node/623/index.md"=>Awestruct::Page{ 70449060: output_path=>/node/623/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/623/index.md, layout=>refresh }, "/node/625/index.md"=>Awestruct::Page{ 70348220: output_path=>/node/625/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/625/index.md, layout=>refresh }, "/node/626/index.md"=>Awestruct::Page{ 70035340: output_path=>/node/626/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/626/index.md, layout=>refresh }, "/node/627/index.md"=>Awestruct::Page{ 69934240: output_path=>/node/627/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/627/index.md, layout=>refresh }, "/node/629/index.md"=>Awestruct::Page{ 69703380: output_path=>/node/629/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/629/index.md, layout=>refresh }, "/node/631/index.md"=>Awestruct::Page{ 69399600: output_path=>/node/631/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/631/index.md, layout=>refresh }, "/node/632/index.md"=>Awestruct::Page{ 69005040: output_path=>/node/632/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/632/index.md, layout=>refresh }, "/node/634/index.md"=>Awestruct::Page{ 68659800: output_path=>/node/634/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/634/index.md, layout=>refresh }, "/node/635/index.md"=>Awestruct::Page{ 68347300: output_path=>/node/635/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/635/index.md, layout=>refresh }, "/node/636/index.md"=>Awestruct::Page{ 68018960: output_path=>/node/636/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/636/index.md, layout=>refresh }, "/node/637/index.md"=>Awestruct::Page{ 67583880: output_path=>/node/637/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/637/index.md, layout=>refresh }, "/node/638/index.md"=>Awestruct::Page{ 67197480: output_path=>/node/638/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/638/index.md, layout=>refresh }, "/node/639/index.md"=>Awestruct::Page{ 66926020: output_path=>/node/639/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/639/index.md, layout=>refresh }, "/node/640/index.md"=>Awestruct::Page{ 66498940: output_path=>/node/640/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/640/index.md, layout=>refresh }, "/node/641/index.md"=>Awestruct::Page{ 66096400: output_path=>/node/641/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/641/index.md, layout=>refresh }, "/node/642/index.md"=>Awestruct::Page{ 65775860: output_path=>/node/642/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/642/index.md, layout=>refresh }, "/node/643/index.md"=>Awestruct::Page{ 65062320: output_path=>/node/643/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/643/index.md, layout=>refresh }, "/node/644/index.md"=>Awestruct::Page{ 64479500: output_path=>/node/644/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/644/index.md, layout=>refresh }, "/node/645/index.md"=>Awestruct::Page{ 63831720: output_path=>/node/645/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/645/index.md, layout=>refresh }, "/node/647/index.md"=>Awestruct::Page{ 55548840: output_path=>/node/647/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/647/index.md, layout=>refresh }, "/node/648/index.md"=>Awestruct::Page{ 60463940: output_path=>/node/648/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/648/index.md, layout=>refresh }, "/node/649/index.md"=>Awestruct::Page{ 59972820: output_path=>/node/649/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/649/index.md, layout=>refresh }, "/node/651/index.md"=>Awestruct::Page{ 59473540: output_path=>/node/651/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/651/index.md, layout=>refresh }, "/node/652/index.md"=>Awestruct::Page{ 59048000: output_path=>/node/652/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/652/index.md, layout=>refresh }, "/node/653/index.md"=>Awestruct::Page{ 58532360: output_path=>/node/653/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/653/index.md, layout=>refresh }, "/node/654/index.md"=>Awestruct::Page{ 58180500: output_path=>/node/654/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/654/index.md, layout=>refresh }, "/node/655/index.md"=>Awestruct::Page{ 57222440: output_path=>/node/655/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/655/index.md, layout=>refresh }, "/node/656/index.md"=>Awestruct::Page{ 57083580: output_path=>/node/656/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/656/index.md, layout=>refresh }, "/node/658/index.md"=>Awestruct::Page{ 56289420: output_path=>/node/658/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/658/index.md, layout=>refresh }, "/node/660/index.md"=>Awestruct::Page{ 60033580: output_path=>/node/660/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/660/index.md, layout=>refresh }, "/node/661/index.md"=>Awestruct::Page{ 58518460: output_path=>/node/661/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/661/index.md, layout=>refresh }, "/node/663/index.md"=>Awestruct::Page{ 57077100: output_path=>/node/663/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/663/index.md, layout=>refresh }, "/participate/code.adoc"=>Awestruct::Page{ 57745040: output_path=>/participate/code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/code.adoc, layout=>simplepage }, "/participate/index.html.haml"=>Awestruct::Page{ 55838360: output_path=>/participate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/index.html.haml, layout=>simplepage }, "/pipeline/getting-started-pipelines.adoc"=>Awestruct::Page{ 54702980: output_path=>/pipeline/getting-started-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/pipeline/getting-started-pipelines.adoc, layout=>simplepage }, "/plugins.html.haml"=>Awestruct::Page{ 52610620: output_path=>/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/plugins.html.haml, layout=>default }, "/podcast.xml"=>Awestruct::Page{ 40892180: output_path=>/podcast.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/podcast.xml, layout=> }, "/press.adoc"=>Awestruct::Page{ 40780060: output_path=>/press/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/press.adoc, layout=>simplepage }, "/projects/blueocean.adoc"=>Awestruct::Page{ 40033080: output_path=>/projects/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/blueocean.adoc, layout=>project }, "/projects/gsoc.adoc"=>Awestruct::Page{ 39444200: output_path=>/projects/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/gsoc.adoc, layout=>project }, "/projects/index.adoc"=>Awestruct::Page{ 38787300: output_path=>/projects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/index.adoc, layout=>project }, "/projects/infrastructure/ircbot.adoc"=>Awestruct::Page{ 38275060: output_path=>/projects/infrastructure/ircbot/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure/ircbot.adoc, layout=>simplepage }, "/projects/infrastructure.adoc"=>Awestruct::Page{ 38011660: output_path=>/projects/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure.adoc, layout=>project }, "/projects/jam/suggest.html.haml"=>Awestruct::Page{ 37771280: output_path=>/projects/jam/suggest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam/suggest.html.haml, layout=>simplepage }, "/projects/jam.adoc"=>Awestruct::Page{ 37376420: output_path=>/projects/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam.adoc, layout=>project }, "/rc/index.md"=>Awestruct::Page{ 36515700: output_path=>/rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/rc/index.md, layout=>refresh }, "/redirect/find-jenkins-logs.adoc"=>Awestruct::Page{ 36146980: output_path=>/redirect/find-jenkins-logs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/find-jenkins-logs.adoc, layout=>refresh }, "/redirect/hangout.adoc"=>Awestruct::Page{ 35729660: output_path=>/redirect/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/hangout.adoc, layout=>refresh }, "/redirect/securing-jenkins.adoc"=>Awestruct::Page{ 35298160: output_path=>/redirect/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/securing-jenkins.adoc, layout=>refresh }, "/redirect/security-144.adoc"=>Awestruct::Page{ 31140700: output_path=>/redirect/security-144/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/security-144.adoc, layout=>refresh }, "/security.adoc"=>Awestruct::Page{ 30939220: output_path=>/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/security.adoc, layout=>simplepage }, "/sites/default/files/.htaccess"=>Awestruct::Page{ 30075100: output_path=>/sites/default/files/.htaccess, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/.htaccess, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png"=>Awestruct::Page{ 29996620: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar.png"=>Awestruct::Page{ 29980220: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-footer.png"=>Awestruct::Page{ 29955840: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-footer.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-footer.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-header.png"=>Awestruct::Page{ 29940360: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png"=>Awestruct::Page{ 29911960: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar.png"=>Awestruct::Page{ 29890740: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-menu.png"=>Awestruct::Page{ 29863960: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-menu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-menu.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-title.png"=>Awestruct::Page{ 29839020: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-title.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-title.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-wall.png"=>Awestruct::Page{ 29795620: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-wall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-wall.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-bl.png"=>Awestruct::Page{ 29751760: output_path=>/sites/default/files/color/pixture-8dd9a227/block-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-br.png"=>Awestruct::Page{ 29730800: output_path=>/sites/default/files/color/pixture-8dd9a227/block-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tl.png"=>Awestruct::Page{ 29700560: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tr.png"=>Awestruct::Page{ 29668980: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button-o.gif"=>Awestruct::Page{ 29605120: output_path=>/sites/default/files/color/pixture-8dd9a227/button-o.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button-o.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button.gif"=>Awestruct::Page{ 29540480: output_path=>/sites/default/files/color/pixture-8dd9a227/button.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/header.png"=>Awestruct::Page{ 29480040: output_path=>/sites/default/files/color/pixture-8dd9a227/header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/logo.png"=>Awestruct::Page{ 29433160: output_path=>/sites/default/files/color/pixture-8dd9a227/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/logo.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif"=>Awestruct::Page{ 29367680: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif"=>Awestruct::Page{ 29305340: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif"=>Awestruct::Page{ 29231500: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/screenshot.png"=>Awestruct::Page{ 29169100: output_path=>/sites/default/files/color/pixture-8dd9a227/screenshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/screenshot.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-bl.png"=>Awestruct::Page{ 29120800: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-br.png"=>Awestruct::Page{ 29026400: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tl.png"=>Awestruct::Page{ 28994280: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tr.png"=>Awestruct::Page{ 28861160: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/style.css"=>Awestruct::Page{ 28759900: output_path=>/sites/default/files/color/pixture-8dd9a227/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/style.css, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif"=>Awestruct::Page{ 28726780: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif"=>Awestruct::Page{ 28674440: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-br.gif"=>Awestruct::Page{ 28596500: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif"=>Awestruct::Page{ 28576860: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif"=>Awestruct::Page{ 28556500: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif"=>Awestruct::Page{ 24945740: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif"=>Awestruct::Page{ 24701800: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif"=>Awestruct::Page{ 24639720: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, layout=> }, "/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css"=>Awestruct::Page{ 24488280: output_path=>/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, layout=> }, "/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css"=>Awestruct::Page{ 24431180: output_path=>/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, layout=> }, "/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css"=>Awestruct::Page{ 24370300: output_path=>/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, layout=> }, "/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css"=>Awestruct::Page{ 24234120: output_path=>/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, layout=> }, "/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css"=>Awestruct::Page{ 24208300: output_path=>/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, layout=> }, "/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css"=>Awestruct::Page{ 24125880: output_path=>/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, layout=> }, "/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css"=>Awestruct::Page{ 23989680: output_path=>/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, layout=> }, "/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css"=>Awestruct::Page{ 23880720: output_path=>/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, layout=> }, "/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css"=>Awestruct::Page{ 23715720: output_path=>/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, layout=> }, "/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css"=>Awestruct::Page{ 23656320: output_path=>/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, layout=> }, "/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css"=>Awestruct::Page{ 23565140: output_path=>/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, layout=> }, "/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css"=>Awestruct::Page{ 23478120: output_path=>/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, layout=> }, "/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css"=>Awestruct::Page{ 23372320: output_path=>/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, layout=> }, "/sites/default/files/favicon.png"=>Awestruct::Page{ 23235000: output_path=>/sites/default/files/favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/favicon.png, layout=> }, "/sites/default/files/gift.png"=>Awestruct::Page{ 23043740: output_path=>/sites/default/files/gift.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gift.png, layout=> }, "/sites/default/files/gliffy.png"=>Awestruct::Page{ 21536960: output_path=>/sites/default/files/gliffy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gliffy.png, layout=> }, "/sites/default/files/googleanalytics/ga.js"=>Awestruct::Page{ 21302680: output_path=>/sites/default/files/googleanalytics/ga.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/googleanalytics/ga.js, layout=> }, "/sites/default/files/hudson-mobi-appstore1.png"=>Awestruct::Page{ 20585280: output_path=>/sites/default/files/hudson-mobi-appstore1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudson-mobi-appstore1.png, layout=> }, "/sites/default/files/hudsonmobi-joblist.png"=>Awestruct::Page{ 20018700: output_path=>/sites/default/files/hudsonmobi-joblist.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-joblist.png, layout=> }, "/sites/default/files/hudsonmobi-qr.png"=>Awestruct::Page{ 19857980: output_path=>/sites/default/files/hudsonmobi-qr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr.png, layout=> }, "/sites/default/files/hudsonmobi-qr_0.png"=>Awestruct::Page{ 19793920: output_path=>/sites/default/files/hudsonmobi-qr_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr_0.png, layout=> }, "/sites/default/files/hudsonmobi-v2-0-android1.png"=>Awestruct::Page{ 19738280: output_path=>/sites/default/files/hudsonmobi-v2-0-android1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-v2-0-android1.png, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.jpg"=>Awestruct::Page{ 19253420: output_path=>/sites/default/files/images/01-01-1130-phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.jpg, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg"=>Awestruct::Page{ 18353460: output_path=>/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.jpg"=>Awestruct::Page{ 18227320: output_path=>/sites/default/files/images/01-01-1400-vilim_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg"=>Awestruct::Page{ 51055720: output_path=>/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.jpg"=>Awestruct::Page{ 53677880: output_path=>/sites/default/files/images/01-01-1600-soula_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg"=>Awestruct::Page{ 53334420: output_path=>/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.jpg"=>Awestruct::Page{ 53711980: output_path=>/sites/default/files/images/01-02-1030-dang_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg"=>Awestruct::Page{ 53565140: output_path=>/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.png"=>Awestruct::Page{ 52754880: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.png, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png"=>Awestruct::Page{ 51780640: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.jpg"=>Awestruct::Page{ 52100860: output_path=>/sites/default/files/images/01-02-1615-hobson_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.jpg, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg"=>Awestruct::Page{ 52093320: output_path=>/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.jpg"=>Awestruct::Page{ 53372000: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg"=>Awestruct::Page{ 53257920: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/DSC00105.JPG"=>Awestruct::Page{ 53750180: output_path=>/sites/default/files/images/DSC00105.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.JPG, layout=> }, "/sites/default/files/images/DSC00105.preview.JPG"=>Awestruct::Page{ 54070280: output_path=>/sites/default/files/images/DSC00105.preview.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.preview.JPG, layout=> }, "/sites/default/files/images/DSC00105.thumbnail.JPG"=>Awestruct::Page{ 53636700: output_path=>/sites/default/files/images/DSC00105.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.thumbnail.JPG, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.jpg"=>Awestruct::Page{ 52171060: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.jpg, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg"=>Awestruct::Page{ 53441440: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.png"=>Awestruct::Page{ 53458560: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.png, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png"=>Awestruct::Page{ 51960020: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, layout=> }, "/sites/default/files/images/Forest_Handford.jpg"=>Awestruct::Page{ 51977140: output_path=>/sites/default/files/images/Forest_Handford.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.preview.jpg"=>Awestruct::Page{ 53198360: output_path=>/sites/default/files/images/Forest_Handford.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.thumbnail.jpg"=>Awestruct::Page{ 53190820: output_path=>/sites/default/files/images/Forest_Handford.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.thumbnail.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.jpg"=>Awestruct::Page{ 53199760: output_path=>/sites/default/files/images/Forest_Handford_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.preview.jpg"=>Awestruct::Page{ 54633980: output_path=>/sites/default/files/images/Forest_Handford_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.thumbnail.jpg"=>Awestruct::Page{ 54642780: output_path=>/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Hudson_coatofarms.gif"=>Awestruct::Page{ 51571500: output_path=>/sites/default/files/images/Hudson_coatofarms.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.gif, layout=> }, "/sites/default/files/images/Hudson_coatofarms.thumbnail.gif"=>Awestruct::Page{ 51588480: output_path=>/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, layout=> }, "/sites/default/files/images/IMAG0786.jpg"=>Awestruct::Page{ 51597400: output_path=>/sites/default/files/images/IMAG0786.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.jpg, layout=> }, "/sites/default/files/images/IMAG0786.thumbnail.jpg"=>Awestruct::Page{ 51606220: output_path=>/sites/default/files/images/IMAG0786.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.thumbnail.jpg, layout=> }, "/sites/default/files/images/IMG_0199.JPG"=>Awestruct::Page{ 53982640: output_path=>/sites/default/files/images/IMG_0199.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.JPG, layout=> }, "/sites/default/files/images/IMG_0199.thumbnail.JPG"=>Awestruct::Page{ 53991440: output_path=>/sites/default/files/images/IMG_0199.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.thumbnail.JPG, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.png"=>Awestruct::Page{ 54000360: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.png, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png"=>Awestruct::Page{ 54017360: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.jpg"=>Awestruct::Page{ 54009940: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg"=>Awestruct::Page{ 54018760: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg"=>Awestruct::Page{ 54027560: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.png"=>Awestruct::Page{ 54323200: output_path=>/sites/default/files/images/JUC-boston-sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.preview.png"=>Awestruct::Page{ 54332000: output_path=>/sites/default/files/images/JUC-boston-sponsors.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.preview.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.thumbnail.png"=>Awestruct::Page{ 54340800: output_path=>/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png"=>Awestruct::Page{ 54357920: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png"=>Awestruct::Page{ 54366720: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png"=>Awestruct::Page{ 54375520: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-updated.jpg"=>Awestruct::Page{ 54392640: output_path=>/sites/default/files/images/JUC_940-updated.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.preview.jpg"=>Awestruct::Page{ 54401440: output_path=>/sites/default/files/images/JUC_940-updated.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.preview.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.thumbnail.jpg"=>Awestruct::Page{ 54410240: output_path=>/sites/default/files/images/JUC_940-updated.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.thumbnail.jpg, layout=> }, "/sites/default/files/images/JavaOne.png"=>Awestruct::Page{ 53878500: output_path=>/sites/default/files/images/JavaOne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.png, layout=> }, "/sites/default/files/images/JavaOne.thumbnail.png"=>Awestruct::Page{ 53870960: output_path=>/sites/default/files/images/JavaOne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.thumbnail.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.png"=>Awestruct::Page{ 53879880: output_path=>/sites/default/files/images/Jenkins_Butler_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.thumbnail.png"=>Awestruct::Page{ 53888680: output_path=>/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, layout=> }, "/sites/default/files/images/Kandler_0.jpg"=>Awestruct::Page{ 53905800: output_path=>/sites/default/files/images/Kandler_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.jpg, layout=> }, "/sites/default/files/images/Kandler_0.thumbnail.jpg"=>Awestruct::Page{ 53914600: output_path=>/sites/default/files/images/Kandler_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/OMeara_0.jpg"=>Awestruct::Page{ 53923520: output_path=>/sites/default/files/images/OMeara_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.jpg, layout=> }, "/sites/default/files/images/OMeara_0.thumbnail.jpg"=>Awestruct::Page{ 53940520: output_path=>/sites/default/files/images/OMeara_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.jpg"=>Awestruct::Page{ 53949440: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg"=>Awestruct::Page{ 54998620: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png"=>Awestruct::Page{ 55015500: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png"=>Awestruct::Page{ 55024080: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.png"=>Awestruct::Page{ 55033000: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png"=>Awestruct::Page{ 55050000: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.png"=>Awestruct::Page{ 55042580: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png"=>Awestruct::Page{ 55051380: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, layout=> }, "/sites/default/files/images/alyssa.jpg"=>Awestruct::Page{ 55060300: output_path=>/sites/default/files/images/alyssa.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.jpg, layout=> }, "/sites/default/files/images/alyssa.thumbnail.jpg"=>Awestruct::Page{ 55077300: output_path=>/sites/default/files/images/alyssa.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.thumbnail.jpg, layout=> }, "/sites/default/files/images/banner940.jpg"=>Awestruct::Page{ 55086240: output_path=>/sites/default/files/images/banner940.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.jpg, layout=> }, "/sites/default/files/images/banner940.preview.jpg"=>Awestruct::Page{ 54693640: output_path=>/sites/default/files/images/banner940.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.preview.jpg, layout=> }, "/sites/default/files/images/banner940.thumbnail.jpg"=>Awestruct::Page{ 54710640: output_path=>/sites/default/files/images/banner940.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.thumbnail.jpg, layout=> }, "/sites/default/files/images/bitExpert-logo_0.png"=>Awestruct::Page{ 54719580: output_path=>/sites/default/files/images/bitExpert-logo_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.png, layout=> }, "/sites/default/files/images/bitExpert-logo_0.thumbnail.png"=>Awestruct::Page{ 54728380: output_path=>/sites/default/files/images/bitExpert-logo_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.thumbnail.png, layout=> }, "/sites/default/files/images/butler-kk-gk_0.jpg"=>Awestruct::Page{ 54745480: output_path=>/sites/default/files/images/butler-kk-gk_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.jpg, layout=> }, "/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg"=>Awestruct::Page{ 54754280: output_path=>/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/butler.png"=>Awestruct::Page{ 54763220: output_path=>/sites/default/files/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler.png, layout=> }, "/sites/default/files/images/butler_tiny.png"=>Awestruct::Page{ 54755800: output_path=>/sites/default/files/images/butler_tiny.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler_tiny.png, layout=> }, "/sites/default/files/images/cadet_0.jpg"=>Awestruct::Page{ 54772920: output_path=>/sites/default/files/images/cadet_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.jpg, layout=> }, "/sites/default/files/images/cadet_0.thumbnail.jpg"=>Awestruct::Page{ 54781720: output_path=>/sites/default/files/images/cadet_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cb_0.png"=>Awestruct::Page{ 54790640: output_path=>/sites/default/files/images/cb_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.png, layout=> }, "/sites/default/files/images/cb_0.thumbnail.png"=>Awestruct::Page{ 54840420: output_path=>/sites/default/files/images/cb_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.thumbnail.png, layout=> }, "/sites/default/files/images/christou.jpg"=>Awestruct::Page{ 54849340: output_path=>/sites/default/files/images/christou.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.jpg, layout=> }, "/sites/default/files/images/christou.thumbnail.jpg"=>Awestruct::Page{ 54858140: output_path=>/sites/default/files/images/christou.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.thumbnail.jpg, layout=> }, "/sites/default/files/images/chrome_extension_success.png"=>Awestruct::Page{ 54875260: output_path=>/sites/default/files/images/chrome_extension_success.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.png, layout=> }, "/sites/default/files/images/chrome_extension_success.thumbnail.png"=>Awestruct::Page{ 54884080: output_path=>/sites/default/files/images/chrome_extension_success.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.thumbnail.png, layout=> }, "/sites/default/files/images/cisneros_0.jpg"=>Awestruct::Page{ 54893000: output_path=>/sites/default/files/images/cisneros_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.jpg, layout=> }, "/sites/default/files/images/cisneros_0.preview.jpg"=>Awestruct::Page{ 54909980: output_path=>/sites/default/files/images/cisneros_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.preview.jpg, layout=> }, "/sites/default/files/images/cisneros_0.thumbnail.jpg"=>Awestruct::Page{ 54918780: output_path=>/sites/default/files/images/cisneros_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cph2015.jpeg"=>Awestruct::Page{ 54911360: output_path=>/sites/default/files/images/cph2015.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.jpeg, layout=> }, "/sites/default/files/images/cph2015.preview.jpeg"=>Awestruct::Page{ 54920180: output_path=>/sites/default/files/images/cph2015.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.preview.jpeg, layout=> }, "/sites/default/files/images/cph2015.thumbnail.jpeg"=>Awestruct::Page{ 54937180: output_path=>/sites/default/files/images/cph2015.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.thumbnail.jpeg, layout=> }, "/sites/default/files/images/create-item.png"=>Awestruct::Page{ 54946100: output_path=>/sites/default/files/images/create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.png, layout=> }, "/sites/default/files/images/create-item.preview.png"=>Awestruct::Page{ 54954900: output_path=>/sites/default/files/images/create-item.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.preview.png, layout=> }, "/sites/default/files/images/create-item.thumbnail.png"=>Awestruct::Page{ 54119940: output_path=>/sites/default/files/images/create-item.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.thumbnail.png, layout=> }, "/sites/default/files/images/create-item_580.jpg"=>Awestruct::Page{ 54128860: output_path=>/sites/default/files/images/create-item_580.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.jpg, layout=> }, "/sites/default/files/images/create-item_580.thumbnail.jpg"=>Awestruct::Page{ 54137660: output_path=>/sites/default/files/images/create-item_580.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.thumbnail.jpg, layout=> }, "/sites/default/files/images/current.png"=>Awestruct::Page{ 54154780: output_path=>/sites/default/files/images/current.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.png, layout=> }, "/sites/default/files/images/current.preview.png"=>Awestruct::Page{ 54163580: output_path=>/sites/default/files/images/current.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.preview.png, layout=> }, "/sites/default/files/images/current.thumbnail.png"=>Awestruct::Page{ 54172380: output_path=>/sites/default/files/images/current.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.thumbnail.png, layout=> }, "/sites/default/files/images/dc_0.jpg"=>Awestruct::Page{ 54189500: output_path=>/sites/default/files/images/dc_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.jpg, layout=> }, "/sites/default/files/images/dc_0.thumbnail.jpg"=>Awestruct::Page{ 54181960: output_path=>/sites/default/files/images/dc_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.jpg"=>Awestruct::Page{ 54190880: output_path=>/sites/default/files/images/dcoraboeuf_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.preview.jpg"=>Awestruct::Page{ 54199680: output_path=>/sites/default/files/images/dcoraboeuf_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.preview.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg"=>Awestruct::Page{ 54216680: output_path=>/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/delphix_logo_color_0.png"=>Awestruct::Page{ 54225620: output_path=>/sites/default/files/images/delphix_logo_color_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.png, layout=> }, "/sites/default/files/images/delphix_logo_color_0.thumbnail.png"=>Awestruct::Page{ 54234420: output_path=>/sites/default/files/images/delphix_logo_color_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.thumbnail.png, layout=> }, "/sites/default/files/images/developer.gif"=>Awestruct::Page{ 54251520: output_path=>/sites/default/files/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/developer.gif, layout=> }, "/sites/default/files/images/digg-logo.png"=>Awestruct::Page{ 54260440: output_path=>/sites/default/files/images/digg-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.png, layout=> }, "/sites/default/files/images/digg-logo.thumbnail.png"=>Awestruct::Page{ 54269260: output_path=>/sites/default/files/images/digg-logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.thumbnail.png, layout=> }, "/sites/default/files/images/docker-hack-day_0.jpg"=>Awestruct::Page{ 54286380: output_path=>/sites/default/files/images/docker-hack-day_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.preview.jpg"=>Awestruct::Page{ 54295180: output_path=>/sites/default/files/images/docker-hack-day_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.preview.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.thumbnail.jpg"=>Awestruct::Page{ 54303980: output_path=>/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/fosdem.png"=>Awestruct::Page{ 55132120: output_path=>/sites/default/files/images/fosdem.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.png, layout=> }, "/sites/default/files/images/fosdem.thumbnail.png"=>Awestruct::Page{ 55124580: output_path=>/sites/default/files/images/fosdem.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.thumbnail.png, layout=> }, "/sites/default/files/images/freebsd.png"=>Awestruct::Page{ 55133500: output_path=>/sites/default/files/images/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/freebsd.png, layout=> }, "/sites/default/files/images/gradle_logo.gif"=>Awestruct::Page{ 55142420: output_path=>/sites/default/files/images/gradle_logo.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.gif, layout=> }, "/sites/default/files/images/gradle_logo.thumbnail.gif"=>Awestruct::Page{ 55159420: output_path=>/sites/default/files/images/gradle_logo.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.thumbnail.gif, layout=> }, "/sites/default/files/images/headshot.png"=>Awestruct::Page{ 55168360: output_path=>/sites/default/files/images/headshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/headshot.png, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.jpg"=>Awestruct::Page{ 55177280: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg"=>Awestruct::Page{ 55194260: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg"=>Awestruct::Page{ 55203060: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.jpg"=>Awestruct::Page{ 55212000: output_path=>/sites/default/files/images/history-jenkins_590.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.thumbnail.jpg"=>Awestruct::Page{ 55229000: output_path=>/sites/default/files/images/history-jenkins_590.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.thumbnail.jpg, layout=> }, "/sites/default/files/images/hudson.gif"=>Awestruct::Page{ 55237920: output_path=>/sites/default/files/images/hudson.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.gif, layout=> }, "/sites/default/files/images/hudson.thumbnail.gif"=>Awestruct::Page{ 55246720: output_path=>/sites/default/files/images/hudson.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.thumbnail.gif, layout=> }, "/sites/default/files/images/infoq.png"=>Awestruct::Page{ 55239300: output_path=>/sites/default/files/images/infoq.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.png, layout=> }, "/sites/default/files/images/infoq.preview.png"=>Awestruct::Page{ 55256300: output_path=>/sites/default/files/images/infoq.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.preview.png, layout=> }, "/sites/default/files/images/infoq.thumbnail.png"=>Awestruct::Page{ 55265100: output_path=>/sites/default/files/images/infoq.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.thumbnail.png, layout=> }, "/sites/default/files/images/infradna_black.png"=>Awestruct::Page{ 55274020: output_path=>/sites/default/files/images/infradna_black.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.png, layout=> }, "/sites/default/files/images/infradna_black.thumbnail.png"=>Awestruct::Page{ 55291020: output_path=>/sites/default/files/images/infradna_black.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.jpg"=>Awestruct::Page{ 55299940: output_path=>/sites/default/files/images/jenkins-100k-profile_4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.jpg, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg"=>Awestruct::Page{ 55308740: output_path=>/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, layout=> }, "/sites/default/files/images/jenkins100k_1.jpeg"=>Awestruct::Page{ 55325860: output_path=>/sites/default/files/images/jenkins100k_1.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.preview.jpeg"=>Awestruct::Page{ 55334680: output_path=>/sites/default/files/images/jenkins100k_1.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.preview.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.thumbnail.jpeg"=>Awestruct::Page{ 55343480: output_path=>/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.png"=>Awestruct::Page{ 56826960: output_path=>/sites/default/files/images/jenkins_adrian_moya.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.preview.png"=>Awestruct::Page{ 57507520: output_path=>/sites/default/files/images/jenkins_adrian_moya.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.preview.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.thumbnail.png"=>Awestruct::Page{ 57499980: output_path=>/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.png"=>Awestruct::Page{ 58369060: output_path=>/sites/default/files/images/jenkins_akiko_takano.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.thumbnail.png"=>Awestruct::Page{ 58402440: output_path=>/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.png"=>Awestruct::Page{ 59033960: output_path=>/sites/default/files/images/jenkins_ben_minne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.thumbnail.png"=>Awestruct::Page{ 59845580: output_path=>/sites/default/files/images/jenkins_ben_minne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.png"=>Awestruct::Page{ 55725720: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.preview.png"=>Awestruct::Page{ 56742140: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.preview.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png"=>Awestruct::Page{ 56800100: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.png"=>Awestruct::Page{ 57095760: output_path=>/sites/default/files/images/jenkins_emily_bertelson.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.preview.png"=>Awestruct::Page{ 57399480: output_path=>/sites/default/files/images/jenkins_emily_bertelson.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.preview.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png"=>Awestruct::Page{ 57449240: output_path=>/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.png"=>Awestruct::Page{ 57261560: output_path=>/sites/default/files/images/jenkins_frontside_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.preview.png"=>Awestruct::Page{ 57254020: output_path=>/sites/default/files/images/jenkins_frontside_1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.preview.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.thumbnail.png"=>Awestruct::Page{ 57983720: output_path=>/sites/default/files/images/jenkins_frontside_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.png"=>Awestruct::Page{ 58303940: output_path=>/sites/default/files/images/jenkins_frontside_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.thumbnail.png"=>Awestruct::Page{ 58443820: output_path=>/sites/default/files/images/jenkins_frontside_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.png"=>Awestruct::Page{ 58657540: output_path=>/sites/default/files/images/jenkins_jeremy_murray.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png"=>Awestruct::Page{ 58928480: output_path=>/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.png"=>Awestruct::Page{ 58978380: output_path=>/sites/default/files/images/jenkins_matthias_cullman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.preview.png"=>Awestruct::Page{ 59200180: output_path=>/sites/default/files/images/jenkins_matthias_cullman.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.preview.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png"=>Awestruct::Page{ 59512100: output_path=>/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.png"=>Awestruct::Page{ 59734020: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.preview.png"=>Awestruct::Page{ 59783780: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.preview.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png"=>Awestruct::Page{ 55680200: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.png"=>Awestruct::Page{ 55713700: output_path=>/sites/default/files/images/jenkins_vimil_saju.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.preview.png"=>Awestruct::Page{ 55706160: output_path=>/sites/default/files/images/jenkins_vimil_saju.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.preview.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.thumbnail.png"=>Awestruct::Page{ 55739540: output_path=>/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, layout=> }, "/sites/default/files/images/jfrog-logo.jpg"=>Awestruct::Page{ 56051560: output_path=>/sites/default/files/images/jfrog-logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.jpg, layout=> }, "/sites/default/files/images/jfrog-logo.thumbnail.jpg"=>Awestruct::Page{ 56084940: output_path=>/sites/default/files/images/jfrog-logo.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.thumbnail.jpg, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.png"=>Awestruct::Page{ 56356020: output_path=>/sites/default/files/images/juc-video-thumbnail_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.png, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png"=>Awestruct::Page{ 56422160: output_path=>/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, layout=> }, "/sites/default/files/images/juc2013.jpeg"=>Awestruct::Page{ 56701420: output_path=>/sites/default/files/images/juc2013.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.jpeg, layout=> }, "/sites/default/files/images/juc2013.thumbnail.jpeg"=>Awestruct::Page{ 56734800: output_path=>/sites/default/files/images/juc2013.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.thumbnail.jpeg, layout=> }, "/sites/default/files/images/juc2014-banner-left.png"=>Awestruct::Page{ 56874780: output_path=>/sites/default/files/images/juc2014-banner-left.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.preview.png"=>Awestruct::Page{ 56932740: output_path=>/sites/default/files/images/juc2014-banner-left.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.thumbnail.png"=>Awestruct::Page{ 57048040: output_path=>/sites/default/files/images/juc2014-banner-left.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.png"=>Awestruct::Page{ 57114320: output_path=>/sites/default/files/images/juc2014-banner-left_4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.preview.png"=>Awestruct::Page{ 57106780: output_path=>/sites/default/files/images/juc2014-banner-left_4.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.thumbnail.png"=>Awestruct::Page{ 57189320: output_path=>/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-right.png"=>Awestruct::Page{ 57280160: output_path=>/sites/default/files/images/juc2014-banner-right.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-right.png, layout=> }, "/sites/default/files/images/juc2014.png"=>Awestruct::Page{ 57387380: output_path=>/sites/default/files/images/juc2014.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.png, layout=> }, "/sites/default/files/images/juc2014.preview.png"=>Awestruct::Page{ 57420760: output_path=>/sites/default/files/images/juc2014.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.preview.png, layout=> }, "/sites/default/files/images/juc2014.thumbnail.png"=>Awestruct::Page{ 57462340: output_path=>/sites/default/files/images/juc2014.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.thumbnail.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.png"=>Awestruct::Page{ 57585960: output_path=>/sites/default/files/images/juc2015banner-varlength.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.preview.png"=>Awestruct::Page{ 57234320: output_path=>/sites/default/files/images/juc2015banner-varlength.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.preview.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.thumbnail.png"=>Awestruct::Page{ 57775600: output_path=>/sites/default/files/images/juc2015banner-varlength.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.thumbnail.png, layout=> }, "/sites/default/files/images/jues_0.png"=>Awestruct::Page{ 57850060: output_path=>/sites/default/files/images/jues_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.png, layout=> }, "/sites/default/files/images/jues_0.thumbnail.png"=>Awestruct::Page{ 57932600: output_path=>/sites/default/files/images/jues_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.thumbnail.png, layout=> }, "/sites/default/files/images/loaderio.png"=>Awestruct::Page{ 57974300: output_path=>/sites/default/files/images/loaderio.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.png, layout=> }, "/sites/default/files/images/loaderio.thumbnail.png"=>Awestruct::Page{ 57966760: output_path=>/sites/default/files/images/loaderio.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.thumbnail.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.png"=>Awestruct::Page{ 58090380: output_path=>/sites/default/files/images/logo+title (wob)_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.thumbnail.png"=>Awestruct::Page{ 58123760: output_path=>/sites/default/files/images/logo+title (wob)_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.thumbnail.png, layout=> }, "/sites/default/files/images/logo.png"=>Awestruct::Page{ 58165440: output_path=>/sites/default/files/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.png, layout=> }, "/sites/default/files/images/logo.thumbnail.png"=>Awestruct::Page{ 58288920: output_path=>/sites/default/files/images/logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.thumbnail.png, layout=> }, "/sites/default/files/images/london_0.jpg"=>Awestruct::Page{ 58330600: output_path=>/sites/default/files/images/london_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.jpg, layout=> }, "/sites/default/files/images/london_0.thumbnail.jpg"=>Awestruct::Page{ 57618500: output_path=>/sites/default/files/images/london_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/new.png"=>Awestruct::Page{ 57692960: output_path=>/sites/default/files/images/new.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.png, layout=> }, "/sites/default/files/images/new.preview.png"=>Awestruct::Page{ 58439040: output_path=>/sites/default/files/images/new.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.preview.png, layout=> }, "/sites/default/files/images/new.thumbnail.png"=>Awestruct::Page{ 58480620: output_path=>/sites/default/files/images/new.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.thumbnail.png, layout=> }, "/sites/default/files/images/newjuc2_1.png"=>Awestruct::Page{ 58604240: output_path=>/sites/default/files/images/newjuc2_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.png, layout=> }, "/sites/default/files/images/newjuc2_1.thumbnail.png"=>Awestruct::Page{ 58645820: output_path=>/sites/default/files/images/newjuc2_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.thumbnail.png, layout=> }, "/sites/default/files/images/omeara-pic_0.png"=>Awestruct::Page{ 58638400: output_path=>/sites/default/files/images/omeara-pic_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.png, layout=> }, "/sites/default/files/images/omeara-pic_0.thumbnail.png"=>Awestruct::Page{ 58671780: output_path=>/sites/default/files/images/omeara-pic_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.thumbnail.png, layout=> }, "/sites/default/files/images/opensolaris.png"=>Awestruct::Page{ 58795380: output_path=>/sites/default/files/images/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensolaris.png, layout=> }, "/sites/default/files/images/opensuse.png"=>Awestruct::Page{ 58837060: output_path=>/sites/default/files/images/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensuse.png, layout=> }, "/sites/default/files/images/personal-appeal.png"=>Awestruct::Page{ 58919700: output_path=>/sites/default/files/images/personal-appeal.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.png, layout=> }, "/sites/default/files/images/personal-appeal.thumbnail.png"=>Awestruct::Page{ 58994040: output_path=>/sites/default/files/images/personal-appeal.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.thumbnail.png, layout=> }, "/sites/default/files/images/peru-butler_0.jpeg"=>Awestruct::Page{ 59076700: output_path=>/sites/default/files/images/peru-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/peru-butler_0.jpeg, layout=> }, "/sites/default/files/images/phillips_0.jpg"=>Awestruct::Page{ 59118400: output_path=>/sites/default/files/images/phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.jpg, layout=> }, "/sites/default/files/images/phillips_0.thumbnail.jpg"=>Awestruct::Page{ 59241900: output_path=>/sites/default/files/images/phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/plugin.png"=>Awestruct::Page{ 59283600: output_path=>/sites/default/files/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/plugin.png, layout=> }, "/sites/default/files/images/redhat.png"=>Awestruct::Page{ 59317100: output_path=>/sites/default/files/images/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/redhat.png, layout=> }, "/sites/default/files/images/scientist.gif"=>Awestruct::Page{ 59440700: output_path=>/sites/default/files/images/scientist.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.gif, layout=> }, "/sites/default/files/images/scientist.thumbnail.gif"=>Awestruct::Page{ 59433160: output_path=>/sites/default/files/images/scientist.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.thumbnail.gif, layout=> }, "/sites/default/files/images/smallerme.jpeg"=>Awestruct::Page{ 59474840: output_path=>/sites/default/files/images/smallerme.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.jpeg, layout=> }, "/sites/default/files/images/smallerme.thumbnail.jpeg"=>Awestruct::Page{ 59557360: output_path=>/sites/default/files/images/smallerme.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.thumbnail.jpeg, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.png"=>Awestruct::Page{ 59640000: output_path=>/sites/default/files/images/sponsors-06032015-02_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.png, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png"=>Awestruct::Page{ 59714340: output_path=>/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors2_0.png"=>Awestruct::Page{ 59756040: output_path=>/sites/default/files/images/sponsors2_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.png, layout=> }, "/sites/default/files/images/sponsors2_0.thumbnail.png"=>Awestruct::Page{ 59879540: output_path=>/sites/default/files/images/sponsors2_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors_0.png"=>Awestruct::Page{ 59921240: output_path=>/sites/default/files/images/sponsors_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.png, layout=> }, "/sites/default/files/images/sponsors_0.thumbnail.png"=>Awestruct::Page{ 59962820: output_path=>/sites/default/files/images/sponsors_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.thumbnail.png, layout=> }, "/sites/default/files/images/stpetersburg-butler_0.jpeg"=>Awestruct::Page{ 60078240: output_path=>/sites/default/files/images/stpetersburg-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/stpetersburg-butler_0.jpeg, layout=> }, "/sites/default/files/images/toulouse-jam_0.jpeg"=>Awestruct::Page{ 60119940: output_path=>/sites/default/files/images/toulouse-jam_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/toulouse-jam_0.jpeg, layout=> }, "/sites/default/files/images/ubuntu.png"=>Awestruct::Page{ 60202600: output_path=>/sites/default/files/images/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/ubuntu.png, layout=> }, "/sites/default/files/images/user.gif"=>Awestruct::Page{ 60195180: output_path=>/sites/default/files/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/user.gif, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png"=>Awestruct::Page{ 60277840: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png"=>Awestruct::Page{ 60352180: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.png"=>Awestruct::Page{ 60393860: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png"=>Awestruct::Page{ 55626720: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png"=>Awestruct::Page{ 55643700: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.png"=>Awestruct::Page{ 55669000: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png"=>Awestruct::Page{ 55702380: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.png"=>Awestruct::Page{ 55719500: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png"=>Awestruct::Page{ 55736500: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, layout=> }, "/sites/default/files/images/volume9_0.png"=>Awestruct::Page{ 55761820: output_path=>/sites/default/files/images/volume9_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.png, layout=> }, "/sites/default/files/images/volume9_0.preview.png"=>Awestruct::Page{ 55950860: output_path=>/sites/default/files/images/volume9_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.preview.png, layout=> }, "/sites/default/files/images/volume9_0.thumbnail.png"=>Awestruct::Page{ 55943320: output_path=>/sites/default/files/images/volume9_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.thumbnail.png, layout=> }, "/sites/default/files/jenkins_favicon.ico"=>Awestruct::Page{ 55960640: output_path=>/sites/default/files/jenkins_favicon.ico, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_favicon.ico, layout=> }, "/sites/default/files/jenkins_logo.png"=>Awestruct::Page{ 56027120: output_path=>/sites/default/files/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_logo.png, layout=> }, "/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js"=>Awestruct::Page{ 56046240: output_path=>/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, layout=> }, "/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js"=>Awestruct::Page{ 56414660: output_path=>/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, layout=> }, "/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js"=>Awestruct::Page{ 56804920: output_path=>/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, layout=> }, "/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js"=>Awestruct::Page{ 57071940: output_path=>/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, layout=> }, "/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js"=>Awestruct::Page{ 57294240: output_path=>/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, layout=> }, "/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js"=>Awestruct::Page{ 57438440: output_path=>/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, layout=> }, "/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js"=>Awestruct::Page{ 57594240: output_path=>/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, layout=> }, "/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js"=>Awestruct::Page{ 57838540: output_path=>/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, layout=> }, "/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js"=>Awestruct::Page{ 58381980: output_path=>/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, layout=> }, "/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js"=>Awestruct::Page{ 58623540: output_path=>/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, layout=> }, "/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js"=>Awestruct::Page{ 58788200: output_path=>/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, layout=> }, "/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js"=>Awestruct::Page{ 58944700: output_path=>/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, layout=> }, "/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js"=>Awestruct::Page{ 59186860: output_path=>/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, layout=> }, "/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js"=>Awestruct::Page{ 59697580: output_path=>/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, layout=> }, "/sites/default/files/logo.png"=>Awestruct::Page{ 59871420: output_path=>/sites/default/files/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/logo.png, layout=> }, "/sites/default/files/master/master.css"=>Awestruct::Page{ 59931960: output_path=>/sites/default/files/master/master.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.css, layout=> }, "/sites/default/files/master/master.js"=>Awestruct::Page{ 59925160: output_path=>/sites/default/files/master/master.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.js, layout=> }, "/sites/default/files/master/readme.txt"=>Awestruct::Page{ 60081480: output_path=>/sites/default/files/master/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/readme.txt, layout=> }, "/sites/default/files/mood_widget-good.png"=>Awestruct::Page{ 60123380: output_path=>/sites/default/files/mood_widget-good.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-good.png, layout=> }, "/sites/default/files/mood_widget-settings.png"=>Awestruct::Page{ 60140700: output_path=>/sites/default/files/mood_widget-settings.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-settings.png, layout=> }, "/sites/default/files/octocat.png"=>Awestruct::Page{ 60166220: output_path=>/sites/default/files/octocat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/octocat.png, layout=> }, "/sites/default/files/pixture_favicon.png"=>Awestruct::Page{ 60191720: output_path=>/sites/default/files/pixture_favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_favicon.png, layout=> }, "/sites/default/files/pixture_logo.png"=>Awestruct::Page{ 60217220: output_path=>/sites/default/files/pixture_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_logo.png, layout=> }, "/sites/default/files/taperecorder.jpg"=>Awestruct::Page{ 60234520: output_path=>/sites/default/files/taperecorder.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/taperecorder.jpg, layout=> }, "/sites/default/files/usage-stats.gif"=>Awestruct::Page{ 60268220: output_path=>/sites/default/files/usage-stats.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/usage-stats.gif, layout=> }, "/solutions/android.adoc"=>Awestruct::Page{ 67409180: output_path=>/s/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/solutions/c.adoc"=>Awestruct::Page{ 56341260: output_path=>/s/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/solutions/docker.adoc"=>Awestruct::Page{ 56093300: output_path=>/s/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/solutions/embedded.adoc"=>Awestruct::Page{ 58431760: output_path=>/s/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/solutions/github.adoc"=>Awestruct::Page{ 57639980: output_path=>/s/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/solutions/java.adoc"=>Awestruct::Page{ 67202580: output_path=>/s/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/solutions/pipeline.adoc"=>Awestruct::Page{ 59808560: output_path=>/s/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/solutions/python.adoc"=>Awestruct::Page{ 58276020: output_path=>/s/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/solutions/ruby.adoc"=>Awestruct::Page{ 79458880: output_path=>/s/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }, "/stable-rc/index.html"=>Awestruct::Page{ 77692020: output_path=>/stable-rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/stable-rc/index.html, layout=>post }, "/welcome/index.html"=>Awestruct::Page{ 79199220: output_path=>/welcome/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/welcome/index.html, layout=>post }, "/../../../../../.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml"=>Awestruct::Page{ 69274060: output_path=>sitemap.xml, source_path=>/home/tyler/.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml, layout=> }, "/node/index.html.haml"=>Awestruct::Page{ 71292740: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/_ext/atom.xml.haml"=>Awestruct::Page{ 67767320: output_path=>/rss.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_ext/atom.xml.haml, layout=> }, "/_layouts/chapter.html.haml"=>Awestruct::Page{ 23690040: output_path=>/_layouts/chapter.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/chapter.html.haml, layout=>documentation }, "/_layouts/default.html.haml"=>Awestruct::Page{ 24012020: output_path=>/_layouts/default.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/default.html.haml, layout=>frame }, "/_layouts/documentation.html.haml"=>Awestruct::Page{ 24197600: output_path=>/_layouts/documentation.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/documentation.html.haml, layout=>default }, "/_layouts/frame.html.haml"=>Awestruct::Page{ 24111180: output_path=>/_layouts/frame.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/frame.html.haml, layout=> }, "/_layouts/post.html.haml"=>Awestruct::Page{ 24230380: output_path=>/_layouts/post.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/post.html.haml, layout=>default }, "/_layouts/project.html.haml"=>Awestruct::Page{ 24470360: output_path=>/_layouts/project.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/project.html.haml, layout=>default }, "/_layouts/refresh.html.haml"=>Awestruct::Page{ 24606340: output_path=>/_layouts/refresh.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/refresh.html.haml, layout=> }, "/_layouts/section.html.haml"=>Awestruct::Page{ 24489160: output_path=>/_layouts/section.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/section.html.haml, layout=>documentation }, "/_layouts/simplepage.html.haml"=>Awestruct::Page{ 24644020: output_path=>/_layouts/simplepage.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/simplepage.html.haml, layout=>default }, "/_layouts/solution.html.haml"=>Awestruct::Page{ 25029920: output_path=>/_layouts/solution.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/solution.html.haml, layout=>frame }}>, :pages_by_output_path=>AStruct<{"/100k/index.html"=>Awestruct::Page{ 36553860: output_path=>/100k/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/100k.html.haml, layout=>refresh }, "/2.0/index.html"=>Awestruct::Page{ 37200280: output_path=>/2.0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/2.0.html.haml, layout=>simplepage }, "/account/index.html"=>Awestruct::Page{ 37737180: output_path=>/account/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/account.adoc, layout=>refresh }, "/assets/bower/bootstrap/css/bootstrap.css"=>Awestruct::Page{ 37954300: output_path=>/assets/bower/bootstrap/css/bootstrap.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.css.map"=>Awestruct::Page{ 37937380: output_path=>/assets/bower/bootstrap/css/bootstrap.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css.map, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css"=>Awestruct::Page{ 37988360: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css.map"=>Awestruct::Page{ 37976160: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css.map, layout=> }, "/assets/bower/bootstrap/js/bootstrap.js"=>Awestruct::Page{ 38003900: output_path=>/assets/bower/bootstrap/js/bootstrap.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.js, layout=> }, "/assets/bower/bootstrap/js/bootstrap.min.js"=>Awestruct::Page{ 38855460: output_path=>/assets/bower/bootstrap/js/bootstrap.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.min.js, layout=> }, "/assets/bower/bootstrap/js/npm.js"=>Awestruct::Page{ 39160900: output_path=>/assets/bower/bootstrap/js/npm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/npm.js, layout=> }, "/assets/bower/bootstrap/js/umd/alert.js"=>Awestruct::Page{ 39410660: output_path=>/assets/bower/bootstrap/js/umd/alert.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/alert.js, layout=> }, "/assets/bower/bootstrap/js/umd/button.js"=>Awestruct::Page{ 39575260: output_path=>/assets/bower/bootstrap/js/umd/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/button.js, layout=> }, "/assets/bower/bootstrap/js/umd/carousel.js"=>Awestruct::Page{ 39812940: output_path=>/assets/bower/bootstrap/js/umd/carousel.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/carousel.js, layout=> }, "/assets/bower/bootstrap/js/umd/collapse.js"=>Awestruct::Page{ 40142500: output_path=>/assets/bower/bootstrap/js/umd/collapse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/collapse.js, layout=> }, "/assets/bower/bootstrap/js/umd/dropdown.js"=>Awestruct::Page{ 40591940: output_path=>/assets/bower/bootstrap/js/umd/dropdown.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/dropdown.js, layout=> }, "/assets/bower/bootstrap/js/umd/modal.js"=>Awestruct::Page{ 40888920: output_path=>/assets/bower/bootstrap/js/umd/modal.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/modal.js, layout=> }, "/assets/bower/bootstrap/js/umd/popover.js"=>Awestruct::Page{ 37410780: output_path=>/assets/bower/bootstrap/js/umd/popover.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/popover.js, layout=> }, "/assets/bower/bootstrap/js/umd/scrollspy.js"=>Awestruct::Page{ 40986500: output_path=>/assets/bower/bootstrap/js/umd/scrollspy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/scrollspy.js, layout=> }, "/assets/bower/bootstrap/js/umd/tab.js"=>Awestruct::Page{ 40821380: output_path=>/assets/bower/bootstrap/js/umd/tab.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tab.js, layout=> }, "/assets/bower/bootstrap/js/umd/tooltip.js"=>Awestruct::Page{ 40679300: output_path=>/assets/bower/bootstrap/js/umd/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tooltip.js, layout=> }, "/assets/bower/bootstrap/js/umd/util.js"=>Awestruct::Page{ 40478360: output_path=>/assets/bower/bootstrap/js/umd/util.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/util.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.css"=>Awestruct::Page{ 40320500: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.js"=>Awestruct::Page{ 40303360: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.css"=>Awestruct::Page{ 40143760: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.js"=>Awestruct::Page{ 40109900: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.js, layout=> }, "/assets/bower/jquery/jquery.js"=>Awestruct::Page{ 40009980: output_path=>/assets/bower/jquery/jquery.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.js, layout=> }, "/assets/bower/jquery/jquery.min.js"=>Awestruct::Page{ 38257760: output_path=>/assets/bower/jquery/jquery.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.js, layout=> }, "/assets/bower/jquery/jquery.min.map"=>Awestruct::Page{ 38218100: output_path=>/assets/bower/jquery/jquery.min.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.map, layout=> }, "/assets/bower/jquery-ui/jquery-ui.js"=>Awestruct::Page{ 38203920: output_path=>/assets/bower/jquery-ui/jquery-ui.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.js, layout=> }, "/assets/bower/jquery-ui/jquery-ui.min.js"=>Awestruct::Page{ 28981140: output_path=>/assets/bower/jquery-ui/jquery-ui.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.min.js, layout=> }, "/assets/bower/jquery-ui/themes/base/accordion.css"=>Awestruct::Page{ 31129060: output_path=>/assets/bower/jquery-ui/themes/base/accordion.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/accordion.css, layout=> }, "/assets/bower/jquery-ui/themes/base/all.css"=>Awestruct::Page{ 31115020: output_path=>/assets/bower/jquery-ui/themes/base/all.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/all.css, layout=> }, "/assets/bower/jquery-ui/themes/base/autocomplete.css"=>Awestruct::Page{ 31100920: output_path=>/assets/bower/jquery-ui/themes/base/autocomplete.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/autocomplete.css, layout=> }, "/assets/bower/jquery-ui/themes/base/base.css"=>Awestruct::Page{ 31086080: output_path=>/assets/bower/jquery-ui/themes/base/base.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/base.css, layout=> }, "/assets/bower/jquery-ui/themes/base/button.css"=>Awestruct::Page{ 31071000: output_path=>/assets/bower/jquery-ui/themes/base/button.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/button.css, layout=> }, "/assets/bower/jquery-ui/themes/base/core.css"=>Awestruct::Page{ 31056020: output_path=>/assets/bower/jquery-ui/themes/base/core.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/core.css, layout=> }, "/assets/bower/jquery-ui/themes/base/datepicker.css"=>Awestruct::Page{ 31040860: output_path=>/assets/bower/jquery-ui/themes/base/datepicker.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/datepicker.css, layout=> }, "/assets/bower/jquery-ui/themes/base/dialog.css"=>Awestruct::Page{ 31026040: output_path=>/assets/bower/jquery-ui/themes/base/dialog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/dialog.css, layout=> }, "/assets/bower/jquery-ui/themes/base/draggable.css"=>Awestruct::Page{ 31011220: output_path=>/assets/bower/jquery-ui/themes/base/draggable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/draggable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png"=>Awestruct::Page{ 30981020: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png"=>Awestruct::Page{ 30966000: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png"=>Awestruct::Page{ 30950780: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png"=>Awestruct::Page{ 30935900: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png"=>Awestruct::Page{ 30920500: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png"=>Awestruct::Page{ 30905320: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png"=>Awestruct::Page{ 30889720: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png"=>Awestruct::Page{ 30874080: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png"=>Awestruct::Page{ 30859200: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png"=>Awestruct::Page{ 30846380: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png"=>Awestruct::Page{ 30828240: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png"=>Awestruct::Page{ 30527900: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png"=>Awestruct::Page{ 30515360: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png"=>Awestruct::Page{ 30479240: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png"=>Awestruct::Page{ 30444720: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png"=>Awestruct::Page{ 30399880: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png"=>Awestruct::Page{ 30371220: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png"=>Awestruct::Page{ 30620980: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"=>Awestruct::Page{ 30600640: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.css"=>Awestruct::Page{ 30318420: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.css, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.min.css"=>Awestruct::Page{ 30705480: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, layout=> }, "/assets/bower/jquery-ui/themes/base/menu.css"=>Awestruct::Page{ 30664260: output_path=>/assets/bower/jquery-ui/themes/base/menu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/menu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/progressbar.css"=>Awestruct::Page{ 30264260: output_path=>/assets/bower/jquery-ui/themes/base/progressbar.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/progressbar.css, layout=> }, "/assets/bower/jquery-ui/themes/base/resizable.css"=>Awestruct::Page{ 30204460: output_path=>/assets/bower/jquery-ui/themes/base/resizable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/resizable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectable.css"=>Awestruct::Page{ 30187320: output_path=>/assets/bower/jquery-ui/themes/base/selectable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectmenu.css"=>Awestruct::Page{ 30161340: output_path=>/assets/bower/jquery-ui/themes/base/selectmenu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectmenu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/slider.css"=>Awestruct::Page{ 30147440: output_path=>/assets/bower/jquery-ui/themes/base/slider.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/slider.css, layout=> }, "/assets/bower/jquery-ui/themes/base/sortable.css"=>Awestruct::Page{ 30135540: output_path=>/assets/bower/jquery-ui/themes/base/sortable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/sortable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/spinner.css"=>Awestruct::Page{ 30113100: output_path=>/assets/bower/jquery-ui/themes/base/spinner.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/spinner.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tabs.css"=>Awestruct::Page{ 30098680: output_path=>/assets/bower/jquery-ui/themes/base/tabs.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tabs.css, layout=> }, "/assets/bower/jquery-ui/themes/base/theme.css"=>Awestruct::Page{ 30074420: output_path=>/assets/bower/jquery-ui/themes/base/theme.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/theme.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tooltip.css"=>Awestruct::Page{ 30059960: output_path=>/assets/bower/jquery-ui/themes/base/tooltip.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tooltip.css, layout=> }, "/assets/bower/jquery-ui/ui/accordion.js"=>Awestruct::Page{ 30001720: output_path=>/assets/bower/jquery-ui/ui/accordion.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/accordion.js, layout=> }, "/assets/bower/jquery-ui/ui/autocomplete.js"=>Awestruct::Page{ 29838440: output_path=>/assets/bower/jquery-ui/ui/autocomplete.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/autocomplete.js, layout=> }, "/assets/bower/jquery-ui/ui/button.js"=>Awestruct::Page{ 29545720: output_path=>/assets/bower/jquery-ui/ui/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/button.js, layout=> }, "/assets/bower/jquery-ui/ui/core.js"=>Awestruct::Page{ 29179480: output_path=>/assets/bower/jquery-ui/ui/core.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/core.js, layout=> }, "/assets/bower/jquery-ui/ui/datepicker.js"=>Awestruct::Page{ 28815620: output_path=>/assets/bower/jquery-ui/ui/datepicker.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/datepicker.js, layout=> }, "/assets/bower/jquery-ui/ui/dialog.js"=>Awestruct::Page{ 23945140: output_path=>/assets/bower/jquery-ui/ui/dialog.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/dialog.js, layout=> }, "/assets/bower/jquery-ui/ui/draggable.js"=>Awestruct::Page{ 21229920: output_path=>/assets/bower/jquery-ui/ui/draggable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/draggable.js, layout=> }, "/assets/bower/jquery-ui/ui/droppable.js"=>Awestruct::Page{ 19125660: output_path=>/assets/bower/jquery-ui/ui/droppable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/droppable.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-blind.js"=>Awestruct::Page{ 41025960: output_path=>/assets/bower/jquery-ui/ui/effect-blind.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-blind.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-bounce.js"=>Awestruct::Page{ 40905000: output_path=>/assets/bower/jquery-ui/ui/effect-bounce.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-bounce.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-clip.js"=>Awestruct::Page{ 40780640: output_path=>/assets/bower/jquery-ui/ui/effect-clip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-clip.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-drop.js"=>Awestruct::Page{ 40678760: output_path=>/assets/bower/jquery-ui/ui/effect-drop.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-drop.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-explode.js"=>Awestruct::Page{ 40591440: output_path=>/assets/bower/jquery-ui/ui/effect-explode.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-explode.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fade.js"=>Awestruct::Page{ 40454740: output_path=>/assets/bower/jquery-ui/ui/effect-fade.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fade.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fold.js"=>Awestruct::Page{ 40355220: output_path=>/assets/bower/jquery-ui/ui/effect-fold.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fold.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-highlight.js"=>Awestruct::Page{ 40240840: output_path=>/assets/bower/jquery-ui/ui/effect-highlight.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-highlight.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-puff.js"=>Awestruct::Page{ 40112200: output_path=>/assets/bower/jquery-ui/ui/effect-puff.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-puff.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-pulsate.js"=>Awestruct::Page{ 40011920: output_path=>/assets/bower/jquery-ui/ui/effect-pulsate.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-pulsate.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-scale.js"=>Awestruct::Page{ 39883680: output_path=>/assets/bower/jquery-ui/ui/effect-scale.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-scale.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-shake.js"=>Awestruct::Page{ 39771480: output_path=>/assets/bower/jquery-ui/ui/effect-shake.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-shake.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-size.js"=>Awestruct::Page{ 39669500: output_path=>/assets/bower/jquery-ui/ui/effect-size.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-size.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-slide.js"=>Awestruct::Page{ 39511540: output_path=>/assets/bower/jquery-ui/ui/effect-slide.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-slide.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-transfer.js"=>Awestruct::Page{ 39443040: output_path=>/assets/bower/jquery-ui/ui/effect-transfer.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-transfer.js, layout=> }, "/assets/bower/jquery-ui/ui/effect.js"=>Awestruct::Page{ 39350080: output_path=>/assets/bower/jquery-ui/ui/effect.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-af.js"=>Awestruct::Page{ 38957700: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js"=>Awestruct::Page{ 38854820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js"=>Awestruct::Page{ 38742960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-az.js"=>Awestruct::Page{ 38467280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-be.js"=>Awestruct::Page{ 38421920: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js"=>Awestruct::Page{ 38376840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js"=>Awestruct::Page{ 38331260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js"=>Awestruct::Page{ 38287260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js"=>Awestruct::Page{ 38243080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js"=>Awestruct::Page{ 38198380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-da.js"=>Awestruct::Page{ 38154360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-de.js"=>Awestruct::Page{ 38104240: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-el.js"=>Awestruct::Page{ 38056420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js"=>Awestruct::Page{ 38011340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js"=>Awestruct::Page{ 37965040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js"=>Awestruct::Page{ 37919880: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js"=>Awestruct::Page{ 37873340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-es.js"=>Awestruct::Page{ 37820760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-et.js"=>Awestruct::Page{ 37774360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js"=>Awestruct::Page{ 37727300: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js"=>Awestruct::Page{ 37665380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js"=>Awestruct::Page{ 37610500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js"=>Awestruct::Page{ 37546900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js"=>Awestruct::Page{ 37483860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js"=>Awestruct::Page{ 37373320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js"=>Awestruct::Page{ 37265500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js"=>Awestruct::Page{ 37147660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-he.js"=>Awestruct::Page{ 36850140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js"=>Awestruct::Page{ 36684060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js"=>Awestruct::Page{ 36493420: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js"=>Awestruct::Page{ 36298400: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js"=>Awestruct::Page{ 36119020: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-id.js"=>Awestruct::Page{ 35910660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-is.js"=>Awestruct::Page{ 35708760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js"=>Awestruct::Page{ 35516480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it.js"=>Awestruct::Page{ 35323200: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js"=>Awestruct::Page{ 30359740: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js"=>Awestruct::Page{ 31163620: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js"=>Awestruct::Page{ 31091440: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-km.js"=>Awestruct::Page{ 31015080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js"=>Awestruct::Page{ 30939760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js"=>Awestruct::Page{ 30863340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js"=>Awestruct::Page{ 30481520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js"=>Awestruct::Page{ 30604040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js"=>Awestruct::Page{ 30209160: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js"=>Awestruct::Page{ 30114060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js"=>Awestruct::Page{ 30002040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js"=>Awestruct::Page{ 29914720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js"=>Awestruct::Page{ 29821480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js"=>Awestruct::Page{ 29701560: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js"=>Awestruct::Page{ 29482680: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js"=>Awestruct::Page{ 29255520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-no.js"=>Awestruct::Page{ 29019340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js"=>Awestruct::Page{ 28736060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js"=>Awestruct::Page{ 28570960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js"=>Awestruct::Page{ 24622620: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js"=>Awestruct::Page{ 24348820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js"=>Awestruct::Page{ 23990460: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js"=>Awestruct::Page{ 23567080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js"=>Awestruct::Page{ 23028840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js"=>Awestruct::Page{ 20959060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js"=>Awestruct::Page{ 20584860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js"=>Awestruct::Page{ 19721080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js"=>Awestruct::Page{ 19276760: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js"=>Awestruct::Page{ 37409480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js"=>Awestruct::Page{ 41014300: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-th.js"=>Awestruct::Page{ 40903360: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js"=>Awestruct::Page{ 40782920: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js"=>Awestruct::Page{ 40699520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js"=>Awestruct::Page{ 40595560: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js"=>Awestruct::Page{ 40478600: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js"=>Awestruct::Page{ 40360280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js"=>Awestruct::Page{ 40247900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js"=>Awestruct::Page{ 40144380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, layout=> }, "/assets/bower/jquery-ui/ui/menu.js"=>Awestruct::Page{ 40017660: output_path=>/assets/bower/jquery-ui/ui/menu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/menu.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/accordion.min.js"=>Awestruct::Page{ 39771860: output_path=>/assets/bower/jquery-ui/ui/minified/accordion.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/accordion.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/autocomplete.min.js"=>Awestruct::Page{ 39698540: output_path=>/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/button.min.js"=>Awestruct::Page{ 39571620: output_path=>/assets/bower/jquery-ui/ui/minified/button.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/button.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/core.min.js"=>Awestruct::Page{ 39489180: output_path=>/assets/bower/jquery-ui/ui/minified/core.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/core.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/datepicker.min.js"=>Awestruct::Page{ 39405560: output_path=>/assets/bower/jquery-ui/ui/minified/datepicker.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/datepicker.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/dialog.min.js"=>Awestruct::Page{ 39298660: output_path=>/assets/bower/jquery-ui/ui/minified/dialog.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/dialog.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/draggable.min.js"=>Awestruct::Page{ 39208460: output_path=>/assets/bower/jquery-ui/ui/minified/draggable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/draggable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/droppable.min.js"=>Awestruct::Page{ 39092080: output_path=>/assets/bower/jquery-ui/ui/minified/droppable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/droppable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-blind.min.js"=>Awestruct::Page{ 38958420: output_path=>/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js"=>Awestruct::Page{ 38857340: output_path=>/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-clip.min.js"=>Awestruct::Page{ 38746700: output_path=>/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-drop.min.js"=>Awestruct::Page{ 38473480: output_path=>/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-explode.min.js"=>Awestruct::Page{ 38430220: output_path=>/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fade.min.js"=>Awestruct::Page{ 38386440: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fold.min.js"=>Awestruct::Page{ 38343220: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js"=>Awestruct::Page{ 38300420: output_path=>/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-puff.min.js"=>Awestruct::Page{ 38258460: output_path=>/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js"=>Awestruct::Page{ 38215620: output_path=>/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-scale.min.js"=>Awestruct::Page{ 38172880: output_path=>/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-shake.min.js"=>Awestruct::Page{ 38130120: output_path=>/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-size.min.js"=>Awestruct::Page{ 38079520: output_path=>/assets/bower/jquery-ui/ui/minified/effect-size.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-size.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-slide.min.js"=>Awestruct::Page{ 38036240: output_path=>/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js"=>Awestruct::Page{ 37991860: output_path=>/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect.min.js"=>Awestruct::Page{ 37947200: output_path=>/assets/bower/jquery-ui/ui/minified/effect.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js"=>Awestruct::Page{ 37887600: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js"=>Awestruct::Page{ 37834500: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js"=>Awestruct::Page{ 37790940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js"=>Awestruct::Page{ 37743300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js"=>Awestruct::Page{ 37688880: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js"=>Awestruct::Page{ 37628160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js"=>Awestruct::Page{ 37573640: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js"=>Awestruct::Page{ 37510460: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js"=>Awestruct::Page{ 37423800: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js"=>Awestruct::Page{ 37291920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js"=>Awestruct::Page{ 37234020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js"=>Awestruct::Page{ 37106020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js"=>Awestruct::Page{ 36748380: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js"=>Awestruct::Page{ 36583420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js"=>Awestruct::Page{ 36391920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js"=>Awestruct::Page{ 36197800: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js"=>Awestruct::Page{ 36001820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js"=>Awestruct::Page{ 35811580: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js"=>Awestruct::Page{ 35620500: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js"=>Awestruct::Page{ 35413240: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js"=>Awestruct::Page{ 35232080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js"=>Awestruct::Page{ 31205340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js"=>Awestruct::Page{ 31130660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js"=>Awestruct::Page{ 31056680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js"=>Awestruct::Page{ 30981280: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js"=>Awestruct::Page{ 30906140: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js"=>Awestruct::Page{ 30830080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js"=>Awestruct::Page{ 30418200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js"=>Awestruct::Page{ 30711300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js"=>Awestruct::Page{ 30162740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js"=>Awestruct::Page{ 30074680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js"=>Awestruct::Page{ 29974680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js"=>Awestruct::Page{ 29887380: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js"=>Awestruct::Page{ 29769920: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js"=>Awestruct::Page{ 29643000: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js"=>Awestruct::Page{ 29429120: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js"=>Awestruct::Page{ 29174060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js"=>Awestruct::Page{ 28949800: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js"=>Awestruct::Page{ 28699280: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js"=>Awestruct::Page{ 25036900: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js"=>Awestruct::Page{ 24552780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js"=>Awestruct::Page{ 24227560: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js"=>Awestruct::Page{ 23838020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js"=>Awestruct::Page{ 23429800: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js"=>Awestruct::Page{ 21402840: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js"=>Awestruct::Page{ 20867080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js"=>Awestruct::Page{ 20014520: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js"=>Awestruct::Page{ 19420260: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js"=>Awestruct::Page{ 19241080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js"=>Awestruct::Page{ 41070560: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js"=>Awestruct::Page{ 40987780: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js"=>Awestruct::Page{ 40877480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js"=>Awestruct::Page{ 40766340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js"=>Awestruct::Page{ 40655060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js"=>Awestruct::Page{ 40545300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js"=>Awestruct::Page{ 40453660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js"=>Awestruct::Page{ 40336500: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js"=>Awestruct::Page{ 40240080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js"=>Awestruct::Page{ 40111420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js"=>Awestruct::Page{ 40011480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js"=>Awestruct::Page{ 39885360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js"=>Awestruct::Page{ 39782960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js"=>Awestruct::Page{ 39699660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js"=>Awestruct::Page{ 39570680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js"=>Awestruct::Page{ 39467960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js"=>Awestruct::Page{ 39384700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js"=>Awestruct::Page{ 39274960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js"=>Awestruct::Page{ 39183040: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js"=>Awestruct::Page{ 39073460: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js"=>Awestruct::Page{ 38929240: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js"=>Awestruct::Page{ 38782760: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js"=>Awestruct::Page{ 38713980: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js"=>Awestruct::Page{ 38454220: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js"=>Awestruct::Page{ 38408140: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/menu.min.js"=>Awestruct::Page{ 38363960: output_path=>/assets/bower/jquery-ui/ui/minified/menu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/menu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/mouse.min.js"=>Awestruct::Page{ 38319740: output_path=>/assets/bower/jquery-ui/ui/minified/mouse.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/mouse.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/position.min.js"=>Awestruct::Page{ 38277200: output_path=>/assets/bower/jquery-ui/ui/minified/position.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/position.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/progressbar.min.js"=>Awestruct::Page{ 38234180: output_path=>/assets/bower/jquery-ui/ui/minified/progressbar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/progressbar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/resizable.min.js"=>Awestruct::Page{ 38190640: output_path=>/assets/bower/jquery-ui/ui/minified/resizable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/resizable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectable.min.js"=>Awestruct::Page{ 38147800: output_path=>/assets/bower/jquery-ui/ui/minified/selectable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectmenu.min.js"=>Awestruct::Page{ 38096120: output_path=>/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/slider.min.js"=>Awestruct::Page{ 38052460: output_path=>/assets/bower/jquery-ui/ui/minified/slider.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/slider.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/sortable.min.js"=>Awestruct::Page{ 38008560: output_path=>/assets/bower/jquery-ui/ui/minified/sortable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/sortable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/spinner.min.js"=>Awestruct::Page{ 37962640: output_path=>/assets/bower/jquery-ui/ui/minified/spinner.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/spinner.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tabs.min.js"=>Awestruct::Page{ 37920000: output_path=>/assets/bower/jquery-ui/ui/minified/tabs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tabs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tooltip.min.js"=>Awestruct::Page{ 37874120: output_path=>/assets/bower/jquery-ui/ui/minified/tooltip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tooltip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/widget.min.js"=>Awestruct::Page{ 37822800: output_path=>/assets/bower/jquery-ui/ui/minified/widget.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/widget.min.js, layout=> }, "/assets/bower/jquery-ui/ui/mouse.js"=>Awestruct::Page{ 37780000: output_path=>/assets/bower/jquery-ui/ui/mouse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/mouse.js, layout=> }, "/assets/bower/jquery-ui/ui/position.js"=>Awestruct::Page{ 37711120: output_path=>/assets/bower/jquery-ui/ui/position.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/position.js, layout=> }, "/assets/bower/jquery-ui/ui/progressbar.js"=>Awestruct::Page{ 37614980: output_path=>/assets/bower/jquery-ui/ui/progressbar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/progressbar.js, layout=> }, "/assets/bower/jquery-ui/ui/resizable.js"=>Awestruct::Page{ 37541780: output_path=>/assets/bower/jquery-ui/ui/resizable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/resizable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectable.js"=>Awestruct::Page{ 37269380: output_path=>/assets/bower/jquery-ui/ui/selectable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectmenu.js"=>Awestruct::Page{ 37124160: output_path=>/assets/bower/jquery-ui/ui/selectmenu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectmenu.js, layout=> }, "/assets/bower/jquery-ui/ui/slider.js"=>Awestruct::Page{ 36644280: output_path=>/assets/bower/jquery-ui/ui/slider.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/slider.js, layout=> }, "/assets/bower/jquery-ui/ui/sortable.js"=>Awestruct::Page{ 36242920: output_path=>/assets/bower/jquery-ui/ui/sortable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/sortable.js, layout=> }, "/assets/bower/jquery-ui/ui/spinner.js"=>Awestruct::Page{ 35625340: output_path=>/assets/bower/jquery-ui/ui/spinner.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/spinner.js, layout=> }, "/assets/bower/jquery-ui/ui/tabs.js"=>Awestruct::Page{ 35292420: output_path=>/assets/bower/jquery-ui/ui/tabs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tabs.js, layout=> }, "/assets/bower/jquery-ui/ui/tooltip.js"=>Awestruct::Page{ 31122680: output_path=>/assets/bower/jquery-ui/ui/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tooltip.js, layout=> }, "/assets/bower/jquery-ui/ui/widget.js"=>Awestruct::Page{ 30994180: output_path=>/assets/bower/jquery-ui/ui/widget.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/widget.js, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.css"=>Awestruct::Page{ 30828840: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.min.css"=>Awestruct::Page{ 30528140: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.css"=>Awestruct::Page{ 30515780: output_path=>/assets/bower/tether/css/tether-theme-arrows.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.min.css"=>Awestruct::Page{ 30478720: output_path=>/assets/bower/tether/css/tether-theme-arrows.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.css"=>Awestruct::Page{ 30444160: output_path=>/assets/bower/tether/css/tether-theme-basic.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.min.css"=>Awestruct::Page{ 30398560: output_path=>/assets/bower/tether/css/tether-theme-basic.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.min.css, layout=> }, "/assets/bower/tether/css/tether.css"=>Awestruct::Page{ 30370100: output_path=>/assets/bower/tether/css/tether.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.css, layout=> }, "/assets/bower/tether/css/tether.min.css"=>Awestruct::Page{ 30619900: output_path=>/assets/bower/tether/css/tether.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.min.css, layout=> }, "/assets/bower/tether/js/tether.js"=>Awestruct::Page{ 30591340: output_path=>/assets/bower/tether/js/tether.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.js, layout=> }, "/assets/bower/tether/js/tether.min.js"=>Awestruct::Page{ 29928640: output_path=>/assets/bower/tether/js/tether.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.min.js, layout=> }, "/blog/2010/02/02/welcome-to-continuous-blog/index.html"=>Awestruct::Page{ 28797320: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }, "/blog/2010/02/08/breaking-hudson-1-345-released/index.html"=>Awestruct::Page{ 24197960: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, "/blog/2010/02/08/hudson-1-344-released/index.html"=>Awestruct::Page{ 20841900: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, "/blog/2010/02/08/incoming-more-translations/index.html"=>Awestruct::Page{ 37404720: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, "/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html"=>Awestruct::Page{ 40714800: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, "/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html"=>Awestruct::Page{ 40300260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, "/blog/2010/02/11/spotlight-on-ita-software/index.html"=>Awestruct::Page{ 39867920: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, "/blog/2010/02/12/this-week-in-plugins/index.html"=>Awestruct::Page{ 39464240: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, "/blog/2010/02/14/thanks-for-the-help/index.html"=>Awestruct::Page{ 39087540: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, "/blog/2010/02/15/hudson-1-346-released/index.html"=>Awestruct::Page{ 38474320: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, "/blog/2010/02/16/performance-improvements-in-1-346/index.html"=>Awestruct::Page{ 38301460: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, "/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html"=>Awestruct::Page{ 38136220: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, "/blog/2010/02/18/spotlight-on-visfleet/index.html"=>Awestruct::Page{ 37951700: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, "/blog/2010/02/19/this-week-in-plugins/index.html"=>Awestruct::Page{ 37761180: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, "/blog/2010/02/22/hudson-1-347-released/index.html"=>Awestruct::Page{ 37547860: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, "/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html"=>Awestruct::Page{ 37191500: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, "/blog/2010/02/24/hudson-at-pycon/index.html"=>Awestruct::Page{ 36395100: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, "/blog/2010/02/25/links-for-2010-02-24/index.html"=>Awestruct::Page{ 35681440: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, "/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html"=>Awestruct::Page{ 31172640: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, "/blog/2010/02/25/spotlight-on-springsource/index.html"=>Awestruct::Page{ 30894260: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, "/blog/2010/02/26/links-for-2010-02-25/index.html"=>Awestruct::Page{ 30154160: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, "/blog/2010/02/26/this-week-in-plugins/index.html"=>Awestruct::Page{ 29783240: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/01/hudson-1-348-released/index.html"=>Awestruct::Page{ 28995940: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, "/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html"=>Awestruct::Page{ 24262180: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, "/blog/2010/03/02/call-for-testers-the-older-the-better/index.html"=>Awestruct::Page{ 21156460: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, "/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html"=>Awestruct::Page{ 18265380: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, "/blog/2010/03/05/links-for-2010-03-04/index.html"=>Awestruct::Page{ 40764000: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, "/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html"=>Awestruct::Page{ 40370840: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, "/blog/2010/03/07/this-week-in-plugins/index.html"=>Awestruct::Page{ 39947740: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/08/hudson-1-349-released/index.html"=>Awestruct::Page{ 39515060: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, "/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html"=>Awestruct::Page{ 39161380: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, "/blog/2010/03/09/one-month-of-continuous-blog/index.html"=>Awestruct::Page{ 38734020: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, "/blog/2010/03/12/links-for-2010-03-12/index.html"=>Awestruct::Page{ 38329160: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, "/blog/2010/03/12/want-some-hudson-stickers/index.html"=>Awestruct::Page{ 38164060: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, "/blog/2010/03/13/this-week-in-plugins/index.html"=>Awestruct::Page{ 37985580: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/14/would-you-like-to-ok/index.html"=>Awestruct::Page{ 37805460: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, "/blog/2010/03/15/breaking-hudson-1-351-released/index.html"=>Awestruct::Page{ 37600980: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, "/blog/2010/03/15/hudson-1-350-released/index.html"=>Awestruct::Page{ 37284460: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, "/blog/2010/03/16/slaves-building-robots/index.html"=>Awestruct::Page{ 36579260: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, "/blog/2010/03/19/get-excited-and-make-things/index.html"=>Awestruct::Page{ 35857520: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, "/blog/2010/03/19/links-for-2010-03-19/index.html"=>Awestruct::Page{ 29036420: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, "/blog/2010/03/19/recap-of-hackathon-part-one/index.html"=>Awestruct::Page{ 30957040: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, "/blog/2010/03/22/hudson-1-352-released/index.html"=>Awestruct::Page{ 30678720: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, "/blog/2010/03/23/links-for-2010-03-23/index.html"=>Awestruct::Page{ 29890000: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, "/blog/2010/03/27/this-week-in-plugins/index.html"=>Awestruct::Page{ 29188440: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/30/resurgence-of-releng/index.html"=>Awestruct::Page{ 24567200: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, "/blog/2010/03/31/hudson-1-353-released/index.html"=>Awestruct::Page{ 23034660: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, "/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html"=>Awestruct::Page{ 19107300: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, "/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html"=>Awestruct::Page{ 40847640: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, "/blog/2010/04/01/regarding-the-start-of-april/index.html"=>Awestruct::Page{ 40442480: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, "/blog/2010/04/07/kohsuke-leaves-sun/index.html"=>Awestruct::Page{ 40027500: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, "/blog/2010/04/12/pre-tested-commits-with-git/index.html"=>Awestruct::Page{ 39624300: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, "/blog/2010/04/16/a-new-blog-for-kohsuke/index.html"=>Awestruct::Page{ 39243640: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, "/blog/2010/04/16/hudson-1-354-released/index.html"=>Awestruct::Page{ 38777000: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, "/blog/2010/04/24/hudson-1-355-released/index.html"=>Awestruct::Page{ 38367600: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, "/blog/2010/06/09/welcome-to-hudson-labs/index.html"=>Awestruct::Page{ 38196740: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, "/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html"=>Awestruct::Page{ 38019100: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, "/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html"=>Awestruct::Page{ 37835340: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, "/blog/2010/06/14/hudson-1-362-released/index.html"=>Awestruct::Page{ 37646780: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, "/blog/2010/06/22/hudson-1-363-released/index.html"=>Awestruct::Page{ 37366960: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, "/blog/2010/06/23/stickers-starting-to-arrive/index.html"=>Awestruct::Page{ 36686740: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, "/blog/2010/06/28/digg-technical-talk/index.html"=>Awestruct::Page{ 35962800: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, "/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html"=>Awestruct::Page{ 35233000: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, "/blog/2010/07/05/links-for-2010-07-05/index.html"=>Awestruct::Page{ 30999180: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, "/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html"=>Awestruct::Page{ 30605180: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, "/blog/2010/07/06/security-fix-hudson-1-365-released/index.html"=>Awestruct::Page{ 29944500: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, "/blog/2010/07/07/gee-thanks/index.html"=>Awestruct::Page{ 29364000: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, "/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html"=>Awestruct::Page{ 24821240: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, "/blog/2010/07/12/updated-chrome-extension/index.html"=>Awestruct::Page{ 23362600: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, "/blog/2010/07/13/monitor-hudson-from-your-android/index.html"=>Awestruct::Page{ 19475620: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, "/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html"=>Awestruct::Page{ 40905520: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, "/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html"=>Awestruct::Page{ 40516980: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, "/blog/2010/07/27/hudson-1-368-released/index.html"=>Awestruct::Page{ 40089940: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, "/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html"=>Awestruct::Page{ 39669960: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, "/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html"=>Awestruct::Page{ 39275920: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, "/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html"=>Awestruct::Page{ 38793740: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, "/blog/2010/08/11/quiet-period-feature/index.html"=>Awestruct::Page{ 38383520: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, "/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html"=>Awestruct::Page{ 38214740: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, "/blog/2010/08/17/hudson-1-372-sets-sail/index.html"=>Awestruct::Page{ 38037020: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, "/blog/2010/08/17/hudson-anonymous-usage-data/index.html"=>Awestruct::Page{ 37861680: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, "/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html"=>Awestruct::Page{ 37661960: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, "/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html"=>Awestruct::Page{ 37416340: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, "/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html"=>Awestruct::Page{ 36748880: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, "/blog/2010/08/30/pre-javaone-hudson-meetup/index.html"=>Awestruct::Page{ 36049620: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, "/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html"=>Awestruct::Page{ 35318920: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, "/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html"=>Awestruct::Page{ 31026780: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, "/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html"=>Awestruct::Page{ 30369300: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, "/blog/2010/09/04/hudson-events-calendar/index.html"=>Awestruct::Page{ 29970260: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, "/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html"=>Awestruct::Page{ 29458720: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, "/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html"=>Awestruct::Page{ 24996720: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, "/blog/2010/09/17/javaone-taking-shape/index.html"=>Awestruct::Page{ 23529480: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, "/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html"=>Awestruct::Page{ 19742320: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, "/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html"=>Awestruct::Page{ 40910040: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, "/blog/2010/09/20/tweet-of-the-day/index.html"=>Awestruct::Page{ 40519420: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, "/blog/2010/09/21/javaone-day-one-in-pictures/index.html"=>Awestruct::Page{ 40101600: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, "/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html"=>Awestruct::Page{ 39700280: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, "/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html"=>Awestruct::Page{ 39279120: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, "/blog/2010/09/22/javaone-day-two-in-pictures/index.html"=>Awestruct::Page{ 38857000: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, "/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html"=>Awestruct::Page{ 38388540: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, "/blog/2010/11/23/java-net-migration-status-update/index.html"=>Awestruct::Page{ 38217120: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, "/blog/2010/11/23/new-hudson-mailing-lists/index.html"=>Awestruct::Page{ 38035720: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, "/blog/2010/11/30/whos-driving-this-thing/index.html"=>Awestruct::Page{ 37859440: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, "/blog/2010/12/01/a-brief-update/index.html"=>Awestruct::Page{ 37648980: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, "/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html"=>Awestruct::Page{ 37367980: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, "/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html"=>Awestruct::Page{ 36646620: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, "/blog/2011/01/11/hudsons-future/index.html"=>Awestruct::Page{ 35909880: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, "/blog/2011/01/29/jenkins/index.html"=>Awestruct::Page{ 30364160: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, "/blog/2011/02/04/governance-meeting-today/index.html"=>Awestruct::Page{ 30960540: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, "/blog/2011/02/04/the-first-24-hours-in-downloads/index.html"=>Awestruct::Page{ 30671340: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, "/blog/2011/02/05/first-governance-meeting-recap/index.html"=>Awestruct::Page{ 29891260: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, "/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html"=>Awestruct::Page{ 29175240: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, "/blog/2011/03/03/updated-usage-stats-available/index.html"=>Awestruct::Page{ 24525560: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, "/blog/2011/03/13/jenkins-hits-1-400/index.html"=>Awestruct::Page{ 22954500: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, "/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html"=>Awestruct::Page{ 19294040: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, "/blog/2011/03/23/windows-installers-are-now-available/index.html"=>Awestruct::Page{ 40804880: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, "/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html"=>Awestruct::Page{ 40380720: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, "/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html"=>Awestruct::Page{ 39980940: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, "/blog/2011/04/14/jenkins-new-look/index.html"=>Awestruct::Page{ 39530260: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, "/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html"=>Awestruct::Page{ 39184740: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, "/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html"=>Awestruct::Page{ 38740020: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, "/blog/2011/05/12/the-state-of-the-jenkins-project/index.html"=>Awestruct::Page{ 38335000: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, "/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html"=>Awestruct::Page{ 38165300: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, "/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html"=>Awestruct::Page{ 37983800: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, "/blog/2011/06/09/a-big-thanks-to-rackspace/index.html"=>Awestruct::Page{ 37801960: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, "/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html"=>Awestruct::Page{ 37589860: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, "/blog/2011/06/16/jenkins-long-term-support-release/index.html"=>Awestruct::Page{ 37262860: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, "/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html"=>Awestruct::Page{ 36537120: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, "/blog/2011/07/18/mirror-mirror-on-the-wall/index.html"=>Awestruct::Page{ 35785300: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, "/blog/2011/08/08/jenkins-user-conference/index.html"=>Awestruct::Page{ 31202500: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, "/blog/2011/08/08/jruby-branch-merged/index.html"=>Awestruct::Page{ 30915680: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, "/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html"=>Awestruct::Page{ 30190140: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, "/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html"=>Awestruct::Page{ 29816540: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, "/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html"=>Awestruct::Page{ 29003420: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, "/blog/2011/09/19/2011-donation-drive/index.html"=>Awestruct::Page{ 24260940: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, "/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html"=>Awestruct::Page{ 21053800: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, "/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html"=>Awestruct::Page{ 41063780: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, "/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html"=>Awestruct::Page{ 40726460: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, "/blog/2011/10/21/report-bugs-and-win-kindle/index.html"=>Awestruct::Page{ 40319180: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, "/blog/2011/11/03/jenkins-community-survey/index.html"=>Awestruct::Page{ 39886000: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, "/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html"=>Awestruct::Page{ 39493320: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, "/blog/2011/11/07/jenkins-meetup-munich-videos/index.html"=>Awestruct::Page{ 39111840: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, "/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html"=>Awestruct::Page{ 38477480: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, "/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html"=>Awestruct::Page{ 38304500: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, "/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html"=>Awestruct::Page{ 38133100: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, "/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html"=>Awestruct::Page{ 37948420: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, "/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html"=>Awestruct::Page{ 37763720: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, "/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html"=>Awestruct::Page{ 37548000: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, "/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html"=>Awestruct::Page{ 37190680: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, "/blog/2011/12/28/adding-diagrams-to-wiki/index.html"=>Awestruct::Page{ 36368660: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, "/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html"=>Awestruct::Page{ 35577020: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, "/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html"=>Awestruct::Page{ 31130040: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, "/blog/2012/01/20/highlight-video-from-juc-2011/index.html"=>Awestruct::Page{ 30842320: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, "/blog/2012/02/02/happy-birthday-jenkins/index.html"=>Awestruct::Page{ 30105200: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, "/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html"=>Awestruct::Page{ 29697360: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, "/blog/2012/02/21/fosdem-2012-recap/index.html"=>Awestruct::Page{ 28724720: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, "/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html"=>Awestruct::Page{ 23930980: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, "/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html"=>Awestruct::Page{ 20594200: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, "/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html"=>Awestruct::Page{ 41031920: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, "/blog/2012/03/26/announcing-the-jenkins-cia/index.html"=>Awestruct::Page{ 40611700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, "/blog/2012/04/13/continuous-information-vol-2/index.html"=>Awestruct::Page{ 40200600: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, "/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html"=>Awestruct::Page{ 39765640: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, "/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html"=>Awestruct::Page{ 39368140: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, "/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html"=>Awestruct::Page{ 38916220: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, "/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html"=>Awestruct::Page{ 38410540: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, "/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html"=>Awestruct::Page{ 38236860: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, "/blog/2012/07/23/jenkins-user-conference-israel/index.html"=>Awestruct::Page{ 38055220: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, "/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html"=>Awestruct::Page{ 37870880: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, "/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html"=>Awestruct::Page{ 37669540: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, "/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html"=>Awestruct::Page{ 37418460: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, "/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html"=>Awestruct::Page{ 36766400: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, "/blog/2012/09/12/jenkins-user-event-cph/index.html"=>Awestruct::Page{ 36022940: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, "/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html"=>Awestruct::Page{ 35244600: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, "/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html"=>Awestruct::Page{ 30984500: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, "/blog/2012/09/26/dinner-after-juc/index.html"=>Awestruct::Page{ 30315660: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, "/blog/2012/09/26/jenkins-sessions-at-javaone/index.html"=>Awestruct::Page{ 29905480: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, "/blog/2012/09/28/saturday-night-drink-up/index.html"=>Awestruct::Page{ 29192400: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, "/blog/2012/09/28/take-the-jenkins-survey/index.html"=>Awestruct::Page{ 24556920: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, "/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html"=>Awestruct::Page{ 21548260: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, "/blog/2012/11/15/fundraising-for-travel-grant/index.html"=>Awestruct::Page{ 19250260: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, "/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html"=>Awestruct::Page{ 40781560: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, "/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html"=>Awestruct::Page{ 40373380: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, "/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html"=>Awestruct::Page{ 39935320: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, "/blog/2012/12/19/los-altos-hackathon-this-friday/index.html"=>Awestruct::Page{ 39507300: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, "/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html"=>Awestruct::Page{ 39133220: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, "/blog/2012/12/25/jenkins-meet-up/index.html"=>Awestruct::Page{ 38488460: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, "/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html"=>Awestruct::Page{ 38302020: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, "/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html"=>Awestruct::Page{ 38125200: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, "/blog/2013/01/30/jenkins-hits-1-500/index.html"=>Awestruct::Page{ 37938580: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, "/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html"=>Awestruct::Page{ 37751660: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, "/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html"=>Awestruct::Page{ 37531300: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, "/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html"=>Awestruct::Page{ 37136680: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, "/blog/2013/04/25/munich-hackathon/index.html"=>Awestruct::Page{ 36265660: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, "/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html"=>Awestruct::Page{ 35515280: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, "/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html"=>Awestruct::Page{ 31098880: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, "/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html"=>Awestruct::Page{ 30516680: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, "/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html"=>Awestruct::Page{ 30035640: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, "/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html"=>Awestruct::Page{ 29543860: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, "/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html"=>Awestruct::Page{ 28573620: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, "/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html"=>Awestruct::Page{ 23632860: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, "/blog/2013/07/24/faster-slave-classloading/index.html"=>Awestruct::Page{ 19797960: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, "/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html"=>Awestruct::Page{ 40944940: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, "/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html"=>Awestruct::Page{ 40524440: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, "/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html"=>Awestruct::Page{ 40100780: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, "/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html"=>Awestruct::Page{ 39666740: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, "/blog/2013/09/09/loader-io-plugin-developer-interview/index.html"=>Awestruct::Page{ 39270840: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, "/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html"=>Awestruct::Page{ 38778840: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, "/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html"=>Awestruct::Page{ 38361400: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, "/blog/2013/09/23/experimental-plugins-update-center/index.html"=>Awestruct::Page{ 38186080: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, "/blog/2013/09/23/literate-builds-wtf/index.html"=>Awestruct::Page{ 38001920: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, "/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html"=>Awestruct::Page{ 37798700: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, "/blog/2013/10/09/meet-the-community-in-juc/index.html"=>Awestruct::Page{ 37582640: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, "/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html"=>Awestruct::Page{ 37253140: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, "/blog/2013/11/08/jenkins-scalability-summit-recap/index.html"=>Awestruct::Page{ 36444580: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, "/blog/2013/11/17/dkim-and-spf-deployed/index.html"=>Awestruct::Page{ 35701860: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, "/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html"=>Awestruct::Page{ 31160980: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, "/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html"=>Awestruct::Page{ 30870840: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, "/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html"=>Awestruct::Page{ 30130340: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, "/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html"=>Awestruct::Page{ 29690180: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, "/blog/2014/01/25/jenkins-at-fosdem-2014/index.html"=>Awestruct::Page{ 28665860: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, "/blog/2014/03/19/jenkins-user-conferences-this-year/index.html"=>Awestruct::Page{ 23727180: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, "/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html"=>Awestruct::Page{ 19905500: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, "/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html"=>Awestruct::Page{ 40974400: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, "/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html"=>Awestruct::Page{ 40543340: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, "/blog/2014/04/09/more-scalable-slaves/index.html"=>Awestruct::Page{ 40112580: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, "/blog/2014/04/11/infoq-ci-survey-2014/index.html"=>Awestruct::Page{ 39702840: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, "/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html"=>Awestruct::Page{ 39298840: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, "/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html"=>Awestruct::Page{ 38792540: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, "/blog/2014/04/16/active-directory-plugin-improvements/index.html"=>Awestruct::Page{ 38375160: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, "/blog/2014/04/18/come-join-the-infra-team/index.html"=>Awestruct::Page{ 38199300: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, "/blog/2014/04/24/juc-agenda-posted/index.html"=>Awestruct::Page{ 38014260: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, "/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html"=>Awestruct::Page{ 37824460: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, "/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html"=>Awestruct::Page{ 37619760: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, "/blog/2014/05/27/acceptance-test-project-progress-report/index.html"=>Awestruct::Page{ 37286560: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, "/blog/2014/05/30/adopt-a-plugin/index.html"=>Awestruct::Page{ 36556200: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, "/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html"=>Awestruct::Page{ 35788360: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, "/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html"=>Awestruct::Page{ 31197900: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, "/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html"=>Awestruct::Page{ 30902400: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, "/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html"=>Awestruct::Page{ 30158500: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, "/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html"=>Awestruct::Page{ 29753260: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, "/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html"=>Awestruct::Page{ 28848400: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, "/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html"=>Awestruct::Page{ 24167780: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, "/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html"=>Awestruct::Page{ 20653220: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, "/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html"=>Awestruct::Page{ 41050540: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, "/blog/2014/06/20/juc-boston-what-a-day/index.html"=>Awestruct::Page{ 40637620: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, "/blog/2014/07/01/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 40206540: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html"=>Awestruct::Page{ 39769400: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/07/03/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 39383180: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html"=>Awestruct::Page{ 38930840: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, "/blog/2014/07/03/juc-berlin-summary/index.html"=>Awestruct::Page{ 38412920: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, "/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html"=>Awestruct::Page{ 38234420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, "/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html"=>Awestruct::Page{ 38048220: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, "/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html"=>Awestruct::Page{ 37865300: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, "/blog/2014/07/18/juc-israel-report/index.html"=>Awestruct::Page{ 37659980: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, "/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html"=>Awestruct::Page{ 37372580: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, "/blog/2014/07/30/geek-choice-awards-2014/index.html"=>Awestruct::Page{ 36686140: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, "/blog/2014/08/11/user-interface-refresh/index.html"=>Awestruct::Page{ 35933180: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, "/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html"=>Awestruct::Page{ 30366940: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/08/12/official-jenkins-lts-docker-image/index.html"=>Awestruct::Page{ 30947940: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, "/blog/2014/08/28/juc-sf-2014-is-here/index.html"=>Awestruct::Page{ 23748500: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, "/blog/2014/08/28/workflow-plugin-code-walk-through/index.html"=>Awestruct::Page{ 29831540: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, "/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html"=>Awestruct::Page{ 29007080: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, "/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html"=>Awestruct::Page{ 24235800: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, "/blog/2014/09/24/jenkins-in-javaone-2014/index.html"=>Awestruct::Page{ 20935360: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, "/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html"=>Awestruct::Page{ 37405740: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, "/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html"=>Awestruct::Page{ 40698180: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, "/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html"=>Awestruct::Page{ 40250160: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, "/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html"=>Awestruct::Page{ 39809860: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, "/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html"=>Awestruct::Page{ 39412500: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, "/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html"=>Awestruct::Page{ 38959460: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, "/blog/2014/12/03/workflow-plugin-is-1-0/index.html"=>Awestruct::Page{ 38424840: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, "/blog/2014/12/17/breakingbuilds/index.html"=>Awestruct::Page{ 38247820: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, "/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html"=>Awestruct::Page{ 38043960: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, "/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html"=>Awestruct::Page{ 37858260: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, "/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html"=>Awestruct::Page{ 37652280: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, "/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html"=>Awestruct::Page{ 37362080: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, "/blog/2015/02/24/100k-celebration-podcast-recording/index.html"=>Awestruct::Page{ 36643440: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, "/blog/2015/02/25/100k-celebration-podcast/index.html"=>Awestruct::Page{ 35864120: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, "/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html"=>Awestruct::Page{ 28984860: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, "/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html"=>Awestruct::Page{ 30928520: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, "/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html"=>Awestruct::Page{ 30193660: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, "/blog/2015/03/25/registration-for-juc-2015-is-open/index.html"=>Awestruct::Page{ 29799940: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, "/blog/2015/04/06/confluence-migration-this-weekend/index.html"=>Awestruct::Page{ 28962060: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, "/blog/2015/04/06/good-bye-java6/index.html"=>Awestruct::Page{ 24210340: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, "/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html"=>Awestruct::Page{ 20699440: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, "/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html"=>Awestruct::Page{ 41054120: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, "/blog/2015/04/24/jira-migration-this-weekend/index.html"=>Awestruct::Page{ 40639620: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, "/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html"=>Awestruct::Page{ 40211200: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, "/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html"=>Awestruct::Page{ 39768520: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, "/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html"=>Awestruct::Page{ 39379940: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, "/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html"=>Awestruct::Page{ 38914780: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, "/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html"=>Awestruct::Page{ 38402860: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, "/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html"=>Awestruct::Page{ 38221600: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, "/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html"=>Awestruct::Page{ 38030360: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, "/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html"=>Awestruct::Page{ 37847280: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, "/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html"=>Awestruct::Page{ 37631120: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, "/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html"=>Awestruct::Page{ 37291260: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, "/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html"=>Awestruct::Page{ 36578760: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, "/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html"=>Awestruct::Page{ 35808460: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, "/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html"=>Awestruct::Page{ 31202700: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, "/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html"=>Awestruct::Page{ 30903380: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, "/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html"=>Awestruct::Page{ 30156860: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, "/blog/2015/07/23/office-hours-are-back/index.html"=>Awestruct::Page{ 29738440: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, "/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html"=>Awestruct::Page{ 28772040: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, "/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 24078080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html"=>Awestruct::Page{ 20625080: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, "/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html"=>Awestruct::Page{ 41032720: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, "/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 40607980: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html"=>Awestruct::Page{ 40177480: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, "/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html"=>Awestruct::Page{ 39746340: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, "/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html"=>Awestruct::Page{ 39349460: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, "/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html"=>Awestruct::Page{ 38876820: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, "/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html"=>Awestruct::Page{ 38391420: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, "/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html"=>Awestruct::Page{ 38210640: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, "/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html"=>Awestruct::Page{ 38022340: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, "/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html"=>Awestruct::Page{ 37832300: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, "/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html"=>Awestruct::Page{ 37623780: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, "/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html"=>Awestruct::Page{ 37288880: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, "/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html"=>Awestruct::Page{ 36558420: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, "/blog/2015/08/25/announcing-the-travel-grant-program/index.html"=>Awestruct::Page{ 35783660: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, "/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html"=>Awestruct::Page{ 31190820: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, "/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html"=>Awestruct::Page{ 30885300: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, "/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html"=>Awestruct::Page{ 30140760: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, "/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html"=>Awestruct::Page{ 29715420: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, "/blog/2015/09/01/take-the-2015-jenkins-survey/index.html"=>Awestruct::Page{ 28730160: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, "/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html"=>Awestruct::Page{ 23942180: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, "/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html"=>Awestruct::Page{ 20575280: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, "/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html"=>Awestruct::Page{ 41012900: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, "/blog/2015/09/29/gui-improvements-on-the-horizon/index.html"=>Awestruct::Page{ 40597340: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, "/blog/2015/09/30/bay-area-jam/index.html"=>Awestruct::Page{ 40109220: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, "/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html"=>Awestruct::Page{ 39672540: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, "/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html"=>Awestruct::Page{ 39271280: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, "/blog/2015/10/09/cooking-up-jams/index.html"=>Awestruct::Page{ 38776340: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, "/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html"=>Awestruct::Page{ 38356400: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, "/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html"=>Awestruct::Page{ 38178620: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, "/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html"=>Awestruct::Page{ 37983960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, "/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html"=>Awestruct::Page{ 37791340: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, "/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html"=>Awestruct::Page{ 37569860: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, "/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html"=>Awestruct::Page{ 37204480: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, "/blog/2015/11/01/adopt-a-plugin/index.html"=>Awestruct::Page{ 36345360: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, "/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html"=>Awestruct::Page{ 35574000: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, "/blog/2015/11/04/jenkins-and-docker/index.html"=>Awestruct::Page{ 31111960: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, "/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html"=>Awestruct::Page{ 31001840: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, "/blog/2015/11/06/october-jams/index.html"=>Awestruct::Page{ 30316800: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, "/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html"=>Awestruct::Page{ 29897340: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, "/blog/2015/11/16/celebrating-hacksgiving/index.html"=>Awestruct::Page{ 29164240: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, "/blog/2015/12/02/hacksgiving-left-overs/index.html"=>Awestruct::Page{ 24432620: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, "/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html"=>Awestruct::Page{ 21165360: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, "/blog/2015/12/09/security-updates-released-today/index.html"=>Awestruct::Page{ 37409720: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, "/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html"=>Awestruct::Page{ 40701400: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, "/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html"=>Awestruct::Page{ 40251920: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html"=>Awestruct::Page{ 39808660: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html"=>Awestruct::Page{ 39408140: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html"=>Awestruct::Page{ 38935340: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, "/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html"=>Awestruct::Page{ 38414220: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, "/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html"=>Awestruct::Page{ 38233520: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, "/blog/2016/01/04/jenkins-at-scale14x/index.html"=>Awestruct::Page{ 37630360: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, "/blog/2016/01/05/new-website/index.html"=>Awestruct::Page{ 37240280: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, "/blog/2016/01/07/official-code-of-conduct/index.html"=>Awestruct::Page{ 36259080: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, "/blog/2016/01/10/beautiful-jenkins-dashboard/index.html"=>Awestruct::Page{ 35332240: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, "/blog/2016/01/26/office-hour-javascript-development/index.html"=>Awestruct::Page{ 30959520: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, "/blog/2016/01/27/jenkins-world-call-for-papers/index.html"=>Awestruct::Page{ 30146660: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, "/blog/2016/02/06/scale14x-conference-report/index.html"=>Awestruct::Page{ 29598380: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, "/blog/2016/02/19/january-2016-sf-jam/index.html"=>Awestruct::Page{ 24701240: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, "/blog/2016/02/24/jenkins-security-update/index.html"=>Awestruct::Page{ 23041820: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, "/blog/2016/02/29/jenkins2-alphas/index.html"=>Awestruct::Page{ 18262600: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, "/blog/2016/03/02/toulousejam-hackergarten/index.html"=>Awestruct::Page{ 40633240: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, "/blog/2016/03/03/gsoc2016-announcement/index.html"=>Awestruct::Page{ 40153920: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, "/blog/2016/03/11/new-jenkins-20-preview/index.html"=>Awestruct::Page{ 39654740: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, "/blog/2016/03/15/jenkins-certification/index.html"=>Awestruct::Page{ 39135040: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, "/blog/2016/03/18/jenkins-20-test-fest/index.html"=>Awestruct::Page{ 38451900: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, "/blog/2016/03/21/vjam/index.html"=>Awestruct::Page{ 38237520: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, "/blog/2016/03/24/jenkins-2-beta-released/index.html"=>Awestruct::Page{ 38031180: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, "/blog/2016/03/30/usage-statistics-privacy-advisory/index.html"=>Awestruct::Page{ 37811500: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, "/blog/2016/04/01/march-2016-jam-st-petersburg/index.html"=>Awestruct::Page{ 37518100: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, "/blog/2016/04/07/2/index.html"=>Awestruct::Page{ 36811480: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, "/blog/2016/04/07/jenkins-community-survey-results-blog/index.html"=>Awestruct::Page{ 35838560: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, "/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html"=>Awestruct::Page{ 31102720: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, "/blog/2016/04/11/gsoc2016-mentors-call/index.html"=>Awestruct::Page{ 30370880: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, "/blog/2016/04/11/jenkins-plugins-security-update/index.html"=>Awestruct::Page{ 29927060: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, "/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html"=>Awestruct::Page{ 28998660: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, "/blog/2016/04/14/jenkins-world-registration-is-open/index.html"=>Awestruct::Page{ 23926280: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, "/blog/2016/04/14/replay-with-pipeline/index.html"=>Awestruct::Page{ 19409280: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, "/blog/2016/04/15/the-need-for-pipeline/index.html"=>Awestruct::Page{ 40720860: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, "/blog/2016/04/21/dsl-plugins/index.html"=>Awestruct::Page{ 40152060: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, "/blog/2016/04/22/pipeline-2/index.html"=>Awestruct::Page{ 39637980: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, "/blog/2016/04/22/possible-infra-compromise/index.html"=>Awestruct::Page{ 39127040: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, "/blog/2016/04/26/jenkins-20-is-here/index.html"=>Awestruct::Page{ 38434980: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, "/blog/2016/05/10/jenkins-20-vjam/index.html"=>Awestruct::Page{ 38171280: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, "/blog/2016/05/11/security-update/index.html"=>Awestruct::Page{ 37960980: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, "/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html"=>Awestruct::Page{ 37737580: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, "/blog/2016/05/17/state-of-jam/index.html"=>Awestruct::Page{ 37376020: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, "/blog/2016/05/18/announcing-azure-partnership/index.html"=>Awestruct::Page{ 36512880: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, "/blog/2016/05/23/external-workspace-manager-plugin/index.html"=>Awestruct::Page{ 35471180: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, "/blog/2016/05/25/update-plugin-for-pipeline/index.html"=>Awestruct::Page{ 30937020: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, "/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html"=>Awestruct::Page{ 30093840: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, "/blog/2016/05/26/introducing-blue-ocean/index.html"=>Awestruct::Page{ 29390880: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, "/blog/2016/05/31/pipeline-snippetizer/index.html"=>Awestruct::Page{ 24473620: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, "/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html"=>Awestruct::Page{ 20658920: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, "/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html"=>Awestruct::Page{ 40947680: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, "/blog/2016/06/13/gsoc-usage-stats-analysis/index.html"=>Awestruct::Page{ 40382640: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, "/blog/2016/06/13/june-jenkins-events/index.html"=>Awestruct::Page{ 39844360: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, "/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html"=>Awestruct::Page{ 39352900: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, "/blog/2016/06/14/jenkins-world-agenda/index.html"=>Awestruct::Page{ 38766640: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, "/blog/2016/06/15/jenkins-pipeline-scalability/index.html"=>Awestruct::Page{ 38288020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, "/blog/2016/06/16/parallel-test-executor-plugin/index.html"=>Awestruct::Page{ 38041860: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, "/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html"=>Awestruct::Page{ 37802560: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, "/blog/2016/06/29/from-freestyle-to-pipeline/index.html"=>Awestruct::Page{ 37475200: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, "/blog/2016/06/30/ewm-alpha-version/index.html"=>Awestruct::Page{ 36659400: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, "/blog/2016/07/01/html-publisher-plugin/index.html"=>Awestruct::Page{ 35645000: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, "/blog/2016/07/07/jenkins-2/index.html"=>Awestruct::Page{ 31078780: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, "/blog/2016/07/14/2-7-1-re-release/index.html"=>Awestruct::Page{ 30368120: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, "/blog/2016/07/18/pipline-notifications/index.html"=>Awestruct::Page{ 29815260: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, "/blog/2016/07/19/blue-ocean-update/index.html"=>Awestruct::Page{ 28664420: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, "/blog/2016/07/26/join-me-at-jenkinsworld/index.html"=>Awestruct::Page{ 23329320: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, "/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html"=>Awestruct::Page{ 18289920: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, "/blog/2016/08/08/docker-pipeline-environments/index.html"=>Awestruct::Page{ 40606140: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, "/blog/2016/08/09/ewm-beta-version/index.html"=>Awestruct::Page{ 40017860: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, "/blog/2016/08/10/rails-cd-with-pipeline/index.html"=>Awestruct::Page{ 39415140: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, "/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html"=>Awestruct::Page{ 38860480: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, "/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html"=>Awestruct::Page{ 38362100: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, "/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html"=>Awestruct::Page{ 38246860: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, "/blog/2016/08/22/ewm-stable-release/index.html"=>Awestruct::Page{ 38006680: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, "/blog/2016/08/24/jenkins-world-2016-festivities/index.html"=>Awestruct::Page{ 37762120: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, "/blog/2016/08/26/ask-the-experts-jenkins-world/index.html"=>Awestruct::Page{ 37428040: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, "/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html"=>Awestruct::Page{ 36560060: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, "/blog/2016/08/29/sauce-pipeline/index.html"=>Awestruct::Page{ 35467580: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, "/blog/2016/08/30/ask-experts-demos/index.html"=>Awestruct::Page{ 30990960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, "/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html"=>Awestruct::Page{ 30138920: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, "/blog/2016/09/01/jenkins-world-contributor-summit/index.html"=>Awestruct::Page{ 29546300: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, "/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html"=>Awestruct::Page{ 24614280: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, "/blog/2016/09/07/pipeline-at-jenkins-world/index.html"=>Awestruct::Page{ 20636380: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, "/blog/2016/09/08/continuous-delivery-of-infra/index.html"=>Awestruct::Page{ 40929420: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, "/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html"=>Awestruct::Page{ 40385440: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, "/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html"=>Awestruct::Page{ 39812460: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, "/blog/2016/09/20/jom-plugin-development/index.html"=>Awestruct::Page{ 39304960: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, "/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html"=>Awestruct::Page{ 38746000: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, "/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html"=>Awestruct::Page{ 38276480: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, "/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html"=>Awestruct::Page{ 38026840: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, "/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html"=>Awestruct::Page{ 37782400: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, "/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html"=>Awestruct::Page{ 37476520: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, "/blog/2016/10/16/stage-lock-milestone/index.html"=>Awestruct::Page{ 36596540: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, "/blog/2016/10/18/jenkins-world-2016-videos/index.html"=>Awestruct::Page{ 35648700: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, "/blog/2016/10/31/xunit-reporting/index.html"=>Awestruct::Page{ 30993480: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, "/blog/2016/11/11/monthly-jam-recap-october/index.html"=>Awestruct::Page{ 30161980: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, "/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html"=>Awestruct::Page{ 29615820: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, "/blog/2016/11/13/november-jenkins-events/index.html"=>Awestruct::Page{ 24699220: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, "/blog/2016/11/16/security-updates-addressing-zero-day/index.html"=>Awestruct::Page{ 21302060: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, "/blog/2016/11/21/gc-tuning/index.html"=>Awestruct::Page{ 40893760: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, "/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html"=>Awestruct::Page{ 40372480: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, "/blog/2016/12/09/december-jenkins-events/index.html"=>Awestruct::Page{ 39833820: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, "/blog/2016/12/10/monthly-jam-recap-november/index.html"=>Awestruct::Page{ 39300960: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, "/blog/2016/12/19/declarative-pipeline-beta/index.html"=>Awestruct::Page{ 38708440: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, "/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html"=>Awestruct::Page{ 38238300: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, "/blog/2016/12/31/what-a-year/index.html"=>Awestruct::Page{ 37976760: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, "/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html"=>Awestruct::Page{ 37712920: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, "/blog/2017/01/10/security-warnings/index.html"=>Awestruct::Page{ 37359640: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, "/blog/2017/01/11/jenkins-world-2017-cfp/index.html"=>Awestruct::Page{ 36439480: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, "/blog/2017/01/12/declarative-pipeline-beta-2/index.html"=>Awestruct::Page{ 35409320: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, "/blog/2017/01/13/blueocean-dev-log-jan/index.html"=>Awestruct::Page{ 30974940: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, "/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html"=>Awestruct::Page{ 30152520: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, "/blog/2017/01/17/scm-api-2/index.html"=>Awestruct::Page{ 29461180: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, "/blog/2017/01/19/converting-conditional-to-pipeline/index.html"=>Awestruct::Page{ 23939360: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, "/blog/2017/01/20/blueocean-dev-log-jan2/index.html"=>Awestruct::Page{ 19705000: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, "/blog/index.html"=>Awestruct::Page{ 40850540: output_path=>/blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/index.md, layout=>refresh }, "/blog/take-2015-jenkins-survey/index.html"=>Awestruct::Page{ 40674240: output_path=>/blog/take-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/take-2015-jenkins-survey/index.md, layout=>refresh }, "/changelog/index.html"=>Awestruct::Page{ 40510180: output_path=>/changelog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog/index.html, layout=>post }, "/changelog-old/index.html"=>Awestruct::Page{ 39416320: output_path=>/changelog-old/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-old.html, layout=> }, "/changelog-stable/index.html"=>Awestruct::Page{ 37821180: output_path=>/changelog-stable/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-stable/index.html, layout=>post }, "/changelog.css"=>Awestruct::Page{ 37253220: output_path=>/changelog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.css, layout=> }, "/changelog.html/index.html"=>Awestruct::Page{ 37206580: output_path=>/changelog.html/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.html/index.md, layout=>refresh }, "/conduct/index.html"=>Awestruct::Page{ 36662160: output_path=>/conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/conduct.adoc, layout=>simplepage }, "/content/100k-celebration-podcast/index.html"=>Awestruct::Page{ 35571060: output_path=>/content/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast/index.md, layout=>refresh }, "/content/100k-celebration-podcast-recording/index.html"=>Awestruct::Page{ 35244320: output_path=>/content/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast-recording/index.md, layout=>refresh }, "/content/11th-international-free-software-forum-brazil/index.html"=>Awestruct::Page{ 31151200: output_path=>/content/11th-international-free-software-forum-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/11th-international-free-software-forum-brazil/index.md, layout=>refresh }, "/content/2-version-control-plugins-beta-testing-major-release/index.html"=>Awestruct::Page{ 31027660: output_path=>/content/2-version-control-plugins-beta-testing-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2-version-control-plugins-beta-testing-major-release/index.md, layout=>refresh }, "/content/2011-donation-drive/index.html"=>Awestruct::Page{ 30888800: output_path=>/content/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2011-donation-drive/index.md, layout=>refresh }, "/content/2012-jenkins-survey-results-are/index.html"=>Awestruct::Page{ 30424120: output_path=>/content/2012-jenkins-survey-results-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2012-jenkins-survey-results-are/index.md, layout=>refresh }, "/content/2015-jenkins-user-conferences-call-papers/index.html"=>Awestruct::Page{ 30196680: output_path=>/content/2015-jenkins-user-conferences-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2015-jenkins-user-conferences-call-papers/index.md, layout=>refresh }, "/content/about-jenkins-ci/index.html"=>Awestruct::Page{ 30031600: output_path=>/content/about-jenkins-ci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/about-jenkins-ci/index.md, layout=>post }, "/content/acceptance-test-project-progress-report/index.html"=>Awestruct::Page{ 29464700: output_path=>/content/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/acceptance-test-project-progress-report/index.md, layout=>refresh }, "/content/active-directory-plugin-improvements/index.html"=>Awestruct::Page{ 29017140: output_path=>/content/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/active-directory-plugin-improvements/index.md, layout=>refresh }, "/content/adding-diagrams-wiki/index.html"=>Awestruct::Page{ 28572660: output_path=>/content/adding-diagrams-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adding-diagrams-wiki/index.md, layout=>refresh }, "/content/adopt-plugin/index.html"=>Awestruct::Page{ 24431940: output_path=>/content/adopt-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin/index.md, layout=>refresh }, "/content/adopt-plugin-0/index.html"=>Awestruct::Page{ 23727280: output_path=>/content/adopt-plugin-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin-0/index.md, layout=>refresh }, "/content/advancing-jenkins-gui-configuring-items-jenkins/index.html"=>Awestruct::Page{ 22955600: output_path=>/content/advancing-jenkins-gui-configuring-items-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/advancing-jenkins-gui-configuring-items-jenkins/index.md, layout=>refresh }, "/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html"=>Awestruct::Page{ 20603560: output_path=>/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md, layout=>refresh }, "/content/announcing-hudson-20-roadmap/index.html"=>Awestruct::Page{ 19386040: output_path=>/content/announcing-hudson-20-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-hudson-20-roadmap/index.md, layout=>refresh }, "/content/announcing-jenkins-cia/index.html"=>Awestruct::Page{ 41056380: output_path=>/content/announcing-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-jenkins-cia/index.md, layout=>refresh }, "/content/announcing-travel-grant-program/index.html"=>Awestruct::Page{ 40891060: output_path=>/content/announcing-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-travel-grant-program/index.md, layout=>refresh }, "/content/another-big-thank-you-rackspace/index.html"=>Awestruct::Page{ 40719020: output_path=>/content/another-big-thank-you-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/another-big-thank-you-rackspace/index.md, layout=>refresh }, "/content/bay-area-jam/index.html"=>Awestruct::Page{ 40523320: output_path=>/content/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jam/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html"=>Awestruct::Page{ 40333300: output_path=>/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-looking-you/index.html"=>Awestruct::Page{ 40146260: output_path=>/content/bay-area-jenkins-area-meet-looking-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-looking-you/index.md, layout=>refresh }, "/content/beginning-new-era-ruby-plugins-now-reality/index.html"=>Awestruct::Page{ 39948760: output_path=>/content/beginning-new-era-ruby-plugins-now-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/beginning-new-era-ruby-plugins-now-reality/index.md, layout=>refresh }, "/content/behind-scenes-jenkins-user-conference-palo-alto/index.html"=>Awestruct::Page{ 39755520: output_path=>/content/behind-scenes-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/behind-scenes-jenkins-user-conference-palo-alto/index.md, layout=>refresh }, "/content/big-security-fix-hudson-1371-released/index.html"=>Awestruct::Page{ 39571840: output_path=>/content/big-security-fix-hudson-1371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-security-fix-hudson-1371-released/index.md, layout=>refresh }, "/content/big-thanks-rackspace/index.html"=>Awestruct::Page{ 39415700: output_path=>/content/big-thanks-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-thanks-rackspace/index.md, layout=>refresh }, "/content/breaking-hudson-1345-released/index.html"=>Awestruct::Page{ 39221740: output_path=>/content/breaking-hudson-1345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1345-released/index.md, layout=>refresh }, "/content/breaking-hudson-1351-released/index.html"=>Awestruct::Page{ 39042140: output_path=>/content/breaking-hudson-1351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1351-released/index.md, layout=>refresh }, "/content/breakingbuilds/index.html"=>Awestruct::Page{ 38787140: output_path=>/content/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breakingbuilds/index.md, layout=>refresh }, "/content/brief-update/index.html"=>Awestruct::Page{ 38470800: output_path=>/content/brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/brief-update/index.md, layout=>refresh }, "/content/building-jenkins-plugins-gradle/index.html"=>Awestruct::Page{ 38394240: output_path=>/content/building-jenkins-plugins-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-jenkins-plugins-gradle/index.md, layout=>refresh }, "/content/building-software-diamond-jenkins/index.html"=>Awestruct::Page{ 38315840: output_path=>/content/building-software-diamond-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-software-diamond-jenkins/index.md, layout=>refresh }, "/content/call-sponsors-2014-jenkins-user-conferences/index.html"=>Awestruct::Page{ 38239960: output_path=>/content/call-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-sponsors-2014-jenkins-user-conferences/index.md, layout=>refresh }, "/content/call-testers-older-better/index.html"=>Awestruct::Page{ 38160160: output_path=>/content/call-testers-older-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-older-better/index.md, layout=>refresh }, "/content/call-testers-upcoming-lts-update/index.html"=>Awestruct::Page{ 38079260: output_path=>/content/call-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-upcoming-lts-update/index.md, layout=>refresh }, "/content/casual-fridays-directing-traffic-hudson/index.html"=>Awestruct::Page{ 37990740: output_path=>/content/casual-fridays-directing-traffic-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/casual-fridays-directing-traffic-hudson/index.md, layout=>refresh }, "/content/celebrating-hacksgiving/index.html"=>Awestruct::Page{ 37911660: output_path=>/content/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/celebrating-hacksgiving/index.md, layout=>refresh }, "/content/chat/index.html"=>Awestruct::Page{ 37825960: output_path=>/content/chat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/chat/index.md, layout=>post }, "/content/ci-dinner-wednesday-630/index.html"=>Awestruct::Page{ 37578240: output_path=>/content/ci-dinner-wednesday-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ci-dinner-wednesday-630/index.md, layout=>refresh }, "/content/cloudbees-announce-hudson-service/index.html"=>Awestruct::Page{ 37475580: output_path=>/content/cloudbees-announce-hudson-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cloudbees-announce-hudson-service/index.md, layout=>refresh }, "/content/come-join-infra-team/index.html"=>Awestruct::Page{ 37267200: output_path=>/content/come-join-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-infra-team/index.md, layout=>refresh }, "/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html"=>Awestruct::Page{ 37101900: output_path=>/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md, layout=>refresh }, "/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html"=>Awestruct::Page{ 36599040: output_path=>/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md, layout=>refresh }, "/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html"=>Awestruct::Page{ 36260920: output_path=>/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md, layout=>refresh }, "/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html"=>Awestruct::Page{ 35956780: output_path=>/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md, layout=>refresh }, "/content/confluence-migration-weekend/index.html"=>Awestruct::Page{ 35548600: output_path=>/content/confluence-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/confluence-migration-weekend/index.md, layout=>refresh }, "/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html"=>Awestruct::Page{ 35227240: output_path=>/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md, layout=>refresh }, "/content/continuous-deployment-new-digg/index.html"=>Awestruct::Page{ 31142700: output_path=>/content/continuous-deployment-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-new-digg/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-4/index.html"=>Awestruct::Page{ 31015900: output_path=>/content/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-4/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-5/index.html"=>Awestruct::Page{ 30876580: output_path=>/content/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-5/index.md, layout=>refresh }, "/content/continuous-information-vol2/index.html"=>Awestruct::Page{ 30396940: output_path=>/content/continuous-information-vol2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-vol2/index.md, layout=>refresh }, "/content/cooking-jams/index.html"=>Awestruct::Page{ 30182420: output_path=>/content/cooking-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cooking-jams/index.md, layout=>refresh }, "/content/copenhagen-hudson-user-meetup/index.html"=>Awestruct::Page{ 29999460: output_path=>/content/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/copenhagen-hudson-user-meetup/index.md, layout=>refresh }, "/content/critical-security-advisory-jenkins-core/index.html"=>Awestruct::Page{ 29854920: output_path=>/content/critical-security-advisory-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/critical-security-advisory-jenkins-core/index.md, layout=>refresh }, "/content/cve-2014-3566-poodle-impact-jenkins/index.html"=>Awestruct::Page{ 29601240: output_path=>/content/cve-2014-3566-poodle-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-3566-poodle-impact-jenkins/index.md, layout=>refresh }, "/content/cve-2014-6271-impact-jenkins/index.html"=>Awestruct::Page{ 29166780: output_path=>/content/cve-2014-6271-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-6271-impact-jenkins/index.md, layout=>refresh }, "/content/dead-bug-good-bug/index.html"=>Awestruct::Page{ 28677400: output_path=>/content/dead-bug-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dead-bug-good-bug/index.md, layout=>refresh }, "/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html"=>Awestruct::Page{ 24606900: output_path=>/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md, layout=>refresh }, "/content/december-jam-world-tour-lima-peru/index.html"=>Awestruct::Page{ 24052220: output_path=>/content/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-lima-peru/index.md, layout=>refresh }, "/content/december-jam-world-tour-st-petersburg-russia/index.html"=>Awestruct::Page{ 23314120: output_path=>/content/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-st-petersburg-russia/index.md, layout=>refresh }, "/content/december-jam-world-tour-toulouse-france/index.html"=>Awestruct::Page{ 20820340: output_path=>/content/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-toulouse-france/index.md, layout=>refresh }, "/content/digg-technical-talk/index.html"=>Awestruct::Page{ 19705280: output_path=>/content/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/digg-technical-talk/index.md, layout=>refresh }, "/content/dinner-after-juc/index.html"=>Awestruct::Page{ 41061640: output_path=>/content/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dinner-after-juc/index.md, layout=>refresh }, "/content/dkim-and-spf-deployed/index.html"=>Awestruct::Page{ 40945760: output_path=>/content/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dkim-and-spf-deployed/index.md, layout=>refresh }, "/content/dogfooding-hudson-were-looking-slaves/index.html"=>Awestruct::Page{ 40753680: output_path=>/content/dogfooding-hudson-were-looking-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dogfooding-hudson-were-looking-slaves/index.md, layout=>refresh }, "/content/event-calendar/index.html"=>Awestruct::Page{ 40592540: output_path=>/content/event-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/event-calendar/index.html, layout=>post }, "/content/experimental-plugins-update-center/index.html"=>Awestruct::Page{ 40100860: output_path=>/content/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/experimental-plugins-update-center/index.md, layout=>refresh }, "/content/extreme-feedback-lamp-switch-gear-style/index.html"=>Awestruct::Page{ 39904680: output_path=>/content/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/extreme-feedback-lamp-switch-gear-style/index.md, layout=>refresh }, "/content/faster-slave-classloading/index.html"=>Awestruct::Page{ 39720360: output_path=>/content/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/faster-slave-classloading/index.md, layout=>refresh }, "/content/final-two-run-vote-new-jenkins-logo/index.html"=>Awestruct::Page{ 39508720: output_path=>/content/final-two-run-vote-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/final-two-run-vote-new-jenkins-logo/index.md, layout=>refresh }, "/content/first-24-hours-downloads/index.html"=>Awestruct::Page{ 39368860: output_path=>/content/first-24-hours-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-24-hours-downloads/index.md, layout=>refresh }, "/content/first-governance-meeting-recap/index.html"=>Awestruct::Page{ 39184960: output_path=>/content/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-governance-meeting-recap/index.md, layout=>refresh }, "/content/fosdem-2012-recap/index.html"=>Awestruct::Page{ 38962180: output_path=>/content/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2012-recap/index.md, layout=>refresh }, "/content/fosdem-2016-travel-grant-program/index.html"=>Awestruct::Page{ 38754780: output_path=>/content/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2016-travel-grant-program/index.md, layout=>refresh }, "/content/freebsd-project-use-jenkins-os-testing/index.html"=>Awestruct::Page{ 38447140: output_path=>/content/freebsd-project-use-jenkins-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/freebsd-project-use-jenkins-os-testing/index.md, layout=>refresh }, "/content/fundraising-drive-update-thank-you-everyone/index.html"=>Awestruct::Page{ 38368500: output_path=>/content/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-drive-update-thank-you-everyone/index.md, layout=>refresh }, "/content/fundraising-travel-grant/index.html"=>Awestruct::Page{ 38289420: output_path=>/content/fundraising-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-travel-grant/index.md, layout=>refresh }, "/content/gee-thanks/index.html"=>Awestruct::Page{ 38211320: output_path=>/content/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gee-thanks/index.md, layout=>refresh }, "/content/geek-choice-awards-2014/index.html"=>Awestruct::Page{ 38134920: output_path=>/content/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/geek-choice-awards-2014/index.md, layout=>refresh }, "/content/get-drunk-code-juc-boston/index.html"=>Awestruct::Page{ 38049700: output_path=>/content/get-drunk-code-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-drunk-code-juc-boston/index.md, layout=>refresh }, "/content/get-excited-and-make-things/index.html"=>Awestruct::Page{ 37959540: output_path=>/content/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-excited-and-make-things/index.md, layout=>refresh }, "/content/get-together-beer-garden-juc-berlin/index.html"=>Awestruct::Page{ 37884240: output_path=>/content/get-together-beer-garden-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-together-beer-garden-juc-berlin/index.md, layout=>refresh }, "/content/getting-started-building-android-apps-hudson/index.html"=>Awestruct::Page{ 37793980: output_path=>/content/getting-started-building-android-apps-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/getting-started-building-android-apps-hudson/index.md, layout=>refresh }, "/content/giving-back-community-3-ways-keep-jenkins-growing/index.html"=>Awestruct::Page{ 37703520: output_path=>/content/giving-back-community-3-ways-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/giving-back-community-3-ways-keep-jenkins-growing/index.md, layout=>refresh }, "/content/good-bye-java6/index.html"=>Awestruct::Page{ 37583360: output_path=>/content/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/good-bye-java6/index.md, layout=>refresh }, "/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html"=>Awestruct::Page{ 37480060: output_path=>/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md, layout=>refresh }, "/content/governance-meeting-today/index.html"=>Awestruct::Page{ 37270640: output_path=>/content/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/governance-meeting-today/index.md, layout=>refresh }, "/content/gradle-fy-your-jenkins-plugin-project/index.html"=>Awestruct::Page{ 37104360: output_path=>/content/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gradle-fy-your-jenkins-plugin-project/index.md, layout=>refresh }, "/content/gui-improvements-horizon/index.html"=>Awestruct::Page{ 36619340: output_path=>/content/gui-improvements-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gui-improvements-horizon/index.md, layout=>refresh }, "/content/hacksgiving-left-overs/index.html"=>Awestruct::Page{ 36263220: output_path=>/content/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hacksgiving-left-overs/index.md, layout=>refresh }, "/content/hamburg-hackathon-great-success/index.html"=>Awestruct::Page{ 35958420: output_path=>/content/hamburg-hackathon-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hamburg-hackathon-great-success/index.md, layout=>refresh }, "/content/happy-birthday-jenkins/index.html"=>Awestruct::Page{ 35548680: output_path=>/content/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/happy-birthday-jenkins/index.md, layout=>refresh }, "/content/highlight-video-juc-2011/index.html"=>Awestruct::Page{ 35225920: output_path=>/content/highlight-video-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/highlight-video-juc-2011/index.md, layout=>refresh }, "/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html"=>Awestruct::Page{ 31140300: output_path=>/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md, layout=>refresh }, "/content/home-page/index.html"=>Awestruct::Page{ 31010660: output_path=>/content/home-page/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/home-page/index.html, layout=>post }, "/content/hosting-your-hudson-plugin-github/index.html"=>Awestruct::Page{ 30341620: output_path=>/content/hosting-your-hudson-plugin-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hosting-your-hudson-plugin-github/index.md, layout=>refresh }, "/content/hudson-1344-released/index.html"=>Awestruct::Page{ 30089520: output_path=>/content/hudson-1344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1344-released/index.md, layout=>refresh }, "/content/hudson-1346-released/index.html"=>Awestruct::Page{ 29927380: output_path=>/content/hudson-1346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1346-released/index.md, layout=>refresh }, "/content/hudson-1347-released/index.html"=>Awestruct::Page{ 29714240: output_path=>/content/hudson-1347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1347-released/index.md, layout=>refresh }, "/content/hudson-1348-released/index.html"=>Awestruct::Page{ 29363520: output_path=>/content/hudson-1348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1348-released/index.md, layout=>refresh }, "/content/hudson-1349-released/index.html"=>Awestruct::Page{ 28871600: output_path=>/content/hudson-1349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1349-released/index.md, layout=>refresh }, "/content/hudson-1350-released/index.html"=>Awestruct::Page{ 24965480: output_path=>/content/hudson-1350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1350-released/index.md, layout=>refresh }, "/content/hudson-1352-released/index.html"=>Awestruct::Page{ 24238580: output_path=>/content/hudson-1352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1352-released/index.md, layout=>refresh }, "/content/hudson-1353-released/index.html"=>Awestruct::Page{ 23595640: output_path=>/content/hudson-1353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1353-released/index.md, layout=>refresh }, "/content/hudson-1354-released/index.html"=>Awestruct::Page{ 21262940: output_path=>/content/hudson-1354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1354-released/index.md, layout=>refresh }, "/content/hudson-1355-released/index.html"=>Awestruct::Page{ 19864940: output_path=>/content/hudson-1355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1355-released/index.md, layout=>refresh }, "/content/hudson-1362-released/index.html"=>Awestruct::Page{ 19246760: output_path=>/content/hudson-1362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1362-released/index.md, layout=>refresh }, "/content/hudson-1363-released/index.html"=>Awestruct::Page{ 41015540: output_path=>/content/hudson-1363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1363-released/index.md, layout=>refresh }, "/content/hudson-1368-released/index.html"=>Awestruct::Page{ 40820820: output_path=>/content/hudson-1368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1368-released/index.md, layout=>refresh }, "/content/hudson-1372-sets-sail/index.html"=>Awestruct::Page{ 40633940: output_path=>/content/hudson-1372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1372-sets-sail/index.md, layout=>refresh }, "/content/hudson-anonymous-usage-data/index.html"=>Awestruct::Page{ 40442860: output_path=>/content/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-anonymous-usage-data/index.md, layout=>refresh }, "/content/hudson-events-calendar/index.html"=>Awestruct::Page{ 40251480: output_path=>/content/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-events-calendar/index.md, layout=>refresh }, "/content/hudson-javazone-meetup-oslo/index.html"=>Awestruct::Page{ 40062780: output_path=>/content/hudson-javazone-meetup-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-javazone-meetup-oslo/index.md, layout=>refresh }, "/content/hudson-pycon/index.html"=>Awestruct::Page{ 39862740: output_path=>/content/hudson-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-pycon/index.md, layout=>refresh }, "/content/hudson-sauce-ondemand-webinar/index.html"=>Awestruct::Page{ 39670720: output_path=>/content/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-sauce-ondemand-webinar/index.md, layout=>refresh }, "/content/hudson-selenium-and-sauce-demand-videos/index.html"=>Awestruct::Page{ 39494860: output_path=>/content/hudson-selenium-and-sauce-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-selenium-and-sauce-demand-videos/index.md, layout=>refresh }, "/content/hudson-user-meet-copenhagenoslo/index.html"=>Awestruct::Page{ 39326580: output_path=>/content/hudson-user-meet-copenhagenoslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-copenhagenoslo/index.md, layout=>refresh }, "/content/hudson-user-meet-jerusalem/index.html"=>Awestruct::Page{ 39132900: output_path=>/content/hudson-user-meet-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-jerusalem/index.md, layout=>refresh }, "/content/hudsonmobi-20-hits-android-market/index.html"=>Awestruct::Page{ 38917360: output_path=>/content/hudsonmobi-20-hits-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-20-hits-android-market/index.md, layout=>refresh }, "/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html"=>Awestruct::Page{ 38735840: output_path=>/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md, layout=>refresh }, "/content/hudsons-future/index.html"=>Awestruct::Page{ 38428480: output_path=>/content/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsons-future/index.md, layout=>refresh }, "/content/incoming-more-translations/index.html"=>Awestruct::Page{ 38346520: output_path=>/content/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/incoming-more-translations/index.md, layout=>refresh }, "/content/infoq-ci-survey-2014-0/index.html"=>Awestruct::Page{ 38269160: output_path=>/content/infoq-ci-survey-2014-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/infoq-ci-survey-2014-0/index.md, layout=>refresh }, "/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html"=>Awestruct::Page{ 38188140: output_path=>/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md, layout=>refresh }, "/content/integrating-kubernetes-and-jenkins/index.html"=>Awestruct::Page{ 38106940: output_path=>/content/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/integrating-kubernetes-and-jenkins/index.md, layout=>refresh }, "/content/intro-jenkins-meetup-copenhagen/index.html"=>Awestruct::Page{ 38019300: output_path=>/content/intro-jenkins-meetup-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/intro-jenkins-meetup-copenhagen/index.md, layout=>refresh }, "/content/ips-packages-jenkins-solarisopenindiana/index.html"=>Awestruct::Page{ 37935620: output_path=>/content/ips-packages-jenkins-solarisopenindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ips-packages-jenkins-solarisopenindiana/index.md, layout=>refresh }, "/content/javanet-migration-status-update/index.html"=>Awestruct::Page{ 37858520: output_path=>/content/javanet-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javanet-migration-status-update/index.md, layout=>refresh }, "/content/javaone-day-one-pictures/index.html"=>Awestruct::Page{ 37765140: output_path=>/content/javaone-day-one-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-one-pictures/index.md, layout=>refresh }, "/content/javaone-day-two-pictures/index.html"=>Awestruct::Page{ 37666880: output_path=>/content/javaone-day-two-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-two-pictures/index.md, layout=>refresh }, "/content/javaone-taking-shape/index.html"=>Awestruct::Page{ 37548300: output_path=>/content/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-taking-shape/index.md, layout=>refresh }, "/content/jenkins/index.html"=>Awestruct::Page{ 37419180: output_path=>/content/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins/index.md, layout=>refresh }, "/content/jenkins-100k-celebration-pictures/index.html"=>Awestruct::Page{ 37236020: output_path=>/content/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-100k-celebration-pictures/index.md, layout=>refresh }, "/content/jenkins-15323-lts-released/index.html"=>Awestruct::Page{ 36812820: output_path=>/content/jenkins-15323-lts-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-15323-lts-released/index.md, layout=>refresh }, "/content/jenkins-20-proposal-improved-out-box-user-experience/index.html"=>Awestruct::Page{ 36469720: output_path=>/content/jenkins-20-proposal-improved-out-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-improved-out-box-user-experience/index.md, layout=>refresh }, "/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html"=>Awestruct::Page{ 36148700: output_path=>/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md, layout=>refresh }, "/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html"=>Awestruct::Page{ 35810060: output_path=>/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md, layout=>refresh }, "/content/jenkins-20-proposal-split-groovy-out-core/index.html"=>Awestruct::Page{ 35408280: output_path=>/content/jenkins-20-proposal-split-groovy-out-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-split-groovy-out-core/index.md, layout=>refresh }, "/content/jenkins-20-proposal-ux-improvements-part-one/index.html"=>Awestruct::Page{ 28974400: output_path=>/content/jenkins-20-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-ux-improvements-part-one/index.md, layout=>refresh }, "/content/jenkins-20-proposals/index.html"=>Awestruct::Page{ 31085320: output_path=>/content/jenkins-20-proposals/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposals/index.md, layout=>post }, "/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html"=>Awestruct::Page{ 30420720: output_path=>/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md, layout=>refresh }, "/content/jenkins-and-docker/index.html"=>Awestruct::Page{ 30187000: output_path=>/content/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-docker/index.md, layout=>refresh }, "/content/jenkins-besoin-de-vous/index.html"=>Awestruct::Page{ 30003500: output_path=>/content/jenkins-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-besoin-de-vous/index.md, layout=>refresh }, "/content/jenkins-celebration-day-february-26/index.html"=>Awestruct::Page{ 29855920: output_path=>/content/jenkins-celebration-day-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-celebration-day-february-26/index.md, layout=>refresh }, "/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html"=>Awestruct::Page{ 29599700: output_path=>/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md, layout=>refresh }, "/content/jenkins-cia-program-and-meetup-updates/index.html"=>Awestruct::Page{ 29161620: output_path=>/content/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-cia-program-and-meetup-updates/index.md, layout=>refresh }, "/content/jenkins-community-survey/index.html"=>Awestruct::Page{ 28672680: output_path=>/content/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-community-survey/index.md, layout=>refresh }, "/content/jenkins-conference-slides-and-videos-online/index.html"=>Awestruct::Page{ 24583940: output_path=>/content/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-conference-slides-and-videos-online/index.md, layout=>refresh }, "/content/jenkins-figure-available-shapeways/index.html"=>Awestruct::Page{ 23989440: output_path=>/content/jenkins-figure-available-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-figure-available-shapeways/index.md, layout=>refresh }, "/content/jenkins-fosdem-2014/index.html"=>Awestruct::Page{ 23198900: output_path=>/content/jenkins-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-fosdem-2014/index.md, layout=>refresh }, "/content/jenkins-hits-1400/index.html"=>Awestruct::Page{ 20655180: output_path=>/content/jenkins-hits-1400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1400/index.md, layout=>refresh }, "/content/jenkins-hits-1500/index.html"=>Awestruct::Page{ 19411780: output_path=>/content/jenkins-hits-1500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1500/index.md, layout=>refresh }, "/content/jenkins-javaone-2014/index.html"=>Awestruct::Page{ 37406200: output_path=>/content/jenkins-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-javaone-2014/index.md, layout=>refresh }, "/content/jenkins-keynote-fosdem-2013-0/index.html"=>Awestruct::Page{ 40908900: output_path=>/content/jenkins-keynote-fosdem-2013-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-keynote-fosdem-2013-0/index.md, layout=>refresh }, "/content/jenkins-long-term-release-14092-out/index.html"=>Awestruct::Page{ 40725440: output_path=>/content/jenkins-long-term-release-14092-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-release-14092-out/index.md, layout=>refresh }, "/content/jenkins-long-term-support-release/index.html"=>Awestruct::Page{ 40536420: output_path=>/content/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-support-release/index.md, layout=>refresh }, "/content/jenkins-meetup-munich-videos/index.html"=>Awestruct::Page{ 40337020: output_path=>/content/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-meetup-munich-videos/index.md, layout=>refresh }, "/content/jenkins-netflix-juc-speaker-interview/index.html"=>Awestruct::Page{ 40148640: output_path=>/content/jenkins-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-netflix-juc-speaker-interview/index.md, layout=>refresh }, "/content/jenkins-new-look/index.html"=>Awestruct::Page{ 39949700: output_path=>/content/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-new-look/index.md, layout=>refresh }, "/content/jenkins-next-week-juc-javaone-and-oh-my/index.html"=>Awestruct::Page{ 39754020: output_path=>/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, layout=>post }, "/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html"=>Awestruct::Page{ 39305100: output_path=>/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 39127620: output_path=>/content/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci-0/index.html"=>Awestruct::Page{ 38901980: output_path=>/content/jenkins-office-hours-dotci-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci-0/index.md, layout=>refresh }, "/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html"=>Awestruct::Page{ 38711660: output_path=>/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, layout=>post }, "/content/jenkins-project-meeting-meat-space-call-agenda/index.html"=>Awestruct::Page{ 38299200: output_path=>/content/jenkins-project-meeting-meat-space-call-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-project-meeting-meat-space-call-agenda/index.md, layout=>refresh }, "/content/jenkins-sao-paulo-meetup-weekend/index.html"=>Awestruct::Page{ 38220940: output_path=>/content/jenkins-sao-paulo-meetup-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sao-paulo-meetup-weekend/index.md, layout=>refresh }, "/content/jenkins-scalability-summit-recap/index.html"=>Awestruct::Page{ 38141720: output_path=>/content/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-scalability-summit-recap/index.md, layout=>refresh }, "/content/jenkins-sessions-javaone/index.html"=>Awestruct::Page{ 38057280: output_path=>/content/jenkins-sessions-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sessions-javaone/index.md, layout=>refresh }, "/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html"=>Awestruct::Page{ 37965940: output_path=>/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md, layout=>refresh }, "/content/jenkins-user-conference/index.html"=>Awestruct::Page{ 37888480: output_path=>/content/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference/index.md, layout=>refresh }, "/content/jenkins-user-conference-2012-paris/index.html"=>Awestruct::Page{ 37795920: output_path=>/content/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2012-paris/index.md, layout=>refresh }, "/content/jenkins-user-conference-2013-palo-alto-wrap/index.html"=>Awestruct::Page{ 37704200: output_path=>/content/jenkins-user-conference-2013-palo-alto-wrap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2013-palo-alto-wrap/index.md, layout=>refresh }, "/content/jenkins-user-conference-agenda-news/index.html"=>Awestruct::Page{ 37581920: output_path=>/content/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-agenda-news/index.md, layout=>refresh }, "/content/jenkins-user-conference-boston-around-corner/index.html"=>Awestruct::Page{ 37477600: output_path=>/content/jenkins-user-conference-boston-around-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-boston-around-corner/index.md, layout=>refresh }, "/content/jenkins-user-conference-call-papers/index.html"=>Awestruct::Page{ 37266480: output_path=>/content/jenkins-user-conference-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-completely-full/index.html"=>Awestruct::Page{ 36910260: output_path=>/content/jenkins-user-conference-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-completely-full/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel/index.html"=>Awestruct::Page{ 36582880: output_path=>/content/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-coming-june-6/index.html"=>Awestruct::Page{ 36242400: output_path=>/content/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-coming-june-6/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-summary/index.html"=>Awestruct::Page{ 35909220: output_path=>/content/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-palo-alto-2013/index.html"=>Awestruct::Page{ 35493020: output_path=>/content/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-palo-alto-2013/index.md, layout=>refresh }, "/content/jenkins-user-conference-paris-summary/index.html"=>Awestruct::Page{ 30464700: output_path=>/content/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-paris-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-san-francisco-call-papers/index.html"=>Awestruct::Page{ 31118160: output_path=>/content/jenkins-user-conference-san-francisco-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-san-francisco-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-west-day-1/index.html"=>Awestruct::Page{ 30982500: output_path=>/content/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-west-day-1/index.md, layout=>refresh }, "/content/jenkins-user-conference-–-save-date/index.html"=>Awestruct::Page{ 30845760: output_path=>/content/jenkins-user-conference-–-save-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-–-save-date/index.md, layout=>refresh }, "/content/jenkins-user-conferences-year/index.html"=>Awestruct::Page{ 30603520: output_path=>/content/jenkins-user-conferences-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conferences-year/index.md, layout=>refresh }, "/content/jenkins-user-event-code-camp-2014-copenhagen/index.html"=>Awestruct::Page{ 30120380: output_path=>/content/jenkins-user-event-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-code-camp-2014-copenhagen/index.md, layout=>refresh }, "/content/jenkins-user-event-copenhagen-september-6/index.html"=>Awestruct::Page{ 29953780: output_path=>/content/jenkins-user-event-copenhagen-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-copenhagen-september-6/index.md, layout=>refresh }, "/content/jenkins-user-event-cph/index.html"=>Awestruct::Page{ 29752180: output_path=>/content/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-cph/index.md, layout=>refresh }, "/content/jenkins-user-event-scandinavia-2015/index.html"=>Awestruct::Page{ 29462140: output_path=>/content/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-scandinavia-2015/index.md, layout=>refresh }, "/content/jenkins-user-meet-london/index.html"=>Awestruct::Page{ 28999440: output_path=>/content/jenkins-user-meet-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london/index.md, layout=>refresh }, "/content/jenkins-user-meet-london-0/index.html"=>Awestruct::Page{ 28560920: output_path=>/content/jenkins-user-meet-london-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london-0/index.md, layout=>refresh }, "/content/jenkins-user-meet-paris/index.html"=>Awestruct::Page{ 24379060: output_path=>/content/jenkins-user-meet-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-paris/index.md, layout=>refresh }, "/content/jenkins-won-sdtimes-100-2014/index.html"=>Awestruct::Page{ 23685400: output_path=>/content/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-won-sdtimes-100-2014/index.md, layout=>refresh }, "/content/jenkins-workflow-summit-rsvp/index.html"=>Awestruct::Page{ 21327000: output_path=>/content/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-workflow-summit-rsvp/index.md, layout=>refresh }, "/content/jira-migration-weekend/index.html"=>Awestruct::Page{ 19953380: output_path=>/content/jira-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jira-migration-weekend/index.md, layout=>refresh }, "/content/join-us-jenkins-20-contributor-summit/index.html"=>Awestruct::Page{ 19263060: output_path=>/content/join-us-jenkins-20-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/join-us-jenkins-20-contributor-summit/index.md, layout=>refresh }, "/content/jruby-branch-merged/index.html"=>Awestruct::Page{ 41027160: output_path=>/content/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged/index.md, layout=>refresh }, "/content/jruby-branch-merged-jenkins-master/index.html"=>Awestruct::Page{ 40823860: output_path=>/content/jruby-branch-merged-jenkins-master/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged-jenkins-master/index.md, layout=>refresh }, "/content/juc-2015-call-paper-deadlines-approaching/index.html"=>Awestruct::Page{ 40634500: output_path=>/content/juc-2015-call-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-2015-call-paper-deadlines-approaching/index.md, layout=>refresh }, "/content/juc-agenda-posted/index.html"=>Awestruct::Page{ 40441580: output_path=>/content/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-agenda-posted/index.md, layout=>refresh }, "/content/juc-berlin-summary/index.html"=>Awestruct::Page{ 40248220: output_path=>/content/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-berlin-summary/index.md, layout=>refresh }, "/content/juc-boston-what-day/index.html"=>Awestruct::Page{ 40059000: output_path=>/content/juc-boston-what-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-boston-what-day/index.md, layout=>refresh }, "/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html"=>Awestruct::Page{ 39841920: output_path=>/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md, layout=>refresh }, "/content/juc-europe-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 39655160: output_path=>/content/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-europe-sneak-peak-integrated-pipelines/index.html"=>Awestruct::Page{ 39486960: output_path=>/content/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-sneak-peak-integrated-pipelines/index.md, layout=>refresh }, "/content/juc-israel-report/index.html"=>Awestruct::Page{ 39302320: output_path=>/content/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-israel-report/index.md, layout=>refresh }, "/content/juc-sf-2014-here/index.html"=>Awestruct::Page{ 39116380: output_path=>/content/juc-sf-2014-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-sf-2014-here/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html"=>Awestruct::Page{ 38898380: output_path=>/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html"=>Awestruct::Page{ 38707280: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html"=>Awestruct::Page{ 38415000: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html"=>Awestruct::Page{ 38332400: output_path=>/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html"=>Awestruct::Page{ 38253820: output_path=>/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html"=>Awestruct::Page{ 38171620: output_path=>/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html"=>Awestruct::Page{ 38087060: output_path=>/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html"=>Awestruct::Page{ 37996500: output_path=>/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html"=>Awestruct::Page{ 37914320: output_path=>/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html"=>Awestruct::Page{ 37826020: output_path=>/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html"=>Awestruct::Page{ 37739580: output_path=>/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html"=>Awestruct::Page{ 37619320: output_path=>/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html"=>Awestruct::Page{ 37510180: output_path=>/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html"=>Awestruct::Page{ 37359080: output_path=>/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html"=>Awestruct::Page{ 37136860: output_path=>/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html"=>Awestruct::Page{ 36687500: output_path=>/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html"=>Awestruct::Page{ 36322840: output_path=>/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md, layout=>refresh }, "/content/juc-us-east-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 35999880: output_path=>/content/juc-us-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-east-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-us-west-news-agenda/index.html"=>Awestruct::Page{ 35596000: output_path=>/content/juc-us-west-news-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-west-news-agenda/index.md, layout=>refresh }, "/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html"=>Awestruct::Page{ 35247940: output_path=>/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md, layout=>refresh }, "/content/juseppe-custom-update-site-jenkins/index.html"=>Awestruct::Page{ 31148380: output_path=>/content/juseppe-custom-update-site-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juseppe-custom-update-site-jenkins/index.md, layout=>refresh }, "/content/just-month-left-until-juc-us-west/index.html"=>Awestruct::Page{ 31017620: output_path=>/content/just-month-left-until-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/just-month-left-until-juc-us-west/index.md, layout=>refresh }, "/content/keeping-your-configuration-and-data-subversion/index.html"=>Awestruct::Page{ 30874580: output_path=>/content/keeping-your-configuration-and-data-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/keeping-your-configuration-and-data-subversion/index.md, layout=>refresh }, "/content/kohsuke-leaves-sun/index.html"=>Awestruct::Page{ 30392820: output_path=>/content/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/kohsuke-leaves-sun/index.md, layout=>refresh }, "/content/learn-about-ci-hudson-sf-java-user-group/index.html"=>Awestruct::Page{ 30157000: output_path=>/content/learn-about-ci-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/learn-about-ci-hudson-sf-java-user-group/index.md, layout=>refresh }, "/content/lets-talk-about-hudson-javaone/index.html"=>Awestruct::Page{ 29986600: output_path=>/content/lets-talk-about-hudson-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/lets-talk-about-hudson-javaone/index.md, layout=>refresh }, "/content/links-2010-02-24/index.html"=>Awestruct::Page{ 29827860: output_path=>/content/links-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-24/index.md, layout=>refresh }, "/content/links-2010-02-25/index.html"=>Awestruct::Page{ 29532340: output_path=>/content/links-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-25/index.md, layout=>refresh }, "/content/links-2010-03-04/index.html"=>Awestruct::Page{ 29045120: output_path=>/content/links-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-04/index.md, layout=>refresh }, "/content/links-2010-03-12/index.html"=>Awestruct::Page{ 28585040: output_path=>/content/links-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-12/index.md, layout=>refresh }, "/content/links-2010-03-19/index.html"=>Awestruct::Page{ 24473040: output_path=>/content/links-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-19/index.md, layout=>refresh }, "/content/links-2010-03-23/index.html"=>Awestruct::Page{ 23729240: output_path=>/content/links-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-23/index.md, layout=>refresh }, "/content/links-2010-07-05/index.html"=>Awestruct::Page{ 21538240: output_path=>/content/links-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-07-05/index.md, layout=>refresh }, "/content/literate-builds-wtf/index.html"=>Awestruct::Page{ 20579700: output_path=>/content/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/literate-builds-wtf/index.md, layout=>refresh }, "/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html"=>Awestruct::Page{ 19085540: output_path=>/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md, layout=>refresh }, "/content/live-blog-kohsukes-presentation-javaone/index.html"=>Awestruct::Page{ 41044940: output_path=>/content/live-blog-kohsukes-presentation-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-kohsukes-presentation-javaone/index.md, layout=>refresh }, "/content/loaderio-plugin-developer-interview/index.html"=>Awestruct::Page{ 40851760: output_path=>/content/loaderio-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/loaderio-plugin-developer-interview/index.md, layout=>refresh }, "/content/los-altos-hackathon-friday/index.html"=>Awestruct::Page{ 40651720: output_path=>/content/los-altos-hackathon-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/los-altos-hackathon-friday/index.md, layout=>refresh }, "/content/mailing-lists/index.html"=>Awestruct::Page{ 40459060: output_path=>/content/mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mailing-lists/index.md, layout=>post }, "/content/maven-job-type-performance-improvements-maven-plugin-22/index.html"=>Awestruct::Page{ 39977560: output_path=>/content/maven-job-type-performance-improvements-maven-plugin-22/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/maven-job-type-performance-improvements-maven-plugin-22/index.md, layout=>refresh }, "/content/meet-and-hack-alongside-kohsuke-and-co/index.html"=>Awestruct::Page{ 39764240: output_path=>/content/meet-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-and-hack-alongside-kohsuke-and-co/index.md, layout=>refresh }, "/content/meet-community-juc/index.html"=>Awestruct::Page{ 39568060: output_path=>/content/meet-community-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-community-juc/index.md, layout=>refresh }, "/content/mirror-mirror-wall/index.html"=>Awestruct::Page{ 39409180: output_path=>/content/mirror-mirror-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirror-mirror-wall/index.md, layout=>refresh }, "/content/mirrors/index.html"=>Awestruct::Page{ 39213280: output_path=>/content/mirrors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirrors/index.md, layout=>post }, "/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html"=>Awestruct::Page{ 38709120: output_path=>/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md, layout=>refresh }, "/content/mobile-app-jenkins-user-conference-bay-area/index.html"=>Awestruct::Page{ 38415940: output_path=>/content/mobile-app-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mobile-app-jenkins-user-conference-bay-area/index.md, layout=>refresh }, "/content/monitor-hudson-your-android/index.html"=>Awestruct::Page{ 38332760: output_path=>/content/monitor-hudson-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/monitor-hudson-your-android/index.md, layout=>refresh }, "/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html"=>Awestruct::Page{ 38253220: output_path=>/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md, layout=>refresh }, "/content/more-scalable-slaves/index.html"=>Awestruct::Page{ 38169960: output_path=>/content/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-scalable-slaves/index.md, layout=>refresh }, "/content/munich-hackathon/index.html"=>Awestruct::Page{ 38085140: output_path=>/content/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/munich-hackathon/index.md, layout=>refresh }, "/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html"=>Awestruct::Page{ 37993760: output_path=>/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md, layout=>refresh }, "/content/new-blog-kohsuke/index.html"=>Awestruct::Page{ 37910760: output_path=>/content/new-blog-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-blog-kohsuke/index.md, layout=>refresh }, "/content/new-download-link-test/index.html"=>Awestruct::Page{ 37819800: output_path=>/content/new-download-link-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-download-link-test/index.md, layout=>post }, "/content/new-hudson-mailing-lists/index.html"=>Awestruct::Page{ 37559100: output_path=>/content/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-hudson-mailing-lists/index.md, layout=>refresh }, "/content/new-jenkins-releases-important-security-fixes/index.html"=>Awestruct::Page{ 37428240: output_path=>/content/new-jenkins-releases-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-jenkins-releases-important-security-fixes/index.md, layout=>refresh }, "/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html"=>Awestruct::Page{ 37249880: output_path=>/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md, layout=>refresh }, "/content/new-wiki-url-requirement-plugins/index.html"=>Awestruct::Page{ 36835280: output_path=>/content/new-wiki-url-requirement-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-wiki-url-requirement-plugins/index.md, layout=>refresh }, "/content/nyc-jenkins-user-conference-recap/index.html"=>Awestruct::Page{ 36489940: output_path=>/content/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/nyc-jenkins-user-conference-recap/index.md, layout=>refresh }, "/content/october-jams/index.html"=>Awestruct::Page{ 36149520: output_path=>/content/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/october-jams/index.md, layout=>refresh }, "/content/office-hour-form-handling-jenkins/index.html"=>Awestruct::Page{ 35790040: output_path=>/content/office-hour-form-handling-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-form-handling-jenkins/index.md, layout=>refresh }, "/content/office-hour-proposed-uiux-changes/index.html"=>Awestruct::Page{ 35386300: output_path=>/content/office-hour-proposed-uiux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-proposed-uiux-changes/index.md, layout=>refresh }, "/content/office-hours-are-back/index.html"=>Awestruct::Page{ 31209600: output_path=>/content/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-are-back/index.md, layout=>refresh }, "/content/office-hours-next-week-metadata-plugin/index.html"=>Awestruct::Page{ 31073040: output_path=>/content/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-next-week-metadata-plugin/index.md, layout=>refresh }, "/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html"=>Awestruct::Page{ 30933440: output_path=>/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md, layout=>refresh }, "/content/office-hours-week-git-plugin-refactoring/index.html"=>Awestruct::Page{ 30517240: output_path=>/content/office-hours-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-week-git-plugin-refactoring/index.md, layout=>refresh }, "/content/official-jenkins-lts-docker-image/index.html"=>Awestruct::Page{ 30289500: output_path=>/content/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/official-jenkins-lts-docker-image/index.md, layout=>refresh }, "/content/one-month-continuous-blog/index.html"=>Awestruct::Page{ 30063000: output_path=>/content/one-month-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/one-month-continuous-blog/index.md, layout=>refresh }, "/content/other-events-juc-visitors-cd-seminar/index.html"=>Awestruct::Page{ 29893180: output_path=>/content/other-events-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/other-events-juc-visitors-cd-seminar/index.md, layout=>refresh }, "/content/performance-improvements-1346/index.html"=>Awestruct::Page{ 29670500: output_path=>/content/performance-improvements-1346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/performance-improvements-1346/index.md, layout=>refresh }, "/content/pictures-juc-and-cdsummit/index.html"=>Awestruct::Page{ 29230340: output_path=>/content/pictures-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pictures-juc-and-cdsummit/index.md, layout=>refresh }, "/content/pipeline-code-multibranch-workflows-jenkins/index.html"=>Awestruct::Page{ 28726460: output_path=>/content/pipeline-code-multibranch-workflows-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pipeline-code-multibranch-workflows-jenkins/index.md, layout=>refresh }, "/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html"=>Awestruct::Page{ 24636340: output_path=>/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md, layout=>refresh }, "/content/plugin-spotlight-version-column-plugin/index.html"=>Awestruct::Page{ 24081880: output_path=>/content/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/plugin-spotlight-version-column-plugin/index.md, layout=>refresh }, "/content/polls-are-open-jenkins-logo-contest/index.html"=>Awestruct::Page{ 23260600: output_path=>/content/polls-are-open-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/polls-are-open-jenkins-logo-contest/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup/index.html"=>Awestruct::Page{ 20697680: output_path=>/content/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup-redux/index.html"=>Awestruct::Page{ 19415900: output_path=>/content/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup-redux/index.md, layout=>refresh }, "/content/pre-tested-commits-git/index.html"=>Awestruct::Page{ 37405160: output_path=>/content/pre-tested-commits-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-tested-commits-git/index.md, layout=>refresh }, "/content/python-love-story-virtualenv-and-hudson/index.html"=>Awestruct::Page{ 40906380: output_path=>/content/python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/python-love-story-virtualenv-and-hudson/index.md, layout=>refresh }, "/content/quiet-period-feature/index.html"=>Awestruct::Page{ 40721300: output_path=>/content/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/quiet-period-feature/index.md, layout=>refresh }, "/content/recap-hackathon-part-one/index.html"=>Awestruct::Page{ 40521700: output_path=>/content/recap-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recap-hackathon-part-one/index.md, layout=>refresh }, "/content/recent-label-and-matrix-project-improvement/index.html"=>Awestruct::Page{ 40318320: output_path=>/content/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recent-label-and-matrix-project-improvement/index.md, layout=>refresh }, "/content/reducing-threads-jenkins-ssh-slaves/index.html"=>Awestruct::Page{ 40113180: output_path=>/content/reducing-threads-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reducing-threads-jenkins-ssh-slaves/index.md, layout=>refresh }, "/content/regarding-start-april/index.html"=>Awestruct::Page{ 39928000: output_path=>/content/regarding-start-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/regarding-start-april/index.md, layout=>refresh }, "/content/registration-call-papers-open-juc-palo-alto/index.html"=>Awestruct::Page{ 39740520: output_path=>/content/registration-call-papers-open-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-call-papers-open-juc-palo-alto/index.md, layout=>refresh }, "/content/registration-juc-2015-open/index.html"=>Awestruct::Page{ 39509400: output_path=>/content/registration-juc-2015-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-juc-2015-open/index.md, layout=>refresh }, "/content/reinforcements-subversion-plugin/index.html"=>Awestruct::Page{ 39366440: output_path=>/content/reinforcements-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reinforcements-subversion-plugin/index.md, layout=>refresh }, "/content/release-candidate/index.html"=>Awestruct::Page{ 39162340: output_path=>/content/release-candidate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/release-candidate/index.html, layout=>post }, "/content/report-bugs-and-win-kindle/index.html"=>Awestruct::Page{ 38469220: output_path=>/content/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-bugs-and-win-kindle/index.md, layout=>refresh }, "/content/report-intro-jenkins-meet-copenhagen/index.html"=>Awestruct::Page{ 38389160: output_path=>/content/report-intro-jenkins-meet-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-intro-jenkins-meet-copenhagen/index.md, layout=>refresh }, "/content/report-jenkins-meet-seoul/index.html"=>Awestruct::Page{ 38307320: output_path=>/content/report-jenkins-meet-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-jenkins-meet-seoul/index.md, layout=>refresh }, "/content/resurgence-releng/index.html"=>Awestruct::Page{ 38225680: output_path=>/content/resurgence-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/resurgence-releng/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5122011/index.html"=>Awestruct::Page{ 38144220: output_path=>/content/ruby-plugins-hack-session-5122011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5122011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5272011/index.html"=>Awestruct::Page{ 38058260: output_path=>/content/ruby-plugins-hack-session-5272011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5272011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-notes-6232011/index.html"=>Awestruct::Page{ 37963820: output_path=>/content/ruby-plugins-hack-session-notes-6232011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-notes-6232011/index.md, layout=>refresh }, "/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html"=>Awestruct::Page{ 37883500: output_path=>/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md, layout=>refresh }, "/content/saturday-night-drink/index.html"=>Awestruct::Page{ 37788780: output_path=>/content/saturday-night-drink/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/saturday-night-drink/index.md, layout=>refresh }, "/content/screencast-python-hudson-part-1/index.html"=>Awestruct::Page{ 37696840: output_path=>/content/screencast-python-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/screencast-python-hudson-part-1/index.md, layout=>refresh }, "/content/security-fix-hudson-1365-released/index.html"=>Awestruct::Page{ 37573000: output_path=>/content/security-fix-hudson-1365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-fix-hudson-1365-released/index.md, layout=>refresh }, "/content/security-updates-released-today/index.html"=>Awestruct::Page{ 37466280: output_path=>/content/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-updates-released-today/index.md, layout=>refresh }, "/content/slaves-building-robots/index.html"=>Awestruct::Page{ 37254180: output_path=>/content/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/slaves-building-robots/index.md, layout=>refresh }, "/content/so-youve-found-vulnerability-now-what/index.html"=>Awestruct::Page{ 36848700: output_path=>/content/so-youve-found-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/so-youve-found-vulnerability-now-what/index.md, layout=>refresh }, "/content/sonatype-freeing-projects-javanets-maven-repo/index.html"=>Awestruct::Page{ 36495180: output_path=>/content/sonatype-freeing-projects-javanets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sonatype-freeing-projects-javanets-maven-repo/index.md, layout=>refresh }, "/content/sponsor-jenkins-bugs-freedom-sponsors/index.html"=>Awestruct::Page{ 36168880: output_path=>/content/sponsor-jenkins-bugs-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-bugs-freedom-sponsors/index.md, layout=>refresh }, "/content/sponsor-jenkins-user-conference/index.html"=>Awestruct::Page{ 35810460: output_path=>/content/sponsor-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-user-conference/index.md, layout=>refresh }, "/content/spotlight-ita-software/index.html"=>Awestruct::Page{ 35387840: output_path=>/content/spotlight-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-ita-software/index.md, layout=>refresh }, "/content/spotlight-springsource/index.html"=>Awestruct::Page{ 31210360: output_path=>/content/spotlight-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-springsource/index.md, layout=>refresh }, "/content/spotlight-visfleet/index.html"=>Awestruct::Page{ 31071700: output_path=>/content/spotlight-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-visfleet/index.md, layout=>refresh }, "/content/start-your-own-jenkins-meetup-10-easy-steps/index.html"=>Awestruct::Page{ 30931160: output_path=>/content/start-your-own-jenkins-meetup-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/start-your-own-jenkins-meetup-10-easy-steps/index.md, layout=>refresh }, "/content/state-jenkins-project/index.html"=>Awestruct::Page{ 30496520: output_path=>/content/state-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/state-jenkins-project/index.md, layout=>refresh }, "/content/stickers-starting-arrive/index.html"=>Awestruct::Page{ 30278820: output_path=>/content/stickers-starting-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/stickers-starting-arrive/index.md, layout=>refresh }, "/content/subversion-repository-change-notification-push-vs-pull/index.html"=>Awestruct::Page{ 30056860: output_path=>/content/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/subversion-repository-change-notification-push-vs-pull/index.md, layout=>refresh }, "/content/summary-report-git-repository-disruption-incident-nov-10th/index.html"=>Awestruct::Page{ 29875760: output_path=>/content/summary-report-git-repository-disruption-incident-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/summary-report-git-repository-disruption-incident-nov-10th/index.md, layout=>refresh }, "/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html"=>Awestruct::Page{ 29645480: output_path=>/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md, layout=>refresh }, "/content/take-jenkins-survey/index.html"=>Awestruct::Page{ 29193040: output_path=>/content/take-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/take-jenkins-survey/index.md, layout=>refresh }, "/content/thank-you-downloading-os-x-installer/index.html"=>Awestruct::Page{ 28700100: output_path=>/content/thank-you-downloading-os-x-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-os-x-installer/index.html.haml, layout=>post }, "/content/thank-you-downloading-windows-installer/index.html"=>Awestruct::Page{ 23625840: output_path=>/content/thank-you-downloading-windows-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-windows-installer/index.html.haml, layout=>post }, "/content/thank-you-page-windowsos-x-installers/index.html"=>Awestruct::Page{ 19396140: output_path=>/content/thank-you-page-windowsos-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-page-windowsos-x-installers/index.md, layout=>refresh }, "/content/thanks-help/index.html"=>Awestruct::Page{ 40988820: output_path=>/content/thanks-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-help/index.md, layout=>refresh }, "/content/thanks-support-pagerduty/index.html"=>Awestruct::Page{ 40547040: output_path=>/content/thanks-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-support-pagerduty/index.md, layout=>refresh }, "/content/thinking-about-moving-servlet-30/index.html"=>Awestruct::Page{ 40149120: output_path=>/content/thinking-about-moving-servlet-30/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thinking-about-moving-servlet-30/index.md, layout=>refresh }, "/content/tweet-day/index.html"=>Awestruct::Page{ 39719520: output_path=>/content/tweet-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tweet-day/index.md, layout=>refresh }, "/content/two-weeks-till-jenkins-user-conference-berlin/index.html"=>Awestruct::Page{ 39301720: output_path=>/content/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/two-weeks-till-jenkins-user-conference-berlin/index.md, layout=>refresh }, "/content/upcoming-events-june-and-early-july/index.html"=>Awestruct::Page{ 38796340: output_path=>/content/upcoming-events-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-events-june-and-early-july/index.md, layout=>refresh }, "/content/upcoming-jenkins-events-tokyo/index.html"=>Awestruct::Page{ 38375200: output_path=>/content/upcoming-jenkins-events-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-events-tokyo/index.md, layout=>refresh }, "/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html"=>Awestruct::Page{ 38209880: output_path=>/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md, layout=>refresh }, "/content/upcoming-office-hour-kubernetes/index.html"=>Awestruct::Page{ 38017240: output_path=>/content/upcoming-office-hour-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-kubernetes/index.md, layout=>refresh }, "/content/upcoming-office-hour-workflow/index.html"=>Awestruct::Page{ 37830400: output_path=>/content/upcoming-office-hour-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-workflow/index.md, layout=>refresh }, "/content/upcoming-office-hours-fosdem-planning-session/index.html"=>Awestruct::Page{ 37600340: output_path=>/content/upcoming-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-fosdem-planning-session/index.md, layout=>refresh }, "/content/upcoming-office-hours-jenkins-20/index.html"=>Awestruct::Page{ 37263260: output_path=>/content/upcoming-office-hours-jenkins-20/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-jenkins-20/index.md, layout=>refresh }, "/content/update-wiki-and-issue-tracker-outage/index.html"=>Awestruct::Page{ 36578000: output_path=>/content/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/update-wiki-and-issue-tracker-outage/index.md, layout=>refresh }, "/content/updated-chrome-extension/index.html"=>Awestruct::Page{ 35812660: output_path=>/content/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-chrome-extension/index.md, layout=>refresh }, "/content/updated-usage-stats-available/index.html"=>Awestruct::Page{ 31193440: output_path=>/content/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-usage-stats-available/index.md, layout=>refresh }, "/content/user-interface-refresh/index.html"=>Awestruct::Page{ 30910020: output_path=>/content/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/user-interface-refresh/index.md, layout=>refresh }, "/content/video-kohsuke-talks-hudson-otn/index.html"=>Awestruct::Page{ 30164660: output_path=>/content/video-kohsuke-talks-hudson-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/video-kohsuke-talks-hudson-otn/index.md, layout=>refresh }, "/content/volume-9-jenkins-newsletter-continuous-information-out/index.html"=>Awestruct::Page{ 29768400: output_path=>/content/volume-9-jenkins-newsletter-continuous-information-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volume-9-jenkins-newsletter-continuous-information-out/index.md, layout=>refresh }, "/content/volunteers-needed-juc-sf/index.html"=>Awestruct::Page{ 28880300: output_path=>/content/volunteers-needed-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volunteers-needed-juc-sf/index.md, layout=>refresh }, "/content/want-some-hudson-stickers/index.html"=>Awestruct::Page{ 24256540: output_path=>/content/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/want-some-hudson-stickers/index.md, layout=>refresh }, "/content/week-plugins/index.html"=>Awestruct::Page{ 21158000: output_path=>/content/week-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins/index.md, layout=>refresh }, "/content/week-plugins-0/index.html"=>Awestruct::Page{ 19241660: output_path=>/content/week-plugins-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-0/index.md, layout=>refresh }, "/content/week-plugins-1/index.html"=>Awestruct::Page{ 20941800: output_path=>/content/week-plugins-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-1/index.md, layout=>refresh }, "/content/week-plugins-2/index.html"=>Awestruct::Page{ 24133320: output_path=>/content/week-plugins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-2/index.md, layout=>refresh }, "/content/week-plugins-3/index.html"=>Awestruct::Page{ 28963580: output_path=>/content/week-plugins-3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-3/index.md, layout=>refresh }, "/content/week-plugins-4/index.html"=>Awestruct::Page{ 29776240: output_path=>/content/week-plugins-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-4/index.md, layout=>refresh }, "/content/weekend-update-andrew-bayer/index.html"=>Awestruct::Page{ 30116880: output_path=>/content/weekend-update-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/weekend-update-andrew-bayer/index.md, layout=>refresh }, "/content/welcome-continuous-blog/index.html"=>Awestruct::Page{ 30825360: output_path=>/content/welcome-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-continuous-blog/index.md, layout=>refresh }, "/content/welcome-hudson-labs/index.html"=>Awestruct::Page{ 31033200: output_path=>/content/welcome-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-hudson-labs/index.md, layout=>refresh }, "/content/what-jvm-versions-are-running-jenkins/index.html"=>Awestruct::Page{ 35406620: output_path=>/content/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-jvm-versions-are-running-jenkins/index.md, layout=>refresh }, "/content/what-new-features-do-you-want-see/index.html"=>Awestruct::Page{ 36174560: output_path=>/content/what-new-features-do-you-want-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-new-features-do-you-want-see/index.md, layout=>refresh }, "/content/whats-going-hudsons-infrastructure/index.html"=>Awestruct::Page{ 36767260: output_path=>/content/whats-going-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whats-going-hudsons-infrastructure/index.md, layout=>refresh }, "/content/whos-driving-thing/index.html"=>Awestruct::Page{ 37465600: output_path=>/content/whos-driving-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whos-driving-thing/index.md, layout=>refresh }, "/content/why-does-jenkins-have-blue-balls/index.html"=>Awestruct::Page{ 37699400: output_path=>/content/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/why-does-jenkins-have-blue-balls/index.md, layout=>refresh }, "/content/wiki-and-issue-tracker-outage-over-weekend/index.html"=>Awestruct::Page{ 37815200: output_path=>/content/wiki-and-issue-tracker-outage-over-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-and-issue-tracker-outage-over-weekend/index.md, layout=>refresh }, "/content/wiki-performance-improvement/index.html"=>Awestruct::Page{ 37990100: output_path=>/content/wiki-performance-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-performance-improvement/index.html, layout=>post }, "/content/windows-installers-are-now-available/index.html"=>Awestruct::Page{ 38434500: output_path=>/content/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/windows-installers-are-now-available/index.md, layout=>refresh }, "/content/winners-docker-global-hack-day-3-are/index.html"=>Awestruct::Page{ 38783840: output_path=>/content/winners-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/winners-docker-global-hack-day-3-are/index.md, layout=>refresh }, "/content/workflow-best-practices-and-examples-repo-github/index.html"=>Awestruct::Page{ 39273560: output_path=>/content/workflow-best-practices-and-examples-repo-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-best-practices-and-examples-repo-github/index.md, layout=>refresh }, "/content/workflow-plugin-10/index.html"=>Awestruct::Page{ 39511820: output_path=>/content/workflow-plugin-10/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-10/index.md, layout=>refresh }, "/content/workflow-plugin-code-walk-through/index.html"=>Awestruct::Page{ 39933700: output_path=>/content/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-code-walk-through/index.md, layout=>refresh }, "/content/workflow-plugin-tutorial-writing-step-impl/index.html"=>Awestruct::Page{ 40372920: output_path=>/content/workflow-plugin-tutorial-writing-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-tutorial-writing-step-impl/index.md, layout=>refresh }, "/content/would-you-ok/index.html"=>Awestruct::Page{ 40648740: output_path=>/content/would-you-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-ok/index.md, layout=>refresh }, "/content/would-you-run-hudson-cloud/index.html"=>Awestruct::Page{ 41047760: output_path=>/content/would-you-run-hudson-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-run-hudson-cloud/index.md, layout=>refresh }, "/content/your-java-web-start-slaves-will-be-always-clean/index.html"=>Awestruct::Page{ 40984580: output_path=>/content/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/your-java-web-start-slaves-will-be-always-clean/index.md, layout=>refresh }, "/css/download.css"=>Awestruct::Page{ 40771000: output_path=>/css/download.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/download.css, layout=> }, "/css/font-awesome.css"=>Awestruct::Page{ 40754080: output_path=>/css/font-awesome.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css, layout=> }, "/css/font-awesome.css.map"=>Awestruct::Page{ 40729200: output_path=>/css/font-awesome.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css.map, layout=> }, "/css/font-awesome.min.css"=>Awestruct::Page{ 40719980: output_path=>/css/font-awesome.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.min.css, layout=> }, "/css/font-icons.css"=>Awestruct::Page{ 40700780: output_path=>/css/font-icons.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-icons.css, layout=> }, "/css/fonts/icomoon.eot"=>Awestruct::Page{ 40638000: output_path=>/css/fonts/icomoon.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.eot, layout=> }, "/css/fonts/icomoon.svg"=>Awestruct::Page{ 40610660: output_path=>/css/fonts/icomoon.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.svg, layout=> }, "/css/fonts/icomoon.ttf"=>Awestruct::Page{ 40601460: output_path=>/css/fonts/icomoon.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.ttf, layout=> }, "/css/fonts/icomoon.woff"=>Awestruct::Page{ 40592160: output_path=>/css/fonts/icomoon.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.woff, layout=> }, "/css/jenkins.css"=>Awestruct::Page{ 40540140: output_path=>/css/jenkins.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/jenkins.css, layout=> }, "/css/lib.css"=>Awestruct::Page{ 40523400: output_path=>/css/lib.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/lib.css, layout=> }, "/css/ribbon.css"=>Awestruct::Page{ 40514160: output_path=>/css/ribbon.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/ribbon.css, layout=> }, "/css/style.css"=>Awestruct::Page{ 40480240: output_path=>/css/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/style.css, layout=> }, "/doc/book/appendix/advanced-installation/index.html"=>Awestruct::Page{ 40299180: output_path=>/doc/book/appendix/advanced-installation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/advanced-installation.adoc, layout=>section }, "/doc/book/appendix/chapter.yml"=>Awestruct::Page{ 39618620: output_path=>/doc/book/appendix/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/chapter.yml, layout=> }, "/doc/book/appendix/index.html"=>Awestruct::Page{ 39497380: output_path=>/doc/book/appendix/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/index.adoc, layout=>chapter }, "/doc/book/architecting-for-manageability/index.html"=>Awestruct::Page{ 38471760: output_path=>/doc/book/architecting-for-manageability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-manageability.adoc, layout=>documentation }, "/doc/book/architecting-for-scale/index.html"=>Awestruct::Page{ 38124500: output_path=>/doc/book/architecting-for-scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-scale.adoc, layout=>documentation }, "/doc/book/best-practice/chapter.yml"=>Awestruct::Page{ 37896740: output_path=>/doc/book/best-practice/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/chapter.yml, layout=> }, "/doc/book/best-practice/index.html"=>Awestruct::Page{ 37848680: output_path=>/doc/book/best-practice/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/index.adoc, layout=>chapter }, "/doc/book/book.yml"=>Awestruct::Page{ 37482240: output_path=>/doc/book/book.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/book.yml, layout=> }, "/doc/book/getting-started/chapter.yml"=>Awestruct::Page{ 37462720: output_path=>/doc/book/getting-started/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/chapter.yml, layout=> }, "/doc/book/getting-started/index.html"=>Awestruct::Page{ 37293360: output_path=>/doc/book/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/index.adoc, layout=>chapter }, "/doc/book/getting-started/installing/index.html"=>Awestruct::Page{ 35888700: output_path=>/doc/book/getting-started/installing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/installing.adoc, layout=>section }, "/doc/book/glossary/chapter.yml"=>Awestruct::Page{ 31042080: output_path=>/doc/book/glossary/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/chapter.yml, layout=> }, "/doc/book/glossary/index.html"=>Awestruct::Page{ 30930160: output_path=>/doc/book/glossary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/index.adoc, layout=>chapter }, "/doc/book/hardware-recommendations/index.html"=>Awestruct::Page{ 29896500: output_path=>/doc/book/hardware-recommendations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/hardware-recommendations.adoc, layout=>documentation }, "/doc/book/index.html"=>Awestruct::Page{ 28997620: output_path=>/doc/book/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/index.html.haml, layout=>documentation }, "/doc/book/managing/chapter.yml"=>Awestruct::Page{ 24014220: output_path=>/doc/book/managing/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/chapter.yml, layout=> }, "/doc/book/managing/cli/index.html"=>Awestruct::Page{ 23106340: output_path=>/doc/book/managing/cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/cli.adoc, layout=>section }, "/doc/book/managing/index.html"=>Awestruct::Page{ 40905920: output_path=>/doc/book/managing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/index.adoc, layout=>chapter }, "/doc/book/managing/nodes/index.html"=>Awestruct::Page{ 40143120: output_path=>/doc/book/managing/nodes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/nodes.adoc, layout=>section }, "/doc/book/managing/plugins/index.html"=>Awestruct::Page{ 39302700: output_path=>/doc/book/managing/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/plugins.adoc, layout=>section }, "/doc/book/managing/script-console/index.html"=>Awestruct::Page{ 38418720: output_path=>/doc/book/managing/script-console/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/script-console.adoc, layout=>section }, "/doc/book/managing/security/index.html"=>Awestruct::Page{ 38033880: output_path=>/doc/book/managing/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/security.adoc, layout=>section }, "/doc/book/managing/system-configuration/index.html"=>Awestruct::Page{ 37688080: output_path=>/doc/book/managing/system-configuration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/system-configuration.adoc, layout=>section }, "/doc/book/managing/tools/index.html"=>Awestruct::Page{ 36812060: output_path=>/doc/book/managing/tools/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/tools.adoc, layout=>section }, "/doc/book/managing/users/index.html"=>Awestruct::Page{ 35431120: output_path=>/doc/book/managing/users/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/users.adoc, layout=>section }, "/doc/book/operating/backing-up/index.html"=>Awestruct::Page{ 30521680: output_path=>/doc/book/operating/backing-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/backing-up.adoc, layout=>section }, "/doc/book/operating/chapter.yml"=>Awestruct::Page{ 29813340: output_path=>/doc/book/operating/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/chapter.yml, layout=> }, "/doc/book/operating/index.html"=>Awestruct::Page{ 29673640: output_path=>/doc/book/operating/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/index.adoc, layout=>chapter }, "/doc/book/operating/monitoring/index.html"=>Awestruct::Page{ 24208200: output_path=>/doc/book/operating/monitoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/monitoring.adoc, layout=>section }, "/doc/book/operating/security/index.html"=>Awestruct::Page{ 41062720: output_path=>/doc/book/operating/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/security.adoc, layout=>documentation }, "/doc/book/operating/with-chef/index.html"=>Awestruct::Page{ 40519800: output_path=>/doc/book/operating/with-chef/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-chef.adoc, layout=>section }, "/doc/book/operating/with-puppet/index.html"=>Awestruct::Page{ 39744120: output_path=>/doc/book/operating/with-puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-puppet.adoc, layout=>section }, "/doc/book/organizaton-folders/index.html"=>Awestruct::Page{ 38960420: output_path=>/doc/book/organizaton-folders/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/organizaton-folders.adoc, layout=>documentation }, "/doc/book/pipeline/chapter.yml"=>Awestruct::Page{ 38378840: output_path=>/doc/book/pipeline/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/chapter.yml, layout=> }, "/doc/book/pipeline/getting-started/index.html"=>Awestruct::Page{ 38298820: output_path=>/doc/book/pipeline/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/getting-started.adoc, layout=>section }, "/doc/book/pipeline/index.html"=>Awestruct::Page{ 37943200: output_path=>/doc/book/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/index.adoc, layout=>chapter }, "/doc/book/pipeline/jenkinsfile/index.html"=>Awestruct::Page{ 37472080: output_path=>/doc/book/pipeline/jenkinsfile/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/jenkinsfile.adoc, layout=>section }, "/doc/book/pipeline/multibranch/index.html"=>Awestruct::Page{ 36167960: output_path=>/doc/book/pipeline/multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/multibranch.adoc, layout=>section }, "/doc/book/pipeline/overview/index.html"=>Awestruct::Page{ 31147360: output_path=>/doc/book/pipeline/overview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/overview.adoc, layout=>refresh }, "/doc/book/pipeline/shared-libraries/index.html"=>Awestruct::Page{ 30525620: output_path=>/doc/book/pipeline/shared-libraries/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/shared-libraries.adoc, layout=>section }, "/doc/book/pipeline/syntax/index.html"=>Awestruct::Page{ 29031140: output_path=>/doc/book/pipeline/syntax/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/syntax.adoc, layout=>section }, "/doc/book/pipeline-as-code/index.html"=>Awestruct::Page{ 20633020: output_path=>/doc/book/pipeline-as-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline-as-code.adoc, layout=>documentation }, "/doc/book/resources/hardware-recommendations/jenkins.png"=>Awestruct::Page{ 40891200: output_path=>/doc/book/resources/hardware-recommendations/jenkins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jenkins.png, layout=> }, "/doc/book/resources/hardware-recommendations/jnlp-slave.png"=>Awestruct::Page{ 40873360: output_path=>/doc/book/resources/hardware-recommendations/jnlp-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jnlp-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/master-slave.png"=>Awestruct::Page{ 40828640: output_path=>/doc/book/resources/hardware-recommendations/master-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/master-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/netflix-arch.png"=>Awestruct::Page{ 40809340: output_path=>/doc/book/resources/hardware-recommendations/netflix-arch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/netflix-arch.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNode.png"=>Awestruct::Page{ 40782460: output_path=>/doc/book/resources/hardware-recommendations/newNode.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNode.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNodeConfigPage.png"=>Awestruct::Page{ 40764060: output_path=>/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, layout=> }, "/doc/book/resources/hardware-recommendations/yahoo-architecture.png"=>Awestruct::Page{ 40729720: output_path=>/doc/book/resources/hardware-recommendations/yahoo-architecture.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/yahoo-architecture.png, layout=> }, "/doc/book/resources/managing/cli-adding-ssh-public-keys.png"=>Awestruct::Page{ 40699860: output_path=>/doc/book/resources/managing/cli-adding-ssh-public-keys.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/cli-adding-ssh-public-keys.png, layout=> }, "/doc/book/resources/managing/configure-global-security-access-control-rules.png"=>Awestruct::Page{ 40651460: output_path=>/doc/book/resources/managing/configure-global-security-access-control-rules.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-access-control-rules.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-agent-master.png"=>Awestruct::Page{ 40614980: output_path=>/doc/book/resources/managing/configure-global-security-enable-agent-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-agent-master.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-security.png"=>Awestruct::Page{ 40604440: output_path=>/doc/book/resources/managing/configure-global-security-enable-security.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-security.png, layout=> }, "/doc/book/resources/managing/configure-global-security-matrix-authorization.png"=>Awestruct::Page{ 40594360: output_path=>/doc/book/resources/managing/configure-global-security-matrix-authorization.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-matrix-authorization.png, layout=> }, "/doc/book/resources/managing/configure-global-security-prevent-csrf.png"=>Awestruct::Page{ 40541180: output_path=>/doc/book/resources/managing/configure-global-security-prevent-csrf.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-prevent-csrf.png, layout=> }, "/doc/book/resources/managing/configure-global-security-whitelist-commands.png"=>Awestruct::Page{ 40522720: output_path=>/doc/book/resources/managing/configure-global-security-whitelist-commands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-whitelist-commands.png, layout=> }, "/doc/book/resources/managing/plugin-manager-available.png"=>Awestruct::Page{ 40512100: output_path=>/doc/book/resources/managing/plugin-manager-available.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-available.png, layout=> }, "/doc/book/resources/managing/plugin-manager-disable.png"=>Awestruct::Page{ 40459240: output_path=>/doc/book/resources/managing/plugin-manager-disable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-disable.png, layout=> }, "/doc/book/resources/managing/plugin-manager-uninstall.png"=>Awestruct::Page{ 40439200: output_path=>/doc/book/resources/managing/plugin-manager-uninstall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-uninstall.png, layout=> }, "/doc/book/resources/managing/plugin-manager-update.png"=>Awestruct::Page{ 40412920: output_path=>/doc/book/resources/managing/plugin-manager-update.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-update.png, layout=> }, "/doc/book/resources/managing/plugin-manager-upload.png"=>Awestruct::Page{ 40377780: output_path=>/doc/book/resources/managing/plugin-manager-upload.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-upload.png, layout=> }, "/doc/book/resources/pipeline/build-now.png"=>Awestruct::Page{ 40333660: output_path=>/doc/book/resources/pipeline/build-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/build-now.png, layout=> }, "/doc/book/resources/pipeline/hello-world-console-output.png"=>Awestruct::Page{ 40304040: output_path=>/doc/book/resources/pipeline/hello-world-console-output.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-console-output.png, layout=> }, "/doc/book/resources/pipeline/hello-world-script.png"=>Awestruct::Page{ 40285820: output_path=>/doc/book/resources/pipeline/hello-world-script.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-script.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-indexing.png"=>Awestruct::Page{ 40251160: output_path=>/doc/book/resources/pipeline/multibranch-branch-indexing.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-indexing.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source-configuration.png"=>Awestruct::Page{ 40214020: output_path=>/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source.png"=>Awestruct::Page{ 40202760: output_path=>/doc/book/resources/pipeline/multibranch-branch-source.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source.png, layout=> }, "/doc/book/resources/pipeline/new-item-creation.png"=>Awestruct::Page{ 40177100: output_path=>/doc/book/resources/pipeline/new-item-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-multibranch-creation.png"=>Awestruct::Page{ 40148000: output_path=>/doc/book/resources/pipeline/new-item-multibranch-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-multibranch-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-selection.png"=>Awestruct::Page{ 40108520: output_path=>/doc/book/resources/pipeline/new-item-selection.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-selection.png, layout=> }, "/doc/book/resources/pipeline/pipeline-syntax-sidebar.png"=>Awestruct::Page{ 40090120: output_path=>/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, layout=> }, "/doc/book/resources/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 40064400: output_path=>/doc/book/resources/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/realworld-pipeline-flow.png, layout=> }, "/doc/book/resources/pipeline/snippet-generator.png"=>Awestruct::Page{ 40030060: output_path=>/doc/book/resources/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/snippet-generator.png, layout=> }, "/doc/book/resources/pipeline-as-code/fingerprinting.png"=>Awestruct::Page{ 39986640: output_path=>/doc/book/resources/pipeline-as-code/fingerprinting.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/fingerprinting.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png"=>Awestruct::Page{ 39978360: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-log.png"=>Awestruct::Page{ 39931900: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-log.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-log.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-main.png"=>Awestruct::Page{ 39906320: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-main.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-main.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-icon.png"=>Awestruct::Page{ 39868340: output_path=>/doc/book/resources/pipeline-as-code/folder-icon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-icon.png, layout=> }, "/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png"=>Awestruct::Page{ 39842220: output_path=>/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot1.png"=>Awestruct::Page{ 39832980: output_path=>/doc/book/resources/pipeline-as-code/screenshot1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot1.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot2.png"=>Awestruct::Page{ 39805940: output_path=>/doc/book/resources/pipeline-as-code/screenshot2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot2.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot3.png"=>Awestruct::Page{ 39770100: output_path=>/doc/book/resources/pipeline-as-code/screenshot3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot3.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot4.png"=>Awestruct::Page{ 39749880: output_path=>/doc/book/resources/pipeline-as-code/screenshot4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot4.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot5.png"=>Awestruct::Page{ 39740240: output_path=>/doc/book/resources/pipeline-as-code/screenshot5.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot5.png, layout=> }, "/doc/book/resources/pipeline-as-code/stage-concurrency.png"=>Awestruct::Page{ 39704580: output_path=>/doc/book/resources/pipeline-as-code/stage-concurrency.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/stage-concurrency.png, layout=> }, "/doc/book/resources/pipeline-as-code/workflow-big-responsive.png"=>Awestruct::Page{ 39666880: output_path=>/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, layout=> }, "/doc/book/scaling/chapter.yml"=>Awestruct::Page{ 39624660: output_path=>/doc/book/scaling/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/chapter.yml, layout=> }, "/doc/book/scaling/index.html"=>Awestruct::Page{ 39501860: output_path=>/doc/book/scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/index.adoc, layout=>chapter }, "/doc/book/securing-jenkins/index.html"=>Awestruct::Page{ 38795660: output_path=>/doc/book/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/securing-jenkins.html.haml, layout=>refresh }, "/doc/book/use-case/chapter.yml"=>Awestruct::Page{ 38467040: output_path=>/doc/book/use-case/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/chapter.yml, layout=> }, "/doc/book/use-case/dotnet/index.html"=>Awestruct::Page{ 38423720: output_path=>/doc/book/use-case/dotnet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/dotnet.adoc, layout=>section }, "/doc/book/use-case/index.html"=>Awestruct::Page{ 38093800: output_path=>/doc/book/use-case/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/index.adoc, layout=>chapter }, "/doc/book/use-case/java/index.html"=>Awestruct::Page{ 37757000: output_path=>/doc/book/use-case/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/java.adoc, layout=>section }, "/doc/book/use-case/python/index.html"=>Awestruct::Page{ 37188600: output_path=>/doc/book/use-case/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/python.adoc, layout=>section }, "/doc/book/use-case/ruby/index.html"=>Awestruct::Page{ 35727180: output_path=>/doc/book/use-case/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/ruby.adoc, layout=>section }, "/doc/book/using/chapter.yml"=>Awestruct::Page{ 30968240: output_path=>/doc/book/using/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/chapter.yml, layout=> }, "/doc/book/using/fingerprints/index.html"=>Awestruct::Page{ 30887180: output_path=>/doc/book/using/fingerprints/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/fingerprints.adoc, layout=>section }, "/doc/book/using/index.html"=>Awestruct::Page{ 29837480: output_path=>/doc/book/using/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/index.adoc, layout=>chapter }, "/doc/book/using/remote-api/index.html"=>Awestruct::Page{ 24548380: output_path=>/doc/book/using/remote-api/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/remote-api.adoc, layout=>section }, "/doc/index.html"=>Awestruct::Page{ 19414240: output_path=>/doc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/index.adoc, layout=>documentation }, "/doc/pipeline/examples/index.html"=>Awestruct::Page{ 40754200: output_path=>/doc/pipeline/examples/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/examples.html.haml, layout=>simplepage }, "/doc/pipeline/index.html"=>Awestruct::Page{ 40211320: output_path=>/doc/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/index.adoc, layout=>refresh }, "/doc/pipeline/steps/Office-365-Connector/index.html"=>Awestruct::Page{ 39837840: output_path=>/doc/pipeline/steps/Office-365-Connector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/Office-365-Connector.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansible/index.html"=>Awestruct::Page{ 39211880: output_path=>/doc/pipeline/steps/ansible/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansible.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansicolor/index.html"=>Awestruct::Page{ 38435700: output_path=>/doc/pipeline/steps/ansicolor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansicolor.adoc, layout=>simplepage }, "/doc/pipeline/steps/artifactory/index.html"=>Awestruct::Page{ 38134620: output_path=>/doc/pipeline/steps/artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/artifactory.adoc, layout=>simplepage }, "/doc/pipeline/steps/bitbucket-build-status-notifier/index.html"=>Awestruct::Page{ 37860660: output_path=>/doc/pipeline/steps/bitbucket-build-status-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/bitbucket-build-status-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/blackduck-hub/index.html"=>Awestruct::Page{ 37505640: output_path=>/doc/pipeline/steps/blackduck-hub/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/blackduck-hub.adoc, layout=>simplepage }, "/doc/pipeline/steps/brakeman/index.html"=>Awestruct::Page{ 36581140: output_path=>/doc/pipeline/steps/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/brakeman.adoc, layout=>simplepage }, "/doc/pipeline/steps/codefresh/index.html"=>Awestruct::Page{ 35409820: output_path=>/doc/pipeline/steps/codefresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/codefresh.adoc, layout=>simplepage }, "/doc/pipeline/steps/credentials-binding/index.html"=>Awestruct::Page{ 30841860: output_path=>/doc/pipeline/steps/credentials-binding/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/credentials-binding.adoc, layout=>simplepage }, "/doc/pipeline/steps/cucumber-slack-notifier/index.html"=>Awestruct::Page{ 29907240: output_path=>/doc/pipeline/steps/cucumber-slack-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/cucumber-slack-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/deployment-notification/index.html"=>Awestruct::Page{ 28676160: output_path=>/doc/pipeline/steps/deployment-notification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/deployment-notification.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-slaves/index.html"=>Awestruct::Page{ 21412600: output_path=>/doc/pipeline/steps/docker-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-slaves.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-workflow/index.html"=>Awestruct::Page{ 40943620: output_path=>/doc/pipeline/steps/docker-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-workflow.adoc, layout=>simplepage }, "/doc/pipeline/steps/email-ext/index.html"=>Awestruct::Page{ 40178820: output_path=>/doc/pipeline/steps/email-ext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/email-ext.adoc, layout=>simplepage }, "/doc/pipeline/steps/external-workspace-manager/index.html"=>Awestruct::Page{ 39454060: output_path=>/doc/pipeline/steps/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/external-workspace-manager.adoc, layout=>simplepage }, "/doc/pipeline/steps/figlet-buildstep/index.html"=>Awestruct::Page{ 38773200: output_path=>/doc/pipeline/steps/figlet-buildstep/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/figlet-buildstep.adoc, layout=>simplepage }, "/doc/pipeline/steps/gatling/index.html"=>Awestruct::Page{ 38275600: output_path=>/doc/pipeline/steps/gatling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gatling.adoc, layout=>simplepage }, "/doc/pipeline/steps/gerrit-trigger/index.html"=>Awestruct::Page{ 38000900: output_path=>/doc/pipeline/steps/gerrit-trigger/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gerrit-trigger.adoc, layout=>simplepage }, "/doc/pipeline/steps/git/index.html"=>Awestruct::Page{ 37710580: output_path=>/doc/pipeline/steps/git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/git.adoc, layout=>simplepage }, "/doc/pipeline/steps/github-pullrequest/index.html"=>Awestruct::Page{ 37238800: output_path=>/doc/pipeline/steps/github-pullrequest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/github-pullrequest.adoc, layout=>simplepage }, "/doc/pipeline/steps/gitlab-plugin/index.html"=>Awestruct::Page{ 36048820: output_path=>/doc/pipeline/steps/gitlab-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gitlab-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/hipchat/index.html"=>Awestruct::Page{ 31119160: output_path=>/doc/pipeline/steps/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hipchat.adoc, layout=>simplepage }, "/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html"=>Awestruct::Page{ 30120060: output_path=>/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/htmlpublisher/index.html"=>Awestruct::Page{ 29284440: output_path=>/doc/pipeline/steps/htmlpublisher/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/htmlpublisher.adoc, layout=>simplepage }, "/doc/pipeline/steps/http_request/index.html"=>Awestruct::Page{ 23730540: output_path=>/doc/pipeline/steps/http_request/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/http_request.adoc, layout=>simplepage }, "/doc/pipeline/steps/index.html"=>Awestruct::Page{ 19402860: output_path=>/doc/pipeline/steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/index.html.haml, layout=>documentation }, "/doc/pipeline/steps/integrity-plugin/index.html"=>Awestruct::Page{ 40632840: output_path=>/doc/pipeline/steps/integrity-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/integrity-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/jira/index.html"=>Awestruct::Page{ 39945660: output_path=>/doc/pipeline/steps/jira/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jira.adoc, layout=>simplepage }, "/doc/pipeline/steps/jms-messaging/index.html"=>Awestruct::Page{ 39280020: output_path=>/doc/pipeline/steps/jms-messaging/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jms-messaging.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html"=>Awestruct::Page{ 38455940: output_path=>/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-steps/index.html"=>Awestruct::Page{ 38156340: output_path=>/doc/pipeline/steps/kubernetes-pipeline-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes/index.html"=>Awestruct::Page{ 37831660: output_path=>/doc/pipeline/steps/kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes.adoc, layout=>simplepage }, "/doc/pipeline/steps/liquibase-runner/index.html"=>Awestruct::Page{ 37417060: output_path=>/doc/pipeline/steps/liquibase-runner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/liquibase-runner.adoc, layout=>simplepage }, "/doc/pipeline/steps/lockable-resources/index.html"=>Awestruct::Page{ 36344680: output_path=>/doc/pipeline/steps/lockable-resources/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/lockable-resources.adoc, layout=>simplepage }, "/doc/pipeline/steps/marathon/index.html"=>Awestruct::Page{ 30362260: output_path=>/doc/pipeline/steps/marathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/marathon.adoc, layout=>simplepage }, "/doc/pipeline/steps/mattermost/index.html"=>Awestruct::Page{ 30478320: output_path=>/doc/pipeline/steps/mattermost/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mattermost.adoc, layout=>simplepage }, "/doc/pipeline/steps/mock-load-builder/index.html"=>Awestruct::Page{ 29832340: output_path=>/doc/pipeline/steps/mock-load-builder/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mock-load-builder.adoc, layout=>simplepage }, "/doc/pipeline/steps/nexus-artifact-uploader/index.html"=>Awestruct::Page{ 24997640: output_path=>/doc/pipeline/steps/nexus-artifact-uploader/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/nexus-artifact-uploader.adoc, layout=>simplepage }, "/doc/pipeline/steps/openshift-pipeline/index.html"=>Awestruct::Page{ 19405260: output_path=>/doc/pipeline/steps/openshift-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/openshift-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/p4/index.html"=>Awestruct::Page{ 40152620: output_path=>/doc/pipeline/steps/p4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/p4.adoc, layout=>simplepage }, "/doc/pipeline/steps/parallel-test-executor/index.html"=>Awestruct::Page{ 39490100: output_path=>/doc/pipeline/steps/parallel-test-executor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/parallel-test-executor.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-aws/index.html"=>Awestruct::Page{ 38770040: output_path=>/doc/pipeline/steps/pipeline-aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-aws.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-build-step/index.html"=>Awestruct::Page{ 38183260: output_path=>/doc/pipeline/steps/pipeline-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-build-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-classpath/index.html"=>Awestruct::Page{ 37907960: output_path=>/doc/pipeline/steps/pipeline-classpath/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-classpath.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-githubnotify-step/index.html"=>Awestruct::Page{ 37558120: output_path=>/doc/pipeline/steps/pipeline-githubnotify-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-githubnotify-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-input-step/index.html"=>Awestruct::Page{ 29731560: output_path=>/doc/pipeline/steps/pipeline-input-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-input-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-maven/index.html"=>Awestruct::Page{ 24490220: output_path=>/doc/pipeline/steps/pipeline-maven/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-maven.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-milestone-step/index.html"=>Awestruct::Page{ 19853640: output_path=>/doc/pipeline/steps/pipeline-milestone-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-milestone-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-model-definition/index.html"=>Awestruct::Page{ 40722620: output_path=>/doc/pipeline/steps/pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-model-definition.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-stage-step/index.html"=>Awestruct::Page{ 40028440: output_path=>/doc/pipeline/steps/pipeline-stage-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-stage-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-utility-steps/index.html"=>Awestruct::Page{ 39247820: output_path=>/doc/pipeline/steps/pipeline-utility-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-utility-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/pragprog/index.html"=>Awestruct::Page{ 38449940: output_path=>/doc/pipeline/steps/pragprog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pragprog.adoc, layout=>simplepage }, "/doc/pipeline/steps/puppet-enterprise-pipeline/index.html"=>Awestruct::Page{ 38175600: output_path=>/doc/pipeline/steps/puppet-enterprise-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/puppet-enterprise-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/rocketchatnotifier/index.html"=>Awestruct::Page{ 37897320: output_path=>/doc/pipeline/steps/rocketchatnotifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/rocketchatnotifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/run-selector/index.html"=>Awestruct::Page{ 36119160: output_path=>/doc/pipeline/steps/run-selector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/run-selector.adoc, layout=>simplepage }, "/doc/pipeline/steps/sauce-ondemand/index.html"=>Awestruct::Page{ 31158560: output_path=>/doc/pipeline/steps/sauce-ondemand/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/sauce-ondemand.adoc, layout=>simplepage }, "/doc/pipeline/steps/slack/index.html"=>Awestruct::Page{ 30592360: output_path=>/doc/pipeline/steps/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/slack.adoc, layout=>simplepage }, "/doc/pipeline/steps/splunk-devops-extend/index.html"=>Awestruct::Page{ 29666760: output_path=>/doc/pipeline/steps/splunk-devops-extend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/splunk-devops-extend.adoc, layout=>simplepage }, "/doc/pipeline/steps/ssh-agent/index.html"=>Awestruct::Page{ 24478180: output_path=>/doc/pipeline/steps/ssh-agent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ssh-agent.adoc, layout=>simplepage }, "/doc/pipeline/steps/stepcounter/index.html"=>Awestruct::Page{ 19798520: output_path=>/doc/pipeline/steps/stepcounter/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/stepcounter.adoc, layout=>simplepage }, "/doc/pipeline/steps/subversion/index.html"=>Awestruct::Page{ 40700480: output_path=>/doc/pipeline/steps/subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/subversion.adoc, layout=>simplepage }, "/doc/pipeline/steps/teamconcert/index.html"=>Awestruct::Page{ 39947980: output_path=>/doc/pipeline/steps/teamconcert/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/teamconcert.adoc, layout=>simplepage }, "/doc/pipeline/steps/timestamper/index.html"=>Awestruct::Page{ 39328440: output_path=>/doc/pipeline/steps/timestamper/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/timestamper.adoc, layout=>simplepage }, "/doc/pipeline/steps/versionnumber/index.html"=>Awestruct::Page{ 38450340: output_path=>/doc/pipeline/steps/versionnumber/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/versionnumber.adoc, layout=>simplepage }, "/doc/pipeline/steps/vsphere-cloud/index.html"=>Awestruct::Page{ 38119940: output_path=>/doc/pipeline/steps/vsphere-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/vsphere-cloud.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-basic-steps/index.html"=>Awestruct::Page{ 55502260: output_path=>/doc/pipeline/steps/workflow-basic-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-basic-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps-global-lib/index.html"=>Awestruct::Page{ 55840980: output_path=>/doc/pipeline/steps/workflow-cps-global-lib/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps-global-lib.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps/index.html"=>Awestruct::Page{ 56185100: output_path=>/doc/pipeline/steps/workflow-cps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-durable-task-step/index.html"=>Awestruct::Page{ 56613480: output_path=>/doc/pipeline/steps/workflow-durable-task-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-durable-task-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-multibranch/index.html"=>Awestruct::Page{ 56210160: output_path=>/doc/pipeline/steps/workflow-multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-multibranch.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-scm-step/index.html"=>Awestruct::Page{ 65595660: output_path=>/doc/pipeline/steps/workflow-scm-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc, layout=>simplepage }, "/doc/pipeline/tour/agents/index.html"=>Awestruct::Page{ 66068000: output_path=>/doc/pipeline/tour/agents/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/agents.adoc, layout=>documentation }, "/doc/pipeline/tour/deployment/index.html"=>Awestruct::Page{ 66381860: output_path=>/doc/pipeline/tour/deployment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/deployment.adoc, layout=>documentation }, "/doc/pipeline/tour/environment/index.html"=>Awestruct::Page{ 66714860: output_path=>/doc/pipeline/tour/environment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/environment.adoc, layout=>documentation }, "/doc/pipeline/tour/hello-world/index.html"=>Awestruct::Page{ 67051140: output_path=>/doc/pipeline/tour/hello-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/hello-world.adoc, layout=>documentation }, "/doc/pipeline/tour/post/index.html"=>Awestruct::Page{ 67353460: output_path=>/doc/pipeline/tour/post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/post.adoc, layout=>documentation }, "/doc/pipeline/tour/running-multiple-steps/index.html"=>Awestruct::Page{ 67684280: output_path=>/doc/pipeline/tour/running-multiple-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/running-multiple-steps.adoc, layout=>documentation }, "/doc/pipeline/tour/tests-and-artifacts/index.html"=>Awestruct::Page{ 68023920: output_path=>/doc/pipeline/tour/tests-and-artifacts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/tests-and-artifacts.adoc, layout=>documentation }, "/doc/upgrade-guide/2.19/index.html"=>Awestruct::Page{ 68365740: output_path=>/doc/upgrade-guide/2.19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.19.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.32/index.html"=>Awestruct::Page{ 68689340: output_path=>/doc/upgrade-guide/2.32/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.32.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.7/index.html"=>Awestruct::Page{ 69007660: output_path=>/doc/upgrade-guide/2.7/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.7.adoc, layout=>simplepage }, "/doc/upgrade-guide/index.html"=>Awestruct::Page{ 69226080: output_path=>/doc/upgrade-guide/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide.html.haml, layout=>simplepage }, "/donate/index.html"=>Awestruct::Page{ 69558200: output_path=>/donate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/donate.adoc, layout=>default }, "/download/index.html"=>Awestruct::Page{ 69682980: output_path=>/download/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/download.html.haml, layout=>default }, "/files/2015-Jenkins-Community-Survey-Results.pdf"=>Awestruct::Page{ 69878120: output_path=>/files/2015-Jenkins-Community-Survey-Results.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2015-Jenkins-Community-Survey-Results.pdf, layout=> }, "/files/2016/jenkins-world/freestyle-to-pipelines.pdf"=>Awestruct::Page{ 69917600: output_path=>/files/2016/jenkins-world/freestyle-to-pipelines.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/freestyle-to-pipelines.pdf, layout=> }, "/files/2016/jenkins-world/jenkins-and-docker.pdf"=>Awestruct::Page{ 69934920: output_path=>/files/2016/jenkins-world/jenkins-and-docker.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/jenkins-and-docker.pdf, layout=> }, "/files/2016/jenkins-world/large-git-repos.pdf"=>Awestruct::Page{ 69927700: output_path=>/files/2016/jenkins-world/large-git-repos.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/large-git-repos.pdf, layout=> }, "/files/Jenkins-hearts-Ruby.pdf"=>Awestruct::Page{ 69945420: output_path=>/files/Jenkins-hearts-Ruby.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/Jenkins-hearts-Ruby.pdf, layout=> }, "/files/State-of-Jenkins-Infographic-2015.pdf"=>Awestruct::Page{ 69954960: output_path=>/files/State-of-Jenkins-Infographic-2015.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/State-of-Jenkins-Infographic-2015.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf"=>Awestruct::Page{ 69983660: output_path=>/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins with Azure.pdf"=>Awestruct::Page{ 69976640: output_path=>/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, layout=> }, "/fonts/FontAwesome.otf"=>Awestruct::Page{ 70013560: output_path=>/fonts/FontAwesome.otf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/FontAwesome.otf, layout=> }, "/fonts/fontawesome-webfont.eot"=>Awestruct::Page{ 70023080: output_path=>/fonts/fontawesome-webfont.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.eot, layout=> }, "/fonts/fontawesome-webfont.svg"=>Awestruct::Page{ 70040800: output_path=>/fonts/fontawesome-webfont.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.svg, layout=> }, "/fonts/fontawesome-webfont.ttf"=>Awestruct::Page{ 70033980: output_path=>/fonts/fontawesome-webfont.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.ttf, layout=> }, "/fonts/fontawesome-webfont.woff"=>Awestruct::Page{ 70043500: output_path=>/fonts/fontawesome-webfont.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff, layout=> }, "/fonts/fontawesome-webfont.woff2"=>Awestruct::Page{ 70061200: output_path=>/fonts/fontawesome-webfont.woff2, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff2, layout=> }, "/friend/index.html"=>Awestruct::Page{ 70088720: output_path=>/friend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/friend/index.adoc, layout=>refresh }, "/hangout/index.html"=>Awestruct::Page{ 70214280: output_path=>/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/hangout.adoc, layout=>refresh }, "/images/2.0-config-dialog.png"=>Awestruct::Page{ 70363820: output_path=>/images/2.0-config-dialog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-config-dialog.png, layout=> }, "/images/2.0-create-item.png"=>Awestruct::Page{ 70381420: output_path=>/images/2.0-create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-create-item.png, layout=> }, "/images/20-banner.jpg"=>Awestruct::Page{ 70390960: output_path=>/images/20-banner.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/20-banner.jpg, layout=> }, "/images/226px-Jenkins_logo.svg.png"=>Awestruct::Page{ 70408560: output_path=>/images/226px-Jenkins_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/226px-Jenkins_logo.svg.png, layout=> }, "/images/angry-jenkins_128.png"=>Awestruct::Page{ 70418080: output_path=>/images/angry-jenkins_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/angry-jenkins_128.png, layout=> }, "/images/award.png"=>Awestruct::Page{ 70411280: output_path=>/images/award.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award.png, layout=> }, "/images/award08.gif"=>Awestruct::Page{ 70429000: output_path=>/images/award08.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award08.gif, layout=> }, "/images/blueocean/blueocean-successful-pipeline.png"=>Awestruct::Page{ 70457600: output_path=>/images/blueocean/blueocean-successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/blueocean-successful-pipeline.png, layout=> }, "/images/blueocean/input-step.png"=>Awestruct::Page{ 70475100: output_path=>/images/blueocean/input-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/input-step.png, layout=> }, "/images/blueocean/logo-yarrr.png"=>Awestruct::Page{ 70468080: output_path=>/images/blueocean/logo-yarrr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/logo-yarrr.png, layout=> }, "/images/bottombar.png"=>Awestruct::Page{ 70477620: output_path=>/images/bottombar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bottombar.png, layout=> }, "/images/bug.gif"=>Awestruct::Page{ 70495360: output_path=>/images/bug.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug.gif, layout=> }, "/images/bug2.gif"=>Awestruct::Page{ 70513080: output_path=>/images/bug2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug2.gif, layout=> }, "/images/bullets.svg"=>Awestruct::Page{ 70522620: output_path=>/images/bullets.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bullets.svg, layout=> }, "/images/butler.png"=>Awestruct::Page{ 70540360: output_path=>/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/butler.png, layout=> }, "/images/cc-license.png"=>Awestruct::Page{ 70533560: output_path=>/images/cc-license.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/cc-license.png, layout=> }, "/images/conference.gif"=>Awestruct::Page{ 70551280: output_path=>/images/conference.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.gif, layout=> }, "/images/conference.svg"=>Awestruct::Page{ 70560820: output_path=>/images/conference.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.svg, layout=> }, "/images/conferences/125x125.png"=>Awestruct::Page{ 70589220: output_path=>/images/conferences/125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/125x125.png, layout=> }, "/images/conferences/Jenkins-World_125x125.png"=>Awestruct::Page{ 70606740: output_path=>/images/conferences/Jenkins-World_125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/Jenkins-World_125x125.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron.png"=>Awestruct::Page{ 70599720: output_path=>/images/conferences/jenkinsworld_jumbotron.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron_faded.png"=>Awestruct::Page{ 70617240: output_path=>/images/conferences/jenkinsworld_jumbotron_faded.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron_faded.png, layout=> }, "/images/conferences/scale_14x.png"=>Awestruct::Page{ 70626560: output_path=>/images/conferences/scale_14x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/scale_14x.png, layout=> }, "/images/developer.gif"=>Awestruct::Page{ 70644300: output_path=>/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.gif, layout=> }, "/images/developer.svg"=>Awestruct::Page{ 70653860: output_path=>/images/developer.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.svg, layout=> }, "/images/dir.png"=>Awestruct::Page{ 70671600: output_path=>/images/dir.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/dir.png, layout=> }, "/images/divider.png"=>Awestruct::Page{ 70664800: output_path=>/images/divider.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/divider.png, layout=> }, "/images/download.gif"=>Awestruct::Page{ 70682540: output_path=>/images/download.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.gif, layout=> }, "/images/download.png"=>Awestruct::Page{ 70692100: output_path=>/images/download.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.png, layout=> }, "/images/download.svg"=>Awestruct::Page{ 70709840: output_path=>/images/download.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.svg, layout=> }, "/images/full-pipeline.jpg"=>Awestruct::Page{ 70719360: output_path=>/images/full-pipeline.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-pipeline.jpg, layout=> }, "/images/full-whale-low.jpg"=>Awestruct::Page{ 70737080: output_path=>/images/full-whale-low.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-whale-low.jpg, layout=> }, "/images/getting-started-setup.png"=>Awestruct::Page{ 70730260: output_path=>/images/getting-started-setup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/getting-started-setup.png, layout=> }, "/images/header_logo.png"=>Awestruct::Page{ 70748000: output_path=>/images/header_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/header_logo.png, layout=> }, "/images/hello-world-pipeline.png"=>Awestruct::Page{ 70757520: output_path=>/images/hello-world-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/hello-world-pipeline.png, layout=> }, "/images/jams/OnlineMeetup/logo.png"=>Awestruct::Page{ 70788540: output_path=>/images/jams/OnlineMeetup/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo.png, layout=> }, "/images/jams/OnlineMeetup/logo_large.png"=>Awestruct::Page{ 70797660: output_path=>/images/jams/OnlineMeetup/logo_large.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo_large.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.ai"=>Awestruct::Page{ 70825760: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.ai, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.ai, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.svg"=>Awestruct::Page{ 70843060: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.svg, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png"=>Awestruct::Page{ 70852180: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_text.svg"=>Awestruct::Page{ 70844960: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, layout=> }, "/images/jams/ToulouseJam/README/index.html"=>Awestruct::Page{ 70915140: output_path=>/images/jams/ToulouseJam/README/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/README.asciidoc, layout=> }, "/images/jams/ToulouseJam/toulousejam-all-layers.psd"=>Awestruct::Page{ 71036560: output_path=>/images/jams/ToulouseJam/toulousejam-all-layers.psd, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-all-layers.psd, layout=> }, "/images/jams/ToulouseJam/toulousejam-original-draft.png"=>Awestruct::Page{ 71053880: output_path=>/images/jams/ToulouseJam/toulousejam-original-draft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-original-draft.png, layout=> }, "/images/jams/ToulouseJam/toulousejam.png"=>Awestruct::Page{ 71071200: output_path=>/images/jams/ToulouseJam/toulousejam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam.png, layout=> }, "/images/jams/guadalahara.jpg"=>Awestruct::Page{ 71080520: output_path=>/images/jams/guadalahara.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/guadalahara.jpg, layout=> }, "/images/jams/jenkins_revolution.png"=>Awestruct::Page{ 71098040: output_path=>/images/jams/jenkins_revolution.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/jenkins_revolution.png, layout=> }, "/images/jar.png"=>Awestruct::Page{ 71091240: output_path=>/images/jar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jar.png, layout=> }, "/images/jenkins-20-banner.png"=>Awestruct::Page{ 71100780: output_path=>/images/jenkins-20-banner.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-20-banner.png, layout=> }, "/images/jenkins-happy-new-year.png"=>Awestruct::Page{ 71118500: output_path=>/images/jenkins-happy-new-year.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-happy-new-year.png, layout=> }, "/images/jenkins_logo.png"=>Awestruct::Page{ 71136240: output_path=>/images/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins_logo.png, layout=> }, "/images/jnlp-launch.png"=>Awestruct::Page{ 71145800: output_path=>/images/jnlp-launch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jnlp-launch.png, layout=> }, "/images/logo.png"=>Awestruct::Page{ 71163540: output_path=>/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo.png, layout=> }, "/images/logo_128.png"=>Awestruct::Page{ 71156740: output_path=>/images/logo_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_128.png, layout=> }, "/images/logo_head.png"=>Awestruct::Page{ 71174480: output_path=>/images/logo_head.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_head.png, layout=> }, "/images/logo_oracle_small.gif"=>Awestruct::Page{ 71184020: output_path=>/images/logo_oracle_small.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_oracle_small.gif, layout=> }, "/images/navbar.png"=>Awestruct::Page{ 71212820: output_path=>/images/navbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/navbar.png, layout=> }, "/images/network-workgroup.png"=>Awestruct::Page{ 71206000: output_path=>/images/network-workgroup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/network-workgroup.png, layout=> }, "/images/ninja_128.png"=>Awestruct::Page{ 71223740: output_path=>/images/ninja_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/ninja_128.png, layout=> }, "/images/os/COPYING"=>Awestruct::Page{ 71249100: output_path=>/images/os/COPYING, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/COPYING, layout=> }, "/images/os/freebsd.png"=>Awestruct::Page{ 71266640: output_path=>/images/os/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/freebsd.png, layout=> }, "/images/os/opensolaris.png"=>Awestruct::Page{ 71275960: output_path=>/images/os/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensolaris.png, layout=> }, "/images/os/opensuse.png"=>Awestruct::Page{ 71293480: output_path=>/images/os/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensuse.png, layout=> }, "/images/os/os_archlinux.png"=>Awestruct::Page{ 71311000: output_path=>/images/os/os_archlinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_archlinux.png, layout=> }, "/images/os/os_debian.png"=>Awestruct::Page{ 71304000: output_path=>/images/os/os_debian.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_debian.png, layout=> }, "/images/os/os_fedora.png"=>Awestruct::Page{ 71313340: output_path=>/images/os/os_fedora.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_fedora.png, layout=> }, "/images/os/os_freebsd.png"=>Awestruct::Page{ 71330840: output_path=>/images/os/os_freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_freebsd.png, layout=> }, "/images/os/os_gentoo.png"=>Awestruct::Page{ 71340180: output_path=>/images/os/os_gentoo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_gentoo.png, layout=> }, "/images/os/os_l4.png"=>Awestruct::Page{ 71357720: output_path=>/images/os/os_l4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_l4.png, layout=> }, "/images/os/os_linux.png"=>Awestruct::Page{ 71375240: output_path=>/images/os/os_linux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_linux.png, layout=> }, "/images/os/os_macosx.png"=>Awestruct::Page{ 71384580: output_path=>/images/os/os_macosx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_macosx.png, layout=> }, "/images/os/os_mandriva.png"=>Awestruct::Page{ 71377560: output_path=>/images/os/os_mandriva.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_mandriva.png, layout=> }, "/images/os/os_netbsd.png"=>Awestruct::Page{ 71395100: output_path=>/images/os/os_netbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netbsd.png, layout=> }, "/images/os/os_netware.png"=>Awestruct::Page{ 71404420: output_path=>/images/os/os_netware.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netware.png, layout=> }, "/images/os/os_openbsd.png"=>Awestruct::Page{ 71421940: output_path=>/images/os/os_openbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_openbsd.png, layout=> }, "/images/os/os_opensuse.png"=>Awestruct::Page{ 71439460: output_path=>/images/os/os_opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_opensuse.png, layout=> }, "/images/os/os_oracle.png"=>Awestruct::Page{ 71448800: output_path=>/images/os/os_oracle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oracle.png, layout=> }, "/images/os/os_oraclesolaris.png"=>Awestruct::Page{ 71466320: output_path=>/images/os/os_oraclesolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oraclesolaris.png, layout=> }, "/images/os/os_os2_other.png"=>Awestruct::Page{ 71459300: output_path=>/images/os/os_os2_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2_other.png, layout=> }, "/images/os/os_os2ecs.png"=>Awestruct::Page{ 71468660: output_path=>/images/os/os_os2ecs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2ecs.png, layout=> }, "/images/os/os_os2warp3.png"=>Awestruct::Page{ 71486180: output_path=>/images/os/os_os2warp3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp3.png, layout=> }, "/images/os/os_os2warp4.png"=>Awestruct::Page{ 71503700: output_path=>/images/os/os_os2warp4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp4.png, layout=> }, "/images/os/os_os2warp45.png"=>Awestruct::Page{ 71513040: output_path=>/images/os/os_os2warp45.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp45.png, layout=> }, "/images/os/os_other.png"=>Awestruct::Page{ 71530580: output_path=>/images/os/os_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_other.png, layout=> }, "/images/os/os_qnx.png"=>Awestruct::Page{ 71539920: output_path=>/images/os/os_qnx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_qnx.png, layout=> }, "/images/os/os_redhat.png"=>Awestruct::Page{ 71532920: output_path=>/images/os/os_redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_redhat.png, layout=> }, "/images/os/os_solaris.png"=>Awestruct::Page{ 71550440: output_path=>/images/os/os_solaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_solaris.png, layout=> }, "/images/os/os_turbolinux.png"=>Awestruct::Page{ 71567960: output_path=>/images/os/os_turbolinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_turbolinux.png, layout=> }, "/images/os/os_ubuntu.png"=>Awestruct::Page{ 71577300: output_path=>/images/os/os_ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_ubuntu.png, layout=> }, "/images/os/os_win_other.png"=>Awestruct::Page{ 71594820: output_path=>/images/os/os_win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_win_other.png, layout=> }, "/images/os/os_xandros.png"=>Awestruct::Page{ 71612340: output_path=>/images/os/os_xandros.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_xandros.png, layout=> }, "/images/os/other.png"=>Awestruct::Page{ 71621680: output_path=>/images/os/other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/other.png, layout=> }, "/images/os/readme.txt"=>Awestruct::Page{ 71614680: output_path=>/images/os/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/readme.txt, layout=> }, "/images/os/redhat.png"=>Awestruct::Page{ 71632220: output_path=>/images/os/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/redhat.png, layout=> }, "/images/os/ubuntu.png"=>Awestruct::Page{ 71641560: output_path=>/images/os/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/ubuntu.png, layout=> }, "/images/os/win_other.png"=>Awestruct::Page{ 71659080: output_path=>/images/os/win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/win_other.png, layout=> }, "/images/patrons/cloudbees-certification.png"=>Awestruct::Page{ 71687380: output_path=>/images/patrons/cloudbees-certification.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-certification.png, layout=> }, "/images/patrons/cloudbees-jenkins-world-2016.png"=>Awestruct::Page{ 71680360: output_path=>/images/patrons/cloudbees-jenkins-world-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-jenkins-world-2016.png, layout=> }, "/images/patrons/cloudbees.png"=>Awestruct::Page{ 71697860: output_path=>/images/patrons/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees.png, layout=> }, "/images/patrons/jfrog.png"=>Awestruct::Page{ 71707180: output_path=>/images/patrons/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/jfrog.png, layout=> }, "/images/patrons/xebialabs.png"=>Awestruct::Page{ 71724700: output_path=>/images/patrons/xebialabs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs.png, layout=> }, "/images/patrons/xebialabs2.png"=>Awestruct::Page{ 71742200: output_path=>/images/patrons/xebialabs2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs2.png, layout=> }, "/images/pipeline/jenkins-workflow.png"=>Awestruct::Page{ 71746060: output_path=>/images/pipeline/jenkins-workflow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/jenkins-workflow.png, layout=> }, "/images/pipeline/pipeline-editor.png"=>Awestruct::Page{ 71763580: output_path=>/images/pipeline/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-editor.png, layout=> }, "/images/pipeline/pipeline-sample.png"=>Awestruct::Page{ 71772900: output_path=>/images/pipeline/pipeline-sample.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-sample.png, layout=> }, "/images/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 71790420: output_path=>/images/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/realworld-pipeline-flow.png, layout=> }, "/images/pipeline/snippet-generator.png"=>Awestruct::Page{ 71807940: output_path=>/images/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/snippet-generator.png, layout=> }, "/images/pipeline-stage-view.png"=>Awestruct::Page{ 71817460: output_path=>/images/pipeline-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline-stage-view.png, layout=> }, "/images/plugin.png"=>Awestruct::Page{ 71835200: output_path=>/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/plugin.png, layout=> }, "/images/pom.png"=>Awestruct::Page{ 71828400: output_path=>/images/pom.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pom.png, layout=> }, "/images/post-images/1pear.png"=>Awestruct::Page{ 71868700: output_path=>/images/post-images/1pear.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/1pear.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-bb8.png"=>Awestruct::Page{ 71888800: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png"=>Awestruct::Page{ 71897920: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, layout=> }, "/images/post-images/2016-06-16/serial-vs-parallel.png"=>Awestruct::Page{ 71909860: output_path=>/images/post-images/2016-06-16/serial-vs-parallel.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial-vs-parallel.png, layout=> }, "/images/post-images/2016-06-16/serial.png"=>Awestruct::Page{ 71919000: output_path=>/images/post-images/2016-06-16/serial.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial.png, layout=> }, "/images/post-images/2016-06-30/rcov.png"=>Awestruct::Page{ 71946980: output_path=>/images/post-images/2016-06-30/rcov.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/rcov.png, layout=> }, "/images/post-images/2016-06-30/run-1.png"=>Awestruct::Page{ 71964300: output_path=>/images/post-images/2016-06-30/run-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-1.png, layout=> }, "/images/post-images/2016-06-30/run-2.png"=>Awestruct::Page{ 71981620: output_path=>/images/post-images/2016-06-30/run-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-2.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-1.png"=>Awestruct::Page{ 72015320: output_path=>/images/post-images/2016-06-30/snippet-generator-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-1.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-2.png"=>Awestruct::Page{ 72008100: output_path=>/images/post-images/2016-06-30/snippet-generator-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-2.png, layout=> }, "/images/post-images/2016-07-15/email-config.png"=>Awestruct::Page{ 72027580: output_path=>/images/post-images/2016-07-15/email-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/email-config.png, layout=> }, "/images/post-images/2016-07-15/final.png"=>Awestruct::Page{ 72036700: output_path=>/images/post-images/2016-07-15/final.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/final.png, layout=> }, "/images/post-images/2016-07-15/hipchat-config.png"=>Awestruct::Page{ 72045840: output_path=>/images/post-images/2016-07-15/hipchat-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/hipchat-config.png, layout=> }, "/images/post-images/2016-07-15/notify-failed.png"=>Awestruct::Page{ 72063160: output_path=>/images/post-images/2016-07-15/notify-failed.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-failed.png, layout=> }, "/images/post-images/2016-07-15/notify-started-email.png"=>Awestruct::Page{ 72080480: output_path=>/images/post-images/2016-07-15/notify-started-email.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started-email.png, layout=> }, "/images/post-images/2016-07-15/notify-started.png"=>Awestruct::Page{ 72073260: output_path=>/images/post-images/2016-07-15/notify-started.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started.png, layout=> }, "/images/post-images/2016-07-15/notify-successful.png"=>Awestruct::Page{ 72082400: output_path=>/images/post-images/2016-07-15/notify-successful.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-successful.png, layout=> }, "/images/post-images/2016-07-15/slack-config.png"=>Awestruct::Page{ 72099720: output_path=>/images/post-images/2016-07-15/slack-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/slack-config.png, layout=> }, "/images/post-images/2016-08-03/JDL_pipeline.png"=>Awestruct::Page{ 72128020: output_path=>/images/post-images/2016-08-03/JDL_pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/JDL_pipeline.png, layout=> }, "/images/post-images/2016-08-03/environment_jenkinsfile.png"=>Awestruct::Page{ 72145340: output_path=>/images/post-images/2016-08-03/environment_jenkinsfile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/environment_jenkinsfile.png, layout=> }, "/images/post-images/2016-08-29/freestyle-1.png"=>Awestruct::Page{ 72148380: output_path=>/images/post-images/2016-08-29/freestyle-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-1.png, layout=> }, "/images/post-images/2016-08-29/freestyle-2.png"=>Awestruct::Page{ 72165700: output_path=>/images/post-images/2016-08-29/freestyle-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-2.png, layout=> }, "/images/post-images/2016-08-29/freestyle-3.png"=>Awestruct::Page{ 72183020: output_path=>/images/post-images/2016-08-29/freestyle-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-3.png, layout=> }, "/images/post-images/2016-08-29/pipeline-report.png"=>Awestruct::Page{ 72192140: output_path=>/images/post-images/2016-08-29/pipeline-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-report.png, layout=> }, "/images/post-images/2016-08-29/pipeline-results.png"=>Awestruct::Page{ 72209460: output_path=>/images/post-images/2016-08-29/pipeline-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-results.png, layout=> }, "/images/post-images/2016-08-29/platforms-report.png"=>Awestruct::Page{ 72218580: output_path=>/images/post-images/2016-08-29/platforms-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-report.png, layout=> }, "/images/post-images/2016-08-29/platforms-results.png"=>Awestruct::Page{ 72235880: output_path=>/images/post-images/2016-08-29/platforms-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-results.png, layout=> }, "/images/post-images/2016-08-29/sauce-details.png"=>Awestruct::Page{ 72253200: output_path=>/images/post-images/2016-08-29/sauce-details.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/sauce-details.png, layout=> }, "/images/post-images/2016-08-29/tests-report.png"=>Awestruct::Page{ 72245980: output_path=>/images/post-images/2016-08-29/tests-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/tests-report.png, layout=> }, "/images/post-images/2016-10-27/job-10-summary.png"=>Awestruct::Page{ 72289540: output_path=>/images/post-images/2016-10-27/job-10-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-10-summary.png, layout=> }, "/images/post-images/2016-10-27/job-12-summary.png"=>Awestruct::Page{ 72298660: output_path=>/images/post-images/2016-10-27/job-12-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-12-summary.png, layout=> }, "/images/post-images/2016-10-27/job-17-summary.png"=>Awestruct::Page{ 72307780: output_path=>/images/post-images/2016-10-27/job-17-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-17-summary.png, layout=> }, "/images/post-images/2016-10-27/job-18-report.png"=>Awestruct::Page{ 72316900: output_path=>/images/post-images/2016-10-27/job-18-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-18-report.png, layout=> }, "/images/post-images/2016-10-27/job-19-summary.png"=>Awestruct::Page{ 72326020: output_path=>/images/post-images/2016-10-27/job-19-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-19-summary.png, layout=> }, "/images/post-images/2016-10-27/job-7-console.png"=>Awestruct::Page{ 72343340: output_path=>/images/post-images/2016-10-27/job-7-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-console.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome-test1.png"=>Awestruct::Page{ 72336120: output_path=>/images/post-images/2016-10-27/job-7-report-chrome-test1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome-test1.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome.png"=>Awestruct::Page{ 72353420: output_path=>/images/post-images/2016-10-27/job-7-report-chrome.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome.png, layout=> }, "/images/post-images/2016-10-27/job-7-report.png"=>Awestruct::Page{ 72362540: output_path=>/images/post-images/2016-10-27/job-7-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report.png, layout=> }, "/images/post-images/2016-10-27/job-7-summary.png"=>Awestruct::Page{ 72379860: output_path=>/images/post-images/2016-10-27/job-7-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-summary.png, layout=> }, "/images/post-images/2016-10-27/job-8-console.png"=>Awestruct::Page{ 72388980: output_path=>/images/post-images/2016-10-27/job-8-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-console.png, layout=> }, "/images/post-images/2016-10-27/job-8-summary.png"=>Awestruct::Page{ 72406300: output_path=>/images/post-images/2016-10-27/job-8-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-summary.png, layout=> }, "/images/post-images/2016-10-27/job-9-summary.png"=>Awestruct::Page{ 72423620: output_path=>/images/post-images/2016-10-27/job-9-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-9-summary.png, layout=> }, "/images/post-images/2016-in-review/jam-worldwide-2016.png"=>Awestruct::Page{ 72427460: output_path=>/images/post-images/2016-in-review/jam-worldwide-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-in-review/jam-worldwide-2016.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/android-pipeline.png"=>Awestruct::Page{ 72454460: output_path=>/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg"=>Awestruct::Page{ 72471780: output_path=>/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/contributors.jpg"=>Awestruct::Page{ 72489100: output_path=>/images/post-images/2016-jenkins-world-wrap/contributors.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/contributors.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png"=>Awestruct::Page{ 72498240: output_path=>/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg"=>Awestruct::Page{ 72491020: output_path=>/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-0.jpg"=>Awestruct::Page{ 72508340: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-1.jpg"=>Awestruct::Page{ 72517460: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-2.jpg"=>Awestruct::Page{ 72534780: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-3.jpg"=>Awestruct::Page{ 72552100: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-4.jpg"=>Awestruct::Page{ 72561220: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png"=>Awestruct::Page{ 72578540: output_path=>/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png"=>Awestruct::Page{ 72595860: output_path=>/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg"=>Awestruct::Page{ 72604980: output_path=>/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg"=>Awestruct::Page{ 72597760: output_path=>/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/mural-end.jpg"=>Awestruct::Page{ 72615080: output_path=>/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png"=>Awestruct::Page{ 72659740: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png"=>Awestruct::Page{ 72668740: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, layout=> }, "/images/post-images/2017-01-02/plugin-configuration.png"=>Awestruct::Page{ 72672580: output_path=>/images/post-images/2017-01-02/plugin-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-02/plugin-configuration.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-config.png"=>Awestruct::Page{ 72692560: output_path=>/images/post-images/2017-01-19/freestyle-conditional-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-config.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-long-full.png"=>Awestruct::Page{ 72709880: output_path=>/images/post-images/2017-01-19/freestyle-conditional-long-full.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-long-full.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-param.png"=>Awestruct::Page{ 72727180: output_path=>/images/post-images/2017-01-19/freestyle-conditional-param.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-param.png, layout=> }, "/images/post-images/5pears.png"=>Awestruct::Page{ 72736500: output_path=>/images/post-images/5pears.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/5pears.png, layout=> }, "/images/post-images/95th-percentile.png"=>Awestruct::Page{ 72729480: output_path=>/images/post-images/95th-percentile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/95th-percentile.png, layout=> }, "/images/post-images/Jenkins-World-logo.png"=>Awestruct::Page{ 72747000: output_path=>/images/post-images/Jenkins-World-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Jenkins-World-logo.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png"=>Awestruct::Page{ 72764260: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png"=>Awestruct::Page{ 72773340: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png"=>Awestruct::Page{ 72790620: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png"=>Awestruct::Page{ 72799700: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png"=>Awestruct::Page{ 72816980: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png"=>Awestruct::Page{ 72834260: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png"=>Awestruct::Page{ 72827000: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png"=>Awestruct::Page{ 72836080: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, layout=> }, "/images/post-images/alpha3/alpha3_adminuser.png"=>Awestruct::Page{ 72872260: output_path=>/images/post-images/alpha3/alpha3_adminuser.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_adminuser.png, layout=> }, "/images/post-images/alpha3/alpha3_complete.png"=>Awestruct::Page{ 72881380: output_path=>/images/post-images/alpha3/alpha3_complete.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_complete.png, layout=> }, "/images/post-images/alpha3/alpha3_configuration.png"=>Awestruct::Page{ 72898700: output_path=>/images/post-images/alpha3/alpha3_configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_configuration.png, layout=> }, "/images/post-images/alpha3/alpha3_suggested_plugins.png"=>Awestruct::Page{ 72907840: output_path=>/images/post-images/alpha3/alpha3_suggested_plugins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_suggested_plugins.png, layout=> }, "/images/post-images/alpha3/alpha3_unlock.png"=>Awestruct::Page{ 72900620: output_path=>/images/post-images/alpha3/alpha3_unlock.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_unlock.png, layout=> }, "/images/post-images/aws/EuPvQdU.jpg"=>Awestruct::Page{ 72936420: output_path=>/images/post-images/aws/EuPvQdU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/EuPvQdU.jpg, layout=> }, "/images/post-images/aws/Mh9TabQ.jpg"=>Awestruct::Page{ 72945560: output_path=>/images/post-images/aws/Mh9TabQ.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/Mh9TabQ.jpg, layout=> }, "/images/post-images/aws/MtvaRLU.jpg"=>Awestruct::Page{ 72962880: output_path=>/images/post-images/aws/MtvaRLU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/MtvaRLU.jpg, layout=> }, "/images/post-images/aws/P2eIB08.jpg"=>Awestruct::Page{ 72972000: output_path=>/images/post-images/aws/P2eIB08.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/P2eIB08.jpg, layout=> }, "/images/post-images/aws/bidadvisor.png"=>Awestruct::Page{ 72989320: output_path=>/images/post-images/aws/bidadvisor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/bidadvisor.png, layout=> }, "/images/post-images/aws/fk65vh7.jpg"=>Awestruct::Page{ 73006640: output_path=>/images/post-images/aws/fk65vh7.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/fk65vh7.jpg, layout=> }, "/images/post-images/aws/iOfvSD8.jpg"=>Awestruct::Page{ 72999420: output_path=>/images/post-images/aws/iOfvSD8.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/iOfvSD8.jpg, layout=> }, "/images/post-images/aws/oCkHRu5.jpg"=>Awestruct::Page{ 73008540: output_path=>/images/post-images/aws/oCkHRu5.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/oCkHRu5.jpg, layout=> }, "/images/post-images/aws/wDW63sm.jpg"=>Awestruct::Page{ 73025860: output_path=>/images/post-images/aws/wDW63sm.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/wDW63sm.jpg, layout=> }, "/images/post-images/blue-ocean-girl.png"=>Awestruct::Page{ 73035180: output_path=>/images/post-images/blue-ocean-girl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blue-ocean-girl.png, layout=> }, "/images/post-images/blueocean/failing-pipeline.png"=>Awestruct::Page{ 73070640: output_path=>/images/post-images/blueocean/failing-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/failing-pipeline.png, layout=> }, "/images/post-images/blueocean/github-pipeline-status.png"=>Awestruct::Page{ 73079760: output_path=>/images/post-images/blueocean/github-pipeline-status.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/github-pipeline-status.png, layout=> }, "/images/post-images/blueocean/jdl.png"=>Awestruct::Page{ 73097060: output_path=>/images/post-images/blueocean/jdl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/jdl.png, layout=> }, "/images/post-images/blueocean/personalized-dashboard.png"=>Awestruct::Page{ 73089840: output_path=>/images/post-images/blueocean/personalized-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/personalized-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-activity.png"=>Awestruct::Page{ 73107160: output_path=>/images/post-images/blueocean/pipeline-activity.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-activity.png, layout=> }, "/images/post-images/blueocean/pipeline-branches.png"=>Awestruct::Page{ 73116280: output_path=>/images/post-images/blueocean/pipeline-branches.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-branches.png, layout=> }, "/images/post-images/blueocean/pipeline-dashboard.png"=>Awestruct::Page{ 73133580: output_path=>/images/post-images/blueocean/pipeline-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-editor.png"=>Awestruct::Page{ 73142700: output_path=>/images/post-images/blueocean/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-editor.png, layout=> }, "/images/post-images/blueocean/pipeline-run.png"=>Awestruct::Page{ 73160020: output_path=>/images/post-images/blueocean/pipeline-run.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-run.png, layout=> }, "/images/post-images/blueocean/pr-view.png"=>Awestruct::Page{ 73177320: output_path=>/images/post-images/blueocean/pr-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pr-view.png, layout=> }, "/images/post-images/blueocean/successful-pipeline.png"=>Awestruct::Page{ 73186440: output_path=>/images/post-images/blueocean/successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/successful-pipeline.png, layout=> }, "/images/post-images/blueocean/weather-icons.png"=>Awestruct::Page{ 73179220: output_path=>/images/post-images/blueocean/weather-icons.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/weather-icons.png, layout=> }, "/images/post-images/blueocean-dev-log/gui-editor.png"=>Awestruct::Page{ 73207500: output_path=>/images/post-images/blueocean-dev-log/gui-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/gui-editor.png, layout=> }, "/images/post-images/blueocean-dev-log/start-with-parameters.png"=>Awestruct::Page{ 73224820: output_path=>/images/post-images/blueocean-dev-log/start-with-parameters.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/start-with-parameters.png, layout=> }, "/images/post-images/dhc/dhc-1-interface-big.png"=>Awestruct::Page{ 73252320: output_path=>/images/post-images/dhc/dhc-1-interface-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface-big.png, layout=> }, "/images/post-images/dhc/dhc-1-interface.png"=>Awestruct::Page{ 73245100: output_path=>/images/post-images/dhc/dhc-1-interface.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions-big.png"=>Awestruct::Page{ 73262420: output_path=>/images/post-images/dhc/dhc-2-assertions-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions-big.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions.png"=>Awestruct::Page{ 73279740: output_path=>/images/post-images/dhc/dhc-2-assertions.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions.png, layout=> }, "/images/post-images/dhc/dhc-3-export-big.png"=>Awestruct::Page{ 73288860: output_path=>/images/post-images/dhc/dhc-3-export-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export-big.png, layout=> }, "/images/post-images/dhc/dhc-3-export.png"=>Awestruct::Page{ 73306180: output_path=>/images/post-images/dhc/dhc-3-export.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario-big.png"=>Awestruct::Page{ 73315320: output_path=>/images/post-images/dhc/dhc-4-scenario-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario-big.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario.png"=>Awestruct::Page{ 73332640: output_path=>/images/post-images/dhc/dhc-4-scenario.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report-big.png"=>Awestruct::Page{ 73349960: output_path=>/images/post-images/dhc/dhc-5-jenkins-report-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report-big.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report.png"=>Awestruct::Page{ 73359100: output_path=>/images/post-images/dhc/dhc-5-jenkins-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report.png, layout=> }, "/images/post-images/ewm/ewm-config.png"=>Awestruct::Page{ 73387140: output_path=>/images/post-images/ewm/ewm-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/ewm-config.png, layout=> }, "/images/post-images/ewm/global-custom-workspace-path.png"=>Awestruct::Page{ 73396280: output_path=>/images/post-images/ewm/global-custom-workspace-path.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-custom-workspace-path.png, layout=> }, "/images/post-images/ewm/global-disk-allocation-strategy.png"=>Awestruct::Page{ 73405400: output_path=>/images/post-images/ewm/global-disk-allocation-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-disk-allocation-strategy.png, layout=> }, "/images/post-images/ewm/restriction-by-job-name.png"=>Awestruct::Page{ 73414520: output_path=>/images/post-images/ewm/restriction-by-job-name.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-job-name.png, layout=> }, "/images/post-images/ewm/restriction-by-user.png"=>Awestruct::Page{ 73423640: output_path=>/images/post-images/ewm/restriction-by-user.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-user.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png"=>Awestruct::Page{ 73451960: output_path=>/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png"=>Awestruct::Page{ 73461080: output_path=>/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, layout=> }, "/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 73480180: output_path=>/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 73489300: output_path=>/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png"=>Awestruct::Page{ 73506600: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png"=>Awestruct::Page{ 73499380: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1.png"=>Awestruct::Page{ 73516700: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 73525820: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1.png"=>Awestruct::Page{ 73543120: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 73560440: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png"=>Awestruct::Page{ 73569560: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 73586860: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png"=>Awestruct::Page{ 73604180: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 73596960: output_path=>/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gsoc-job-config/changing-help.gif"=>Awestruct::Page{ 73641320: output_path=>/images/post-images/gsoc-job-config/changing-help.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/changing-help.gif, layout=> }, "/images/post-images/gsoc-job-config/credentials-grouping.jpg"=>Awestruct::Page{ 73650440: output_path=>/images/post-images/gsoc-job-config/credentials-grouping.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/credentials-grouping.jpg, layout=> }, "/images/post-images/gsoc-job-config/current-popup.gif"=>Awestruct::Page{ 73659560: output_path=>/images/post-images/gsoc-job-config/current-popup.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/current-popup.gif, layout=> }, "/images/post-images/gsoc-job-config/popup-window.gif"=>Awestruct::Page{ 73668680: output_path=>/images/post-images/gsoc-job-config/popup-window.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/popup-window.gif, layout=> }, "/images/post-images/gsoc-job-config/removing-views.jpg"=>Awestruct::Page{ 73677800: output_path=>/images/post-images/gsoc-job-config/removing-views.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/removing-views.jpg, layout=> }, "/images/post-images/gsoc-support-core-plugin/config.png"=>Awestruct::Page{ 73705920: output_path=>/images/post-images/gsoc-support-core-plugin/config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/config.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/downloadBundles.png"=>Awestruct::Page{ 73715040: output_path=>/images/post-images/gsoc-support-core-plugin/downloadBundles.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/downloadBundles.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/generate-bundle.png"=>Awestruct::Page{ 73724180: output_path=>/images/post-images/gsoc-support-core-plugin/generate-bundle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/generate-bundle.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/home.png"=>Awestruct::Page{ 73733300: output_path=>/images/post-images/gsoc-support-core-plugin/home.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/home.png, layout=> }, "/images/post-images/jenkins-master.png"=>Awestruct::Page{ 73742620: output_path=>/images/post-images/jenkins-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-master.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/hooks.png"=>Awestruct::Page{ 73753860: output_path=>/images/post-images/jenkins-pipeline-scalability/hooks.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/hooks.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/jobs.png"=>Awestruct::Page{ 73771180: output_path=>/images/post-images/jenkins-pipeline-scalability/jobs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/jobs.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/journey.png"=>Awestruct::Page{ 73780300: output_path=>/images/post-images/jenkins-pipeline-scalability/journey.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/journey.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/modes.png"=>Awestruct::Page{ 73797620: output_path=>/images/post-images/jenkins-pipeline-scalability/modes.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/modes.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/properties.png"=>Awestruct::Page{ 73814940: output_path=>/images/post-images/jenkins-pipeline-scalability/properties.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/properties.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/responsibilities.png"=>Awestruct::Page{ 73824060: output_path=>/images/post-images/jenkins-pipeline-scalability/responsibilities.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/responsibilities.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-now.png"=>Awestruct::Page{ 73841380: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-now.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png"=>Awestruct::Page{ 73850520: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/thousands.png"=>Awestruct::Page{ 73843300: output_path=>/images/post-images/jenkins-pipeline-scalability/thousands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/thousands.png, layout=> }, "/images/post-images/jenkins-run-python.png"=>Awestruct::Page{ 73860820: output_path=>/images/post-images/jenkins-run-python.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-run-python.png, layout=> }, "/images/post-images/jenkins2-snippetizer-demo.png"=>Awestruct::Page{ 73878340: output_path=>/images/post-images/jenkins2-snippetizer-demo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins2-snippetizer-demo.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png"=>Awestruct::Page{ 73922720: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png"=>Awestruct::Page{ 73931860: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png"=>Awestruct::Page{ 73924640: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png"=>Awestruct::Page{ 73933760: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png"=>Awestruct::Page{ 73942880: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins1.png"=>Awestruct::Page{ 73987540: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins2.png"=>Awestruct::Page{ 73996660: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, layout=> }, "/images/post-images/kj187_Dashboard_2_i4wkw6.png"=>Awestruct::Page{ 74005980: output_path=>/images/post-images/kj187_Dashboard_2_i4wkw6.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/kj187_Dashboard_2_i4wkw6.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG"=>Awestruct::Page{ 74009440: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG"=>Awestruct::Page{ 74018560: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/melbourne.png"=>Awestruct::Page{ 74035860: output_path=>/images/post-images/monthly-jam-nov-2016/melbourne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/melbourne.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-jam.png"=>Awestruct::Page{ 74053180: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-jam.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-prep.png"=>Awestruct::Page{ 74062300: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-prep.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-prep.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow-small.png"=>Awestruct::Page{ 74090420: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow.png"=>Awestruct::Page{ 74099540: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow-small.png"=>Awestruct::Page{ 74108660: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow.png"=>Awestruct::Page{ 74117780: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow.png, layout=> }, "/images/post-images/pipeline-as-code-for-hardware/connectBoard.png"=>Awestruct::Page{ 74121620: output_path=>/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/aquilent.png"=>Awestruct::Page{ 74157780: output_path=>/images/post-images/pipeline-at-jenkinsworld/aquilent.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/aquilent.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/jfrog.png"=>Awestruct::Page{ 74166900: output_path=>/images/post-images/pipeline-at-jenkinsworld/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/jfrog.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg"=>Awestruct::Page{ 74184220: output_path=>/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/perforce.png"=>Awestruct::Page{ 74193340: output_path=>/images/post-images/pipeline-at-jenkinsworld/perforce.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/perforce.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/redhat.png"=>Awestruct::Page{ 74210660: output_path=>/images/post-images/pipeline-at-jenkinsworld/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/redhat.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png"=>Awestruct::Page{ 74238780: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png"=>Awestruct::Page{ 74247900: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png"=>Awestruct::Page{ 74257040: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-tests.png"=>Awestruct::Page{ 74266160: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png"=>Awestruct::Page{ 74269380: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png"=>Awestruct::Page{ 74286580: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png"=>Awestruct::Page{ 74295720: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png"=>Awestruct::Page{ 74312920: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png"=>Awestruct::Page{ 74330240: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif"=>Awestruct::Page{ 74339380: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, layout=> }, "/images/post-images/state-of-jam-2016/JAM-map.png"=>Awestruct::Page{ 74350820: output_path=>/images/post-images/state-of-jam-2016/JAM-map.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAM-map.png, layout=> }, "/images/post-images/state-of-jam-2016/JAMs-over-time.png"=>Awestruct::Page{ 74359940: output_path=>/images/post-images/state-of-jam-2016/JAMs-over-time.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAMs-over-time.png, layout=> }, "/images/post-images/state-of-jam-2016/barcelona-jam.png"=>Awestruct::Page{ 74377260: output_path=>/images/post-images/state-of-jam-2016/barcelona-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/barcelona-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/peru-jam.png"=>Awestruct::Page{ 74394580: output_path=>/images/post-images/state-of-jam-2016/peru-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/peru-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/seville-jam.png"=>Awestruct::Page{ 74403700: output_path=>/images/post-images/state-of-jam-2016/seville-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/seville-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam-2.png"=>Awestruct::Page{ 74421020: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam-2.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam.png"=>Awestruct::Page{ 74438340: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png"=>Awestruct::Page{ 74441780: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png"=>Awestruct::Page{ 74459100: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png"=>Awestruct::Page{ 74468220: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png"=>Awestruct::Page{ 74485520: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png"=>Awestruct::Page{ 74502840: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, layout=> }, "/images/protect.gif"=>Awestruct::Page{ 74512380: output_path=>/images/protect.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/protect.gif, layout=> }, "/images/railyard.jpg"=>Awestruct::Page{ 74530100: output_path=>/images/railyard.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/railyard.jpg, layout=> }, "/images/rfe.gif"=>Awestruct::Page{ 74523300: output_path=>/images/rfe.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe.gif, layout=> }, "/images/rfe2.gif"=>Awestruct::Page{ 74541040: output_path=>/images/rfe2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe2.gif, layout=> }, "/images/solution-images/jenkins-chart-nosetests.png"=>Awestruct::Page{ 74585520: output_path=>/images/solution-images/jenkins-chart-nosetests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-nosetests.png, layout=> }, "/images/solution-images/jenkins-chart-pylint.png"=>Awestruct::Page{ 74594840: output_path=>/images/solution-images/jenkins-chart-pylint.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-pylint.png, layout=> }, "/images/solution-images/jenkins-github-oauth-enable.png"=>Awestruct::Page{ 74604160: output_path=>/images/solution-images/jenkins-github-oauth-enable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-oauth-enable.png, layout=> }, "/images/solution-images/jenkins-github-services.png"=>Awestruct::Page{ 74597140: output_path=>/images/solution-images/jenkins-github-services.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-services.png, layout=> }, "/images/solution-images/jenkins-gradle-step.png"=>Awestruct::Page{ 74606460: output_path=>/images/solution-images/jenkins-gradle-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-gradle-step.png, layout=> }, "/images/solution-images/jenkins-maven-step.png"=>Awestruct::Page{ 74615780: output_path=>/images/solution-images/jenkins-maven-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-maven-step.png, layout=> }, "/images/solution-images/junit-rspec-postbuild-action.png"=>Awestruct::Page{ 74633300: output_path=>/images/solution-images/junit-rspec-postbuild-action.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-postbuild-action.png, layout=> }, "/images/solution-images/junit-rspec-trend.png"=>Awestruct::Page{ 74650800: output_path=>/images/solution-images/junit-rspec-trend.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-trend.png, layout=> }, "/images/sponsors/cloudbees.png"=>Awestruct::Page{ 74654660: output_path=>/images/sponsors/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/cloudbees.png, layout=> }, "/images/sponsors/microsoft.png"=>Awestruct::Page{ 74672180: output_path=>/images/sponsors/microsoft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/microsoft.png, layout=> }, "/images/sponsors/osuosl.png"=>Awestruct::Page{ 74681500: output_path=>/images/sponsors/osuosl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/osuosl.png, layout=> }, "/images/sponsors/rackspace.png"=>Awestruct::Page{ 74699020: output_path=>/images/sponsors/rackspace.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/rackspace.png, layout=> }, "/images/sponsors/redhat.png"=>Awestruct::Page{ 74716540: output_path=>/images/sponsors/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/redhat.png, layout=> }, "/images/sub.png"=>Awestruct::Page{ 74726080: output_path=>/images/sub.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sub.png, layout=> }, "/images/sun_small_bw.gif"=>Awestruct::Page{ 74719280: output_path=>/images/sun_small_bw.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sun_small_bw.gif, layout=> }, "/images/sunnyblueocean.png"=>Awestruct::Page{ 74737000: output_path=>/images/sunnyblueocean.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sunnyblueocean.png, layout=> }, "/images/user.gif"=>Awestruct::Page{ 74746560: output_path=>/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.gif, layout=> }, "/images/user.svg"=>Awestruct::Page{ 74764300: output_path=>/images/user.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.svg, layout=> }, "/images/visitor.gif"=>Awestruct::Page{ 74782040: output_path=>/images/visitor.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.gif, layout=> }, "/images/visitor.svg"=>Awestruct::Page{ 74791600: output_path=>/images/visitor.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.svg, layout=> }, "/images/webstart.gif"=>Awestruct::Page{ 74784800: output_path=>/images/webstart.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/webstart.gif, layout=> }, "/images/whale_1030x500.jpg"=>Awestruct::Page{ 74802520: output_path=>/images/whale_1030x500.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/whale_1030x500.jpg, layout=> }, "/images/xml.png"=>Awestruct::Page{ 74812060: output_path=>/images/xml.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/xml.png, layout=> }, "/index.html"=>Awestruct::Page{ 74830140: output_path=>/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/index.html.haml, layout=>default }, "/infra/ci-redirects/index.html"=>Awestruct::Page{ 75095460: output_path=>/infra/ci-redirects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/infra/ci-redirects.adoc, layout=>simplepage }, "/jenkins.jnlp"=>Awestruct::Page{ 75305860: output_path=>/jenkins.jnlp, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/jenkins.jnlp, layout=> }, "/js/cjp-grid.js"=>Awestruct::Page{ 75310960: output_path=>/js/cjp-grid.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/cjp-grid.js, layout=> }, "/js/featured-service.json"=>Awestruct::Page{ 75465640: output_path=>/js/featured-service.json, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/featured-service.json, layout=> }, "/js/plguinlist-service.js"=>Awestruct::Page{ 75483980: output_path=>/js/plguinlist-service.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/plguinlist-service.js, layout=> }, "/license/index.html"=>Awestruct::Page{ 75550740: output_path=>/license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/license/index.md, layout=>post }, "/maven.jenkins-ci.org-logo.png"=>Awestruct::Page{ 75788520: output_path=>/maven.jenkins-ci.org-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/maven.jenkins-ci.org-logo.png, layout=> }, "/meetings/index.html"=>Awestruct::Page{ 75801320: output_path=>/meetings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/meetings/index.md, layout=>post }, "/mit-license/index.html"=>Awestruct::Page{ 76050940: output_path=>/mit-license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/mit-license/index.md, layout=>refresh }, "/node/1/index.html"=>Awestruct::Page{ 76247460: output_path=>/node/1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/1/index.md, layout=>refresh }, "/node/13/index.html"=>Awestruct::Page{ 76378940: output_path=>/node/13/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/13/index.md, layout=>refresh }, "/node/146/index.html"=>Awestruct::Page{ 76502260: output_path=>/node/146/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/146/index.md, layout=>refresh }, "/node/147/index.html"=>Awestruct::Page{ 76625560: output_path=>/node/147/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/147/index.md, layout=>refresh }, "/node/148/index.html"=>Awestruct::Page{ 76757080: output_path=>/node/148/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/148/index.md, layout=>refresh }, "/node/149/index.html"=>Awestruct::Page{ 76880380: output_path=>/node/149/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/149/index.md, layout=>refresh }, "/node/150/index.html"=>Awestruct::Page{ 77003700: output_path=>/node/150/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/150/index.md, layout=>refresh }, "/node/151/index.html"=>Awestruct::Page{ 77135180: output_path=>/node/151/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/151/index.md, layout=>refresh }, "/node/152/index.html"=>Awestruct::Page{ 77258500: output_path=>/node/152/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/152/index.md, layout=>refresh }, "/node/154/index.html"=>Awestruct::Page{ 77365460: output_path=>/node/154/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/154/index.md, layout=>refresh }, "/node/156/index.html"=>Awestruct::Page{ 77488780: output_path=>/node/156/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/156/index.md, layout=>refresh }, "/node/158/index.html"=>Awestruct::Page{ 77620260: output_path=>/node/158/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/158/index.md, layout=>refresh }, "/node/159/index.html"=>Awestruct::Page{ 77743560: output_path=>/node/159/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/159/index.md, layout=>refresh }, "/node/160/index.html"=>Awestruct::Page{ 77891440: output_path=>/node/160/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/160/index.md, layout=>refresh }, "/node/161/index.html"=>Awestruct::Page{ 77998400: output_path=>/node/161/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/161/index.md, layout=>refresh }, "/node/162/index.html"=>Awestruct::Page{ 78121680: output_path=>/node/162/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/162/index.md, layout=>refresh }, "/node/163/index.html"=>Awestruct::Page{ 78253180: output_path=>/node/163/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/163/index.md, layout=>refresh }, "/node/164/index.html"=>Awestruct::Page{ 78376480: output_path=>/node/164/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/164/index.md, layout=>refresh }, "/node/165/index.html"=>Awestruct::Page{ 78499800: output_path=>/node/165/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/165/index.md, layout=>refresh }, "/node/166/index.html"=>Awestruct::Page{ 78631280: output_path=>/node/166/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/166/index.md, layout=>refresh }, "/node/167/index.html"=>Awestruct::Page{ 78754580: output_path=>/node/167/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/167/index.md, layout=>refresh }, "/node/168/index.html"=>Awestruct::Page{ 78877860: output_path=>/node/168/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/168/index.md, layout=>refresh }, "/node/169/index.html"=>Awestruct::Page{ 79009380: output_path=>/node/169/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/169/index.md, layout=>refresh }, "/node/170/index.html"=>Awestruct::Page{ 79132680: output_path=>/node/170/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/170/index.md, layout=>refresh }, "/node/171/index.html"=>Awestruct::Page{ 79264160: output_path=>/node/171/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/171/index.md, layout=>refresh }, "/node/172/index.html"=>Awestruct::Page{ 79387440: output_path=>/node/172/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/172/index.md, layout=>refresh }, "/node/173/index.html"=>Awestruct::Page{ 79510760: output_path=>/node/173/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/173/index.md, layout=>refresh }, "/node/174/index.html"=>Awestruct::Page{ 79370940: output_path=>/node/174/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/174/index.md, layout=>refresh }, "/node/175/index.html"=>Awestruct::Page{ 78937120: output_path=>/node/175/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/175/index.md, layout=>refresh }, "/node/176/index.html"=>Awestruct::Page{ 78495100: output_path=>/node/176/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/176/index.md, layout=>refresh }, "/node/177/index.html"=>Awestruct::Page{ 78053060: output_path=>/node/177/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/177/index.md, layout=>refresh }, "/node/178/index.html"=>Awestruct::Page{ 77561020: output_path=>/node/178/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/178/index.md, layout=>refresh }, "/node/179/index.html"=>Awestruct::Page{ 77118240: output_path=>/node/179/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/179/index.md, layout=>refresh }, "/node/180/index.html"=>Awestruct::Page{ 76684420: output_path=>/node/180/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/180/index.md, layout=>refresh }, "/node/181/index.html"=>Awestruct::Page{ 76242440: output_path=>/node/181/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/181/index.md, layout=>refresh }, "/node/182/index.html"=>Awestruct::Page{ 75813340: output_path=>/node/182/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/182/index.md, layout=>refresh }, "/node/183/index.html"=>Awestruct::Page{ 75444340: output_path=>/node/183/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/183/index.md, layout=>refresh }, "/node/184/index.html"=>Awestruct::Page{ 75026260: output_path=>/node/184/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/184/index.md, layout=>refresh }, "/node/185/index.html"=>Awestruct::Page{ 74738460: output_path=>/node/185/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/185/index.md, layout=>refresh }, "/node/186/index.html"=>Awestruct::Page{ 74548440: output_path=>/node/186/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/186/index.md, layout=>refresh }, "/node/187/index.html"=>Awestruct::Page{ 74341760: output_path=>/node/187/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/187/index.md, layout=>refresh }, "/node/188/index.html"=>Awestruct::Page{ 74160020: output_path=>/node/188/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/188/index.md, layout=>refresh }, "/node/189/index.html"=>Awestruct::Page{ 73986180: output_path=>/node/189/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/189/index.md, layout=>refresh }, "/node/190/index.html"=>Awestruct::Page{ 73780040: output_path=>/node/190/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/190/index.md, layout=>refresh }, "/node/191/index.html"=>Awestruct::Page{ 73598280: output_path=>/node/191/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/191/index.md, layout=>refresh }, "/node/192/index.html"=>Awestruct::Page{ 73400240: output_path=>/node/192/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/192/index.md, layout=>refresh }, "/node/193/index.html"=>Awestruct::Page{ 73201780: output_path=>/node/193/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/193/index.md, layout=>refresh }, "/node/194/index.html"=>Awestruct::Page{ 73011780: output_path=>/node/194/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/194/index.md, layout=>refresh }, "/node/195/index.html"=>Awestruct::Page{ 72829960: output_path=>/node/195/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/195/index.md, layout=>refresh }, "/node/196/index.html"=>Awestruct::Page{ 72656200: output_path=>/node/196/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/196/index.md, layout=>refresh }, "/node/197/index.html"=>Awestruct::Page{ 72433280: output_path=>/node/197/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/197/index.md, layout=>refresh }, "/node/198/index.html"=>Awestruct::Page{ 72251260: output_path=>/node/198/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/198/index.md, layout=>refresh }, "/node/199/index.html"=>Awestruct::Page{ 72061200: output_path=>/node/199/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/199/index.md, layout=>refresh }, "/node/2/index.html"=>Awestruct::Page{ 71880040: output_path=>/node/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/2/index.md, layout=>refresh }, "/node/200/index.html"=>Awestruct::Page{ 71673660: output_path=>/node/200/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/200/index.md, layout=>refresh }, "/node/201/index.html"=>Awestruct::Page{ 71466760: output_path=>/node/201/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/201/index.md, layout=>refresh }, "/node/202/index.html"=>Awestruct::Page{ 71275760: output_path=>/node/202/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/202/index.md, layout=>refresh }, "/node/203/index.html"=>Awestruct::Page{ 71094260: output_path=>/node/203/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/203/index.md, layout=>refresh }, "/node/204/index.html"=>Awestruct::Page{ 70797300: output_path=>/node/204/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/204/index.md, layout=>refresh }, "/node/208/index.html"=>Awestruct::Page{ 70598680: output_path=>/node/208/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/208/index.md, layout=>refresh }, "/node/212/index.html"=>Awestruct::Page{ 70392240: output_path=>/node/212/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/212/index.md, layout=>refresh }, "/node/213/index.html"=>Awestruct::Page{ 70022720: output_path=>/node/213/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/213/index.md, layout=>refresh }, "/node/214/index.html"=>Awestruct::Page{ 69760000: output_path=>/node/214/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/214/index.md, layout=>refresh }, "/node/216/index.html"=>Awestruct::Page{ 69341960: output_path=>/node/216/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/216/index.md, layout=>refresh }, "/node/217/index.html"=>Awestruct::Page{ 68891640: output_path=>/node/217/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/217/index.md, layout=>refresh }, "/node/218/index.html"=>Awestruct::Page{ 68473980: output_path=>/node/218/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/218/index.md, layout=>refresh }, "/node/219/index.html"=>Awestruct::Page{ 68048180: output_path=>/node/219/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/219/index.md, layout=>refresh }, "/node/220/index.html"=>Awestruct::Page{ 67581000: output_path=>/node/220/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/220/index.md, layout=>refresh }, "/node/221/index.html"=>Awestruct::Page{ 67130720: output_path=>/node/221/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/221/index.md, layout=>refresh }, "/node/223/index.html"=>Awestruct::Page{ 66680360: output_path=>/node/223/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/223/index.md, layout=>refresh }, "/node/224/index.html"=>Awestruct::Page{ 66221580: output_path=>/node/224/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/224/index.md, layout=>refresh }, "/node/225/index.html"=>Awestruct::Page{ 65779300: output_path=>/node/225/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/225/index.md, layout=>refresh }, "/node/227/index.html"=>Awestruct::Page{ 65067000: output_path=>/node/227/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/227/index.md, layout=>refresh }, "/node/228/index.html"=>Awestruct::Page{ 64485780: output_path=>/node/228/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/228/index.md, layout=>refresh }, "/node/229/index.html"=>Awestruct::Page{ 64060220: output_path=>/node/229/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/229/index.md, layout=>refresh }, "/node/230/index.html"=>Awestruct::Page{ 63626440: output_path=>/node/230/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/230/index.md, layout=>refresh }, "/node/231/index.html"=>Awestruct::Page{ 59987740: output_path=>/node/231/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/231/index.md, layout=>refresh }, "/node/232/index.html"=>Awestruct::Page{ 58259680: output_path=>/node/232/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/232/index.md, layout=>refresh }, "/node/233/index.html"=>Awestruct::Page{ 55687860: output_path=>/node/233/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/233/index.md, layout=>refresh }, "/node/234/index.html"=>Awestruct::Page{ 56531760: output_path=>/node/234/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/234/index.md, layout=>refresh }, "/node/235/index.html"=>Awestruct::Page{ 55826380: output_path=>/node/235/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/235/index.md, layout=>refresh }, "/node/236/index.html"=>Awestruct::Page{ 40550140: output_path=>/node/236/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/236/index.md, layout=>refresh }, "/node/237/index.html"=>Awestruct::Page{ 39673600: output_path=>/node/237/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/237/index.md, layout=>refresh }, "/node/238/index.html"=>Awestruct::Page{ 38778900: output_path=>/node/238/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/238/index.md, layout=>refresh }, "/node/239/index.html"=>Awestruct::Page{ 38179500: output_path=>/node/239/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/239/index.md, layout=>refresh }, "/node/240/index.html"=>Awestruct::Page{ 37829680: output_path=>/node/240/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/240/index.md, layout=>refresh }, "/node/241/index.html"=>Awestruct::Page{ 37595420: output_path=>/node/241/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/241/index.md, layout=>refresh }, "/node/242/index.html"=>Awestruct::Page{ 37257800: output_path=>/node/242/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/242/index.md, layout=>refresh }, "/node/243/index.html"=>Awestruct::Page{ 36488220: output_path=>/node/243/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/243/index.md, layout=>refresh }, "/node/244/index.html"=>Awestruct::Page{ 35703820: output_path=>/node/244/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/244/index.md, layout=>refresh }, "/node/245/index.html"=>Awestruct::Page{ 31154180: output_path=>/node/245/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/245/index.md, layout=>refresh }, "/node/246/index.html"=>Awestruct::Page{ 30861800: output_path=>/node/246/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/246/index.md, layout=>refresh }, "/node/247/index.html"=>Awestruct::Page{ 30097060: output_path=>/node/247/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/247/index.md, layout=>refresh }, "/node/251/index.html"=>Awestruct::Page{ 29645540: output_path=>/node/251/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/251/index.md, layout=>refresh }, "/node/252/index.html"=>Awestruct::Page{ 28665260: output_path=>/node/252/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/252/index.md, layout=>refresh }, "/node/253/index.html"=>Awestruct::Page{ 23927220: output_path=>/node/253/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/253/index.md, layout=>refresh }, "/node/254/index.html"=>Awestruct::Page{ 20776880: output_path=>/node/254/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/254/index.md, layout=>refresh }, "/node/255/index.html"=>Awestruct::Page{ 24486700: output_path=>/node/255/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/255/index.md, layout=>refresh }, "/node/256/index.html"=>Awestruct::Page{ 29158460: output_path=>/node/256/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/256/index.md, layout=>refresh }, "/node/257/index.html"=>Awestruct::Page{ 29856820: output_path=>/node/257/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/257/index.md, layout=>refresh }, "/node/258/index.html"=>Awestruct::Page{ 30138540: output_path=>/node/258/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/258/index.md, layout=>refresh }, "/node/259/index.html"=>Awestruct::Page{ 30873020: output_path=>/node/259/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/259/index.md, layout=>refresh }, "/node/260/index.html"=>Awestruct::Page{ 31180700: output_path=>/node/260/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/260/index.md, layout=>refresh }, "/node/264/index.html"=>Awestruct::Page{ 35517040: output_path=>/node/264/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/264/index.md, layout=>refresh }, "/node/266/index.html"=>Awestruct::Page{ 36317160: output_path=>/node/266/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/266/index.md, layout=>refresh }, "/node/267/index.html"=>Awestruct::Page{ 37205820: output_path=>/node/267/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/267/index.md, layout=>refresh }, "/node/268/index.html"=>Awestruct::Page{ 37546380: output_path=>/node/268/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/268/index.md, layout=>refresh }, "/node/269/index.html"=>Awestruct::Page{ 37770380: output_path=>/node/269/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/269/index.md, layout=>refresh }, "/node/270/index.html"=>Awestruct::Page{ 38063460: output_path=>/node/270/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/270/index.md, layout=>refresh }, "/node/272/index.html"=>Awestruct::Page{ 38420920: output_path=>/node/272/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/272/index.md, layout=>refresh }, "/node/273/index.html"=>Awestruct::Page{ 39346200: output_path=>/node/273/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/273/index.md, layout=>refresh }, "/node/274/index.html"=>Awestruct::Page{ 40283000: output_path=>/node/274/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/274/index.md, layout=>refresh }, "/node/275/index.html"=>Awestruct::Page{ 55664040: output_path=>/node/275/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/275/index.md, layout=>refresh }, "/node/276/index.html"=>Awestruct::Page{ 56614120: output_path=>/node/276/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/276/index.md, layout=>refresh }, "/node/277/index.html"=>Awestruct::Page{ 59210340: output_path=>/node/277/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/277/index.md, layout=>refresh }, "/node/278/index.html"=>Awestruct::Page{ 58039280: output_path=>/node/278/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/278/index.md, layout=>refresh }, "/node/279/index.html"=>Awestruct::Page{ 60054940: output_path=>/node/279/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/279/index.md, layout=>refresh }, "/node/280/index.html"=>Awestruct::Page{ 63642380: output_path=>/node/280/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/280/index.md, layout=>refresh }, "/node/281/index.html"=>Awestruct::Page{ 64011400: output_path=>/node/281/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/281/index.md, layout=>refresh }, "/node/282/index.html"=>Awestruct::Page{ 64495160: output_path=>/node/282/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/282/index.md, layout=>refresh }, "/node/294/index.html"=>Awestruct::Page{ 65036140: output_path=>/node/294/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/294/index.md, layout=>refresh }, "/node/295/index.html"=>Awestruct::Page{ 65462580: output_path=>/node/295/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/295/index.md, layout=>refresh }, "/node/296/index.html"=>Awestruct::Page{ 66232240: output_path=>/node/296/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/296/index.md, layout=>refresh }, "/node/297/index.html"=>Awestruct::Page{ 66715540: output_path=>/node/297/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/297/index.md, layout=>refresh }, "/node/298/index.html"=>Awestruct::Page{ 67051300: output_path=>/node/298/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/298/index.md, layout=>refresh }, "/node/299/index.html"=>Awestruct::Page{ 67468860: output_path=>/node/299/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/299/index.md, layout=>refresh }, "/node/3/index.html"=>Awestruct::Page{ 67935700: output_path=>/node/3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/3/index.md, layout=>refresh }, "/node/300/index.html"=>Awestruct::Page{ 68370040: output_path=>/node/300/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/300/index.md, layout=>refresh }, "/node/302/index.html"=>Awestruct::Page{ 68844940: output_path=>/node/302/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/302/index.md, layout=>refresh }, "/node/303/index.html"=>Awestruct::Page{ 69229980: output_path=>/node/303/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/303/index.md, layout=>refresh }, "/node/304/index.html"=>Awestruct::Page{ 69770140: output_path=>/node/304/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/304/index.md, layout=>refresh }, "/node/305/index.html"=>Awestruct::Page{ 69982140: output_path=>/node/305/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/305/index.md, layout=>refresh }, "/node/309/index.html"=>Awestruct::Page{ 70406220: output_path=>/node/309/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/309/index.md, layout=>refresh }, "/node/311/index.html"=>Awestruct::Page{ 70535740: output_path=>/node/311/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/311/index.md, layout=>refresh }, "/node/312/index.html"=>Awestruct::Page{ 70787600: output_path=>/node/312/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/312/index.md, layout=>refresh }, "/node/313/index.html"=>Awestruct::Page{ 71106500: output_path=>/node/313/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/313/index.md, layout=>refresh }, "/node/314/index.html"=>Awestruct::Page{ 71243720: output_path=>/node/314/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/314/index.md, layout=>refresh }, "/node/315/index.html"=>Awestruct::Page{ 71471740: output_path=>/node/315/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/315/index.md, layout=>refresh }, "/node/319/index.html"=>Awestruct::Page{ 71609180: output_path=>/node/319/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/319/index.md, layout=>refresh }, "/node/320/index.html"=>Awestruct::Page{ 71869780: output_path=>/node/320/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/320/index.md, layout=>refresh }, "/node/322/index.html"=>Awestruct::Page{ 72080940: output_path=>/node/322/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/322/index.md, layout=>refresh }, "/node/323/index.html"=>Awestruct::Page{ 72210360: output_path=>/node/323/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/323/index.md, layout=>refresh }, "/node/328/index.html"=>Awestruct::Page{ 72446360: output_path=>/node/328/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/328/index.md, layout=>refresh }, "/node/329/index.html"=>Awestruct::Page{ 72550960: output_path=>/node/329/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/329/index.md, layout=>refresh }, "/node/330/index.html"=>Awestruct::Page{ 72836560: output_path=>/node/330/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/330/index.md, layout=>refresh }, "/node/331/index.html"=>Awestruct::Page{ 72949240: output_path=>/node/331/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/331/index.md, layout=>refresh }, "/node/336/index.html"=>Awestruct::Page{ 73242820: output_path=>/node/336/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/336/index.md, layout=>refresh }, "/node/337/index.html"=>Awestruct::Page{ 73388840: output_path=>/node/337/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/337/index.md, layout=>refresh }, "/node/338/index.html"=>Awestruct::Page{ 73501720: output_path=>/node/338/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/338/index.md, layout=>refresh }, "/node/339/index.html"=>Awestruct::Page{ 73794880: output_path=>/node/339/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/339/index.md, layout=>refresh }, "/node/340/index.html"=>Awestruct::Page{ 73924260: output_path=>/node/340/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/340/index.md, layout=>refresh }, "/node/341/index.html"=>Awestruct::Page{ 74192800: output_path=>/node/341/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/341/index.md, layout=>refresh }, "/node/342/index.html"=>Awestruct::Page{ 74331060: output_path=>/node/342/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/342/index.md, layout=>refresh }, "/node/343/index.html"=>Awestruct::Page{ 74460600: output_path=>/node/343/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/343/index.md, layout=>refresh }, "/node/344/index.html"=>Awestruct::Page{ 74745260: output_path=>/node/344/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/344/index.md, layout=>refresh }, "/node/345/index.html"=>Awestruct::Page{ 74899340: output_path=>/node/345/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/345/index.md, layout=>refresh }, "/node/346/index.html"=>Awestruct::Page{ 75366340: output_path=>/node/346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/346/index.md, layout=>refresh }, "/node/351/index.html"=>Awestruct::Page{ 75931020: output_path=>/node/351/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/351/index.md, layout=>refresh }, "/node/353/index.html"=>Awestruct::Page{ 76148140: output_path=>/node/353/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/353/index.md, layout=>refresh }, "/node/356/index.html"=>Awestruct::Page{ 76564500: output_path=>/node/356/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/356/index.md, layout=>refresh }, "/node/357/index.html"=>Awestruct::Page{ 77063240: output_path=>/node/357/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/357/index.md, layout=>refresh }, "/node/360/index.html"=>Awestruct::Page{ 77439460: output_path=>/node/360/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/360/index.md, layout=>refresh }, "/node/361/index.html"=>Awestruct::Page{ 78126980: output_path=>/node/361/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/361/index.md, layout=>refresh }, "/node/362/index.html"=>Awestruct::Page{ 78633900: output_path=>/node/362/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/362/index.md, layout=>refresh }, "/node/363/index.html"=>Awestruct::Page{ 79009000: output_path=>/node/363/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/363/index.md, layout=>refresh }, "/node/364/index.html"=>Awestruct::Page{ 79261840: output_path=>/node/364/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/364/index.md, layout=>refresh }, "/node/366/index.html"=>Awestruct::Page{ 57348260: output_path=>/node/366/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/366/index.md, layout=>refresh }, "/node/367/index.html"=>Awestruct::Page{ 59355700: output_path=>/node/367/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/367/index.md, layout=>refresh }, "/node/368/index.html"=>Awestruct::Page{ 56013760: output_path=>/node/368/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/368/index.md, layout=>refresh }, "/node/370/index.html"=>Awestruct::Page{ 57054560: output_path=>/node/370/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/370/index.md, layout=>refresh }, "/node/371/index.html"=>Awestruct::Page{ 57833240: output_path=>/node/371/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/371/index.md, layout=>refresh }, "/node/372/index.html"=>Awestruct::Page{ 57628860: output_path=>/node/372/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/372/index.md, layout=>refresh }, "/node/373/index.html"=>Awestruct::Page{ 58874460: output_path=>/node/373/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/373/index.md, layout=>refresh }, "/node/374/index.html"=>Awestruct::Page{ 59571220: output_path=>/node/374/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/374/index.md, layout=>refresh }, "/node/375/index.html"=>Awestruct::Page{ 60153280: output_path=>/node/375/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/375/index.md, layout=>refresh }, "/node/376/index.html"=>Awestruct::Page{ 55926640: output_path=>/node/376/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/376/index.md, layout=>refresh }, "/node/377/index.html"=>Awestruct::Page{ 63439180: output_path=>/node/377/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/377/index.md, layout=>refresh }, "/node/378/index.html"=>Awestruct::Page{ 63677160: output_path=>/node/378/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/378/index.md, layout=>refresh }, "/node/380/index.html"=>Awestruct::Page{ 63833240: output_path=>/node/380/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/380/index.md, layout=>refresh }, "/node/381/index.html"=>Awestruct::Page{ 63981140: output_path=>/node/381/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/381/index.md, layout=>refresh }, "/node/382/index.html"=>Awestruct::Page{ 64096260: output_path=>/node/382/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/382/index.md, layout=>refresh }, "/node/383/index.html"=>Awestruct::Page{ 64293300: output_path=>/node/383/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/383/index.md, layout=>refresh }, "/node/386/index.html"=>Awestruct::Page{ 64408400: output_path=>/node/386/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/386/index.md, layout=>refresh }, "/node/387/index.html"=>Awestruct::Page{ 64523540: output_path=>/node/387/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/387/index.md, layout=>refresh }, "/node/388/index.html"=>Awestruct::Page{ 64827100: output_path=>/node/388/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/388/index.md, layout=>refresh }, "/node/389/index.html"=>Awestruct::Page{ 64975040: output_path=>/node/389/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/389/index.md, layout=>refresh }, "/node/390/index.html"=>Awestruct::Page{ 65213020: output_path=>/node/390/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/390/index.md, layout=>refresh }, "/node/391/index.html"=>Awestruct::Page{ 65360880: output_path=>/node/391/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/391/index.md, layout=>refresh }, "/node/392/index.html"=>Awestruct::Page{ 65484160: output_path=>/node/392/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/392/index.md, layout=>refresh }, "/node/393/index.html"=>Awestruct::Page{ 65828640: output_path=>/node/393/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/393/index.md, layout=>refresh }, "/node/395/index.html"=>Awestruct::Page{ 66050220: output_path=>/node/395/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/395/index.md, layout=>refresh }, "/node/397/index.html"=>Awestruct::Page{ 66206300: output_path=>/node/397/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/397/index.md, layout=>refresh }, "/node/400/index.html"=>Awestruct::Page{ 66452500: output_path=>/node/400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/400/index.md, layout=>refresh }, "/node/401/index.html"=>Awestruct::Page{ 66584000: output_path=>/node/401/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/401/index.md, layout=>refresh }, "/node/402/index.html"=>Awestruct::Page{ 66805620: output_path=>/node/402/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/402/index.md, layout=>refresh }, "/node/403/index.html"=>Awestruct::Page{ 66912560: output_path=>/node/403/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/403/index.md, layout=>refresh }, "/node/404/index.html"=>Awestruct::Page{ 67166940: output_path=>/node/404/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/404/index.md, layout=>refresh }, "/node/406/index.html"=>Awestruct::Page{ 67380360: output_path=>/node/406/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/406/index.md, layout=>refresh }, "/node/407/index.html"=>Awestruct::Page{ 67528220: output_path=>/node/407/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/407/index.md, layout=>refresh }, "/node/408/index.html"=>Awestruct::Page{ 67766220: output_path=>/node/408/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/408/index.md, layout=>refresh }, "/node/409/index.html"=>Awestruct::Page{ 67905920: output_path=>/node/409/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/409/index.md, layout=>refresh }, "/node/410/index.html"=>Awestruct::Page{ 68152100: output_path=>/node/410/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/410/index.md, layout=>refresh }, "/node/411/index.html"=>Awestruct::Page{ 68439260: output_path=>/node/411/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/411/index.md, layout=>refresh }, "/node/413/index.html"=>Awestruct::Page{ 68570740: output_path=>/node/413/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/413/index.md, layout=>refresh }, "/node/414/index.html"=>Awestruct::Page{ 68808740: output_path=>/node/414/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/414/index.md, layout=>refresh }, "/node/415/index.html"=>Awestruct::Page{ 69054900: output_path=>/node/415/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/415/index.md, layout=>refresh }, "/node/416/index.html"=>Awestruct::Page{ 69186420: output_path=>/node/416/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/416/index.md, layout=>refresh }, "/node/417/index.html"=>Awestruct::Page{ 69391620: output_path=>/node/417/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/417/index.md, layout=>refresh }, "/node/418/index.html"=>Awestruct::Page{ 69645960: output_path=>/node/418/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/418/index.md, layout=>refresh }, "/node/419/index.html"=>Awestruct::Page{ 69843040: output_path=>/node/419/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/419/index.md, layout=>refresh }, "/node/420/index.html"=>Awestruct::Page{ 70203900: output_path=>/node/420/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/420/index.md, layout=>refresh }, "/node/421/index.html"=>Awestruct::Page{ 71015340: output_path=>/node/421/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/421/index.md, layout=>refresh }, "/node/422/index.html"=>Awestruct::Page{ 75144540: output_path=>/node/422/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/422/index.md, layout=>refresh }, "/node/423/index.html"=>Awestruct::Page{ 75267840: output_path=>/node/423/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/423/index.md, layout=>refresh }, "/node/424/index.html"=>Awestruct::Page{ 75456720: output_path=>/node/424/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/424/index.md, layout=>refresh }, "/node/425/index.html"=>Awestruct::Page{ 75702900: output_path=>/node/425/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/425/index.md, layout=>refresh }, "/node/426/index.html"=>Awestruct::Page{ 75899900: output_path=>/node/426/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/426/index.md, layout=>refresh }, "/node/427/index.html"=>Awestruct::Page{ 76105100: output_path=>/node/427/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/427/index.md, layout=>refresh }, "/node/428/index.html"=>Awestruct::Page{ 76449540: output_path=>/node/428/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/428/index.md, layout=>refresh }, "/node/429/index.html"=>Awestruct::Page{ 76712100: output_path=>/node/429/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/429/index.md, layout=>refresh }, "/node/430/index.html"=>Awestruct::Page{ 76974680: output_path=>/node/430/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/430/index.md, layout=>refresh }, "/node/431/index.html"=>Awestruct::Page{ 77335540: output_path=>/node/431/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/431/index.md, layout=>refresh }, "/node/432/index.html"=>Awestruct::Page{ 77598100: output_path=>/node/432/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/432/index.md, layout=>refresh }, "/node/433/index.html"=>Awestruct::Page{ 77852500: output_path=>/node/433/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/433/index.md, layout=>refresh }, "/node/435/index.html"=>Awestruct::Page{ 78098680: output_path=>/node/435/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/435/index.md, layout=>refresh }, "/node/436/index.html"=>Awestruct::Page{ 78451400: output_path=>/node/436/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/436/index.md, layout=>refresh }, "/node/437/index.html"=>Awestruct::Page{ 78582220: output_path=>/node/437/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/437/index.md, layout=>refresh }, "/node/439/index.html"=>Awestruct::Page{ 78728220: output_path=>/node/439/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/439/index.md, layout=>refresh }, "/node/440/index.html"=>Awestruct::Page{ 78227320: output_path=>/node/440/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/440/index.md, layout=>refresh }, "/node/441/index.html"=>Awestruct::Page{ 79077740: output_path=>/node/441/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/441/index.md, layout=>refresh }, "/node/442/index.html"=>Awestruct::Page{ 79224020: output_path=>/node/442/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/442/index.md, layout=>refresh }, "/node/444/index.html"=>Awestruct::Page{ 77838200: output_path=>/node/444/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/444/index.md, layout=>refresh }, "/node/445/index.html"=>Awestruct::Page{ 77714160: output_path=>/node/445/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/445/index.md, layout=>refresh }, "/node/446/index.html"=>Awestruct::Page{ 77358440: output_path=>/node/446/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/446/index.md, layout=>refresh }, "/node/447/index.html"=>Awestruct::Page{ 77084640: output_path=>/node/447/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/447/index.md, layout=>refresh }, "/node/448/index.html"=>Awestruct::Page{ 76729000: output_path=>/node/448/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/448/index.md, layout=>refresh }, "/node/449/index.html"=>Awestruct::Page{ 76454720: output_path=>/node/449/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/449/index.md, layout=>refresh }, "/node/450/index.html"=>Awestruct::Page{ 76107400: output_path=>/node/450/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/450/index.md, layout=>refresh }, "/node/452/index.html"=>Awestruct::Page{ 75899180: output_path=>/node/452/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/452/index.md, layout=>refresh }, "/node/453/index.html"=>Awestruct::Page{ 75691240: output_path=>/node/453/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/453/index.md, layout=>refresh }, "/node/454/index.html"=>Awestruct::Page{ 75450800: output_path=>/node/454/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/454/index.md, layout=>refresh }, "/node/455/index.html"=>Awestruct::Page{ 75218480: output_path=>/node/455/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/455/index.md, layout=>refresh }, "/node/456/index.html"=>Awestruct::Page{ 74961380: output_path=>/node/456/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/456/index.md, layout=>refresh }, "/node/457/index.html"=>Awestruct::Page{ 70321820: output_path=>/node/457/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/457/index.md, layout=>refresh }, "/node/459/index.html"=>Awestruct::Page{ 70146800: output_path=>/node/459/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/459/index.md, layout=>refresh }, "/node/460/index.html"=>Awestruct::Page{ 69783400: output_path=>/node/460/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/460/index.md, layout=>refresh }, "/node/461/index.html"=>Awestruct::Page{ 69444520: output_path=>/node/461/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/461/index.md, layout=>refresh }, "/node/462/index.html"=>Awestruct::Page{ 69302280: output_path=>/node/462/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/462/index.md, layout=>refresh }, "/node/465/index.html"=>Awestruct::Page{ 69077880: output_path=>/node/465/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/465/index.md, layout=>refresh }, "/node/466/index.html"=>Awestruct::Page{ 68853800: output_path=>/node/466/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/466/index.md, layout=>refresh }, "/node/467/index.html"=>Awestruct::Page{ 68580680: output_path=>/node/467/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/467/index.md, layout=>refresh }, "/node/468/index.html"=>Awestruct::Page{ 68446600: output_path=>/node/468/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/468/index.md, layout=>refresh }, "/node/469/index.html"=>Awestruct::Page{ 68156440: output_path=>/node/469/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/469/index.md, layout=>refresh }, "/node/470/index.html"=>Awestruct::Page{ 67907740: output_path=>/node/470/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/470/index.md, layout=>refresh }, "/node/471/index.html"=>Awestruct::Page{ 67764780: output_path=>/node/471/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/471/index.md, layout=>refresh }, "/node/473/index.html"=>Awestruct::Page{ 67507340: output_path=>/node/473/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/473/index.md, layout=>refresh }, "/node/475/index.html"=>Awestruct::Page{ 67365080: output_path=>/node/475/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/475/index.md, layout=>refresh }, "/node/476/index.html"=>Awestruct::Page{ 67124160: output_path=>/node/476/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/476/index.md, layout=>refresh }, "/node/477/index.html"=>Awestruct::Page{ 66891680: output_path=>/node/477/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/477/index.md, layout=>refresh }, "/node/478/index.html"=>Awestruct::Page{ 66741420: output_path=>/node/478/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/478/index.md, layout=>refresh }, "/node/480/index.html"=>Awestruct::Page{ 66508660: output_path=>/node/480/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/480/index.md, layout=>refresh }, "/node/483/index.html"=>Awestruct::Page{ 66267940: output_path=>/node/483/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/483/index.md, layout=>refresh }, "/node/484/index.html"=>Awestruct::Page{ 66125600: output_path=>/node/484/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/484/index.md, layout=>refresh }, "/node/485/index.html"=>Awestruct::Page{ 65876960: output_path=>/node/485/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/485/index.md, layout=>refresh }, "/node/486/index.html"=>Awestruct::Page{ 65734960: output_path=>/node/486/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/486/index.md, layout=>refresh }, "/node/487/index.html"=>Awestruct::Page{ 65379400: output_path=>/node/487/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/487/index.md, layout=>refresh }, "/node/488/index.html"=>Awestruct::Page{ 65237420: output_path=>/node/488/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/488/index.md, layout=>refresh }, "/node/489/index.html"=>Awestruct::Page{ 64898780: output_path=>/node/489/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/489/index.md, layout=>refresh }, "/node/490/index.html"=>Awestruct::Page{ 64830100: output_path=>/node/490/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/490/index.md, layout=>refresh }, "/node/491/index.html"=>Awestruct::Page{ 64523680: output_path=>/node/491/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/491/index.md, layout=>refresh }, "/node/492/index.html"=>Awestruct::Page{ 64396800: output_path=>/node/492/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/492/index.md, layout=>refresh }, "/node/493/index.html"=>Awestruct::Page{ 64270640: output_path=>/node/493/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/493/index.md, layout=>refresh }, "/node/494/index.html"=>Awestruct::Page{ 64087380: output_path=>/node/494/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/494/index.md, layout=>refresh }, "/node/496/index.html"=>Awestruct::Page{ 63952880: output_path=>/node/496/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/496/index.md, layout=>refresh }, "/node/497/index.html"=>Awestruct::Page{ 63794180: output_path=>/node/497/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/497/index.md, layout=>refresh }, "/node/501/index.html"=>Awestruct::Page{ 63618820: output_path=>/node/501/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/501/index.md, layout=>refresh }, "/node/502/index.html"=>Awestruct::Page{ 55554600: output_path=>/node/502/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/502/index.md, layout=>refresh }, "/node/503/index.html"=>Awestruct::Page{ 60368660: output_path=>/node/503/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/503/index.md, layout=>refresh }, "/node/504/index.html"=>Awestruct::Page{ 59668800: output_path=>/node/504/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/504/index.md, layout=>refresh }, "/node/505/index.html"=>Awestruct::Page{ 59084080: output_path=>/node/505/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/505/index.md, layout=>refresh }, "/node/506/index.html"=>Awestruct::Page{ 58491160: output_path=>/node/506/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/506/index.md, layout=>refresh }, "/node/507/index.html"=>Awestruct::Page{ 57882320: output_path=>/node/507/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/507/index.md, layout=>refresh }, "/node/508/index.html"=>Awestruct::Page{ 57199760: output_path=>/node/508/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/508/index.md, layout=>refresh }, "/node/510/index.html"=>Awestruct::Page{ 56058560: output_path=>/node/510/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/510/index.md, layout=>refresh }, "/node/511/index.html"=>Awestruct::Page{ 59356880: output_path=>/node/511/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/511/index.md, layout=>refresh }, "/node/512/index.html"=>Awestruct::Page{ 57346440: output_path=>/node/512/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/512/index.md, layout=>refresh }, "/node/513/index.html"=>Awestruct::Page{ 79388620: output_path=>/node/513/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/513/index.md, layout=>refresh }, "/node/514/index.html"=>Awestruct::Page{ 79008780: output_path=>/node/514/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/514/index.md, layout=>refresh }, "/node/515/index.html"=>Awestruct::Page{ 78745260: output_path=>/node/515/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/515/index.md, layout=>refresh }, "/node/516/index.html"=>Awestruct::Page{ 78358220: output_path=>/node/516/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/516/index.md, layout=>refresh }, "/node/517/index.html"=>Awestruct::Page{ 77987580: output_path=>/node/517/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/517/index.md, layout=>refresh }, "/node/518/index.html"=>Awestruct::Page{ 77626140: output_path=>/node/518/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/518/index.md, layout=>refresh }, "/node/519/index.html"=>Awestruct::Page{ 77255340: output_path=>/node/519/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/519/index.md, layout=>refresh }, "/node/520/index.html"=>Awestruct::Page{ 76991500: output_path=>/node/520/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/520/index.md, layout=>refresh }, "/node/524/index.html"=>Awestruct::Page{ 76613100: output_path=>/node/524/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/524/index.md, layout=>refresh }, "/node/525/index.html"=>Awestruct::Page{ 76243000: output_path=>/node/525/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/525/index.md, layout=>refresh }, "/node/526/index.html"=>Awestruct::Page{ 76040520: output_path=>/node/526/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/526/index.md, layout=>refresh }, "/node/527/index.html"=>Awestruct::Page{ 75678600: output_path=>/node/527/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/527/index.md, layout=>refresh }, "/node/528/index.html"=>Awestruct::Page{ 75365520: output_path=>/node/528/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/528/index.md, layout=>refresh }, "/node/529/index.html"=>Awestruct::Page{ 75078080: output_path=>/node/529/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/529/index.md, layout=>refresh }, "/node/532/index.html"=>Awestruct::Page{ 74814200: output_path=>/node/532/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/532/index.md, layout=>refresh }, "/node/535/index.html"=>Awestruct::Page{ 74720860: output_path=>/node/535/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/535/index.md, layout=>refresh }, "/node/536/index.html"=>Awestruct::Page{ 74620840: output_path=>/node/536/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/536/index.md, layout=>refresh }, "/node/538/index.html"=>Awestruct::Page{ 74528360: output_path=>/node/538/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/538/index.md, layout=>refresh }, "/node/540/index.html"=>Awestruct::Page{ 74435880: output_path=>/node/540/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/540/index.md, layout=>refresh }, "/node/541/index.html"=>Awestruct::Page{ 74335520: output_path=>/node/541/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/541/index.md, layout=>refresh }, "/node/544/index.html"=>Awestruct::Page{ 74251580: output_path=>/node/544/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/544/index.md, layout=>refresh }, "/node/546/index.html"=>Awestruct::Page{ 74142540: output_path=>/node/546/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/546/index.md, layout=>refresh }, "/node/548/index.html"=>Awestruct::Page{ 74050820: output_path=>/node/548/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/548/index.md, layout=>refresh }, "/node/550/index.html"=>Awestruct::Page{ 73950700: output_path=>/node/550/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/550/index.md, layout=>refresh }, "/node/552/index.html"=>Awestruct::Page{ 73850080: output_path=>/node/552/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/552/index.md, layout=>refresh }, "/node/557/index.html"=>Awestruct::Page{ 73757400: output_path=>/node/557/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/557/index.md, layout=>refresh }, "/node/560/index.html"=>Awestruct::Page{ 73665480: output_path=>/node/560/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/560/index.md, layout=>refresh }, "/node/562/index.html"=>Awestruct::Page{ 73565120: output_path=>/node/562/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/562/index.md, layout=>refresh }, "/node/564/index.html"=>Awestruct::Page{ 73472580: output_path=>/node/564/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/564/index.md, layout=>refresh }, "/node/566/index.html"=>Awestruct::Page{ 73388500: output_path=>/node/566/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/566/index.md, layout=>refresh }, "/node/568/index.html"=>Awestruct::Page{ 73280380: output_path=>/node/568/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/568/index.md, layout=>refresh }, "/node/570/index.html"=>Awestruct::Page{ 73179440: output_path=>/node/570/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/570/index.md, layout=>refresh }, "/node/573/index.html"=>Awestruct::Page{ 73078760: output_path=>/node/573/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/573/index.md, layout=>refresh }, "/node/574/index.html"=>Awestruct::Page{ 72986560: output_path=>/node/574/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/574/index.md, layout=>refresh }, "/node/575/index.html"=>Awestruct::Page{ 72894420: output_path=>/node/575/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/575/index.md, layout=>refresh }, "/node/583/index.html"=>Awestruct::Page{ 72793540: output_path=>/node/583/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/583/index.md, layout=>refresh }, "/node/585/index.html"=>Awestruct::Page{ 72693360: output_path=>/node/585/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/585/index.md, layout=>refresh }, "/node/588/index.html"=>Awestruct::Page{ 72601460: output_path=>/node/588/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/588/index.md, layout=>refresh }, "/node/589/index.html"=>Awestruct::Page{ 72509080: output_path=>/node/589/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/589/index.md, layout=>refresh }, "/node/590/index.html"=>Awestruct::Page{ 72408200: output_path=>/node/590/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/590/index.md, layout=>refresh }, "/node/592/index.html"=>Awestruct::Page{ 72315580: output_path=>/node/592/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/592/index.md, layout=>refresh }, "/node/594/index.html"=>Awestruct::Page{ 72215180: output_path=>/node/594/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/594/index.md, layout=>refresh }, "/node/595/index.html"=>Awestruct::Page{ 72123040: output_path=>/node/595/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/595/index.md, layout=>refresh }, "/node/596/index.html"=>Awestruct::Page{ 72030420: output_path=>/node/596/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/596/index.md, layout=>refresh }, "/node/597/index.html"=>Awestruct::Page{ 71922580: output_path=>/node/597/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/597/index.md, layout=>refresh }, "/node/599/index.html"=>Awestruct::Page{ 71813320: output_path=>/node/599/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/599/index.md, layout=>refresh }, "/node/600/index.html"=>Awestruct::Page{ 71721640: output_path=>/node/600/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/600/index.md, layout=>refresh }, "/node/601/index.html"=>Awestruct::Page{ 71620920: output_path=>/node/601/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/601/index.md, layout=>refresh }, "/node/603/index.html"=>Awestruct::Page{ 71528240: output_path=>/node/603/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/603/index.md, layout=>refresh }, "/node/605/index.html"=>Awestruct::Page{ 71435380: output_path=>/node/605/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/605/index.md, layout=>refresh }, "/node/606/index.html"=>Awestruct::Page{ 71335180: output_path=>/node/606/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/606/index.md, layout=>refresh }, "/node/608/index.html"=>Awestruct::Page{ 71242300: output_path=>/node/608/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/608/index.md, layout=>refresh }, "/node/609/index.html"=>Awestruct::Page{ 71142140: output_path=>/node/609/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/609/index.md, layout=>refresh }, "/node/612/index.html"=>Awestruct::Page{ 71049380: output_path=>/node/612/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/612/index.md, layout=>refresh }, "/node/615/index.html"=>Awestruct::Page{ 70843400: output_path=>/node/615/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/615/index.md, layout=>refresh }, "/node/620/index.html"=>Awestruct::Page{ 70734340: output_path=>/node/620/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/620/index.md, layout=>refresh }, "/node/621/index.html"=>Awestruct::Page{ 70642180: output_path=>/node/621/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/621/index.md, layout=>refresh }, "/node/622/index.html"=>Awestruct::Page{ 70550000: output_path=>/node/622/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/622/index.md, layout=>refresh }, "/node/623/index.html"=>Awestruct::Page{ 70449060: output_path=>/node/623/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/623/index.md, layout=>refresh }, "/node/625/index.html"=>Awestruct::Page{ 70348220: output_path=>/node/625/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/625/index.md, layout=>refresh }, "/node/626/index.html"=>Awestruct::Page{ 70035340: output_path=>/node/626/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/626/index.md, layout=>refresh }, "/node/627/index.html"=>Awestruct::Page{ 69934240: output_path=>/node/627/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/627/index.md, layout=>refresh }, "/node/629/index.html"=>Awestruct::Page{ 69703380: output_path=>/node/629/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/629/index.md, layout=>refresh }, "/node/631/index.html"=>Awestruct::Page{ 69399600: output_path=>/node/631/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/631/index.md, layout=>refresh }, "/node/632/index.html"=>Awestruct::Page{ 69005040: output_path=>/node/632/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/632/index.md, layout=>refresh }, "/node/634/index.html"=>Awestruct::Page{ 68659800: output_path=>/node/634/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/634/index.md, layout=>refresh }, "/node/635/index.html"=>Awestruct::Page{ 68347300: output_path=>/node/635/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/635/index.md, layout=>refresh }, "/node/636/index.html"=>Awestruct::Page{ 68018960: output_path=>/node/636/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/636/index.md, layout=>refresh }, "/node/637/index.html"=>Awestruct::Page{ 67583880: output_path=>/node/637/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/637/index.md, layout=>refresh }, "/node/638/index.html"=>Awestruct::Page{ 67197480: output_path=>/node/638/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/638/index.md, layout=>refresh }, "/node/639/index.html"=>Awestruct::Page{ 66926020: output_path=>/node/639/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/639/index.md, layout=>refresh }, "/node/640/index.html"=>Awestruct::Page{ 66498940: output_path=>/node/640/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/640/index.md, layout=>refresh }, "/node/641/index.html"=>Awestruct::Page{ 66096400: output_path=>/node/641/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/641/index.md, layout=>refresh }, "/node/642/index.html"=>Awestruct::Page{ 65775860: output_path=>/node/642/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/642/index.md, layout=>refresh }, "/node/643/index.html"=>Awestruct::Page{ 65062320: output_path=>/node/643/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/643/index.md, layout=>refresh }, "/node/644/index.html"=>Awestruct::Page{ 64479500: output_path=>/node/644/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/644/index.md, layout=>refresh }, "/node/645/index.html"=>Awestruct::Page{ 63831720: output_path=>/node/645/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/645/index.md, layout=>refresh }, "/node/647/index.html"=>Awestruct::Page{ 55548840: output_path=>/node/647/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/647/index.md, layout=>refresh }, "/node/648/index.html"=>Awestruct::Page{ 60463940: output_path=>/node/648/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/648/index.md, layout=>refresh }, "/node/649/index.html"=>Awestruct::Page{ 59972820: output_path=>/node/649/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/649/index.md, layout=>refresh }, "/node/651/index.html"=>Awestruct::Page{ 59473540: output_path=>/node/651/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/651/index.md, layout=>refresh }, "/node/652/index.html"=>Awestruct::Page{ 59048000: output_path=>/node/652/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/652/index.md, layout=>refresh }, "/node/653/index.html"=>Awestruct::Page{ 58532360: output_path=>/node/653/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/653/index.md, layout=>refresh }, "/node/654/index.html"=>Awestruct::Page{ 58180500: output_path=>/node/654/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/654/index.md, layout=>refresh }, "/node/655/index.html"=>Awestruct::Page{ 57222440: output_path=>/node/655/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/655/index.md, layout=>refresh }, "/node/656/index.html"=>Awestruct::Page{ 57083580: output_path=>/node/656/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/656/index.md, layout=>refresh }, "/node/658/index.html"=>Awestruct::Page{ 56289420: output_path=>/node/658/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/658/index.md, layout=>refresh }, "/node/660/index.html"=>Awestruct::Page{ 60033580: output_path=>/node/660/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/660/index.md, layout=>refresh }, "/node/661/index.html"=>Awestruct::Page{ 58518460: output_path=>/node/661/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/661/index.md, layout=>refresh }, "/node/663/index.html"=>Awestruct::Page{ 57077100: output_path=>/node/663/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/663/index.md, layout=>refresh }, "/participate/code/index.html"=>Awestruct::Page{ 57745040: output_path=>/participate/code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/code.adoc, layout=>simplepage }, "/participate/index.html"=>Awestruct::Page{ 55838360: output_path=>/participate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/index.html.haml, layout=>simplepage }, "/pipeline/getting-started-pipelines/index.html"=>Awestruct::Page{ 54702980: output_path=>/pipeline/getting-started-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/pipeline/getting-started-pipelines.adoc, layout=>simplepage }, "/plugins/index.html"=>Awestruct::Page{ 52610620: output_path=>/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/plugins.html.haml, layout=>default }, "/podcast.xml"=>Awestruct::Page{ 40892180: output_path=>/podcast.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/podcast.xml, layout=> }, "/press/index.html"=>Awestruct::Page{ 40780060: output_path=>/press/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/press.adoc, layout=>simplepage }, "/projects/blueocean/index.html"=>Awestruct::Page{ 40033080: output_path=>/projects/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/blueocean.adoc, layout=>project }, "/projects/gsoc/index.html"=>Awestruct::Page{ 39444200: output_path=>/projects/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/gsoc.adoc, layout=>project }, "/projects/index.html"=>Awestruct::Page{ 38787300: output_path=>/projects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/index.adoc, layout=>project }, "/projects/infrastructure/ircbot/index.html"=>Awestruct::Page{ 38275060: output_path=>/projects/infrastructure/ircbot/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure/ircbot.adoc, layout=>simplepage }, "/projects/infrastructure/index.html"=>Awestruct::Page{ 38011660: output_path=>/projects/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure.adoc, layout=>project }, "/projects/jam/suggest/index.html"=>Awestruct::Page{ 37771280: output_path=>/projects/jam/suggest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam/suggest.html.haml, layout=>simplepage }, "/projects/jam/index.html"=>Awestruct::Page{ 37376420: output_path=>/projects/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam.adoc, layout=>project }, "/rc/index.html"=>Awestruct::Page{ 36515700: output_path=>/rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/rc/index.md, layout=>refresh }, "/redirect/find-jenkins-logs/index.html"=>Awestruct::Page{ 36146980: output_path=>/redirect/find-jenkins-logs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/find-jenkins-logs.adoc, layout=>refresh }, "/redirect/hangout/index.html"=>Awestruct::Page{ 35729660: output_path=>/redirect/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/hangout.adoc, layout=>refresh }, "/redirect/securing-jenkins/index.html"=>Awestruct::Page{ 35298160: output_path=>/redirect/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/securing-jenkins.adoc, layout=>refresh }, "/redirect/security-144/index.html"=>Awestruct::Page{ 31140700: output_path=>/redirect/security-144/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/security-144.adoc, layout=>refresh }, "/security/index.html"=>Awestruct::Page{ 30939220: output_path=>/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/security.adoc, layout=>simplepage }, "/sites/default/files/.htaccess"=>Awestruct::Page{ 30075100: output_path=>/sites/default/files/.htaccess, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/.htaccess, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png"=>Awestruct::Page{ 29996620: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar.png"=>Awestruct::Page{ 29980220: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-footer.png"=>Awestruct::Page{ 29955840: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-footer.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-footer.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-header.png"=>Awestruct::Page{ 29940360: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png"=>Awestruct::Page{ 29911960: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar.png"=>Awestruct::Page{ 29890740: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-menu.png"=>Awestruct::Page{ 29863960: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-menu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-menu.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-title.png"=>Awestruct::Page{ 29839020: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-title.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-title.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-wall.png"=>Awestruct::Page{ 29795620: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-wall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-wall.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-bl.png"=>Awestruct::Page{ 29751760: output_path=>/sites/default/files/color/pixture-8dd9a227/block-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-br.png"=>Awestruct::Page{ 29730800: output_path=>/sites/default/files/color/pixture-8dd9a227/block-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tl.png"=>Awestruct::Page{ 29700560: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tr.png"=>Awestruct::Page{ 29668980: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button-o.gif"=>Awestruct::Page{ 29605120: output_path=>/sites/default/files/color/pixture-8dd9a227/button-o.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button-o.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button.gif"=>Awestruct::Page{ 29540480: output_path=>/sites/default/files/color/pixture-8dd9a227/button.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/header.png"=>Awestruct::Page{ 29480040: output_path=>/sites/default/files/color/pixture-8dd9a227/header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/logo.png"=>Awestruct::Page{ 29433160: output_path=>/sites/default/files/color/pixture-8dd9a227/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/logo.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif"=>Awestruct::Page{ 29367680: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif"=>Awestruct::Page{ 29305340: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif"=>Awestruct::Page{ 29231500: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/screenshot.png"=>Awestruct::Page{ 29169100: output_path=>/sites/default/files/color/pixture-8dd9a227/screenshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/screenshot.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-bl.png"=>Awestruct::Page{ 29120800: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-br.png"=>Awestruct::Page{ 29026400: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tl.png"=>Awestruct::Page{ 28994280: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tr.png"=>Awestruct::Page{ 28861160: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/style.css"=>Awestruct::Page{ 28759900: output_path=>/sites/default/files/color/pixture-8dd9a227/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/style.css, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif"=>Awestruct::Page{ 28726780: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif"=>Awestruct::Page{ 28674440: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-br.gif"=>Awestruct::Page{ 28596500: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif"=>Awestruct::Page{ 28576860: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif"=>Awestruct::Page{ 28556500: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif"=>Awestruct::Page{ 24945740: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif"=>Awestruct::Page{ 24701800: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif"=>Awestruct::Page{ 24639720: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, layout=> }, "/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css"=>Awestruct::Page{ 24488280: output_path=>/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, layout=> }, "/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css"=>Awestruct::Page{ 24431180: output_path=>/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, layout=> }, "/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css"=>Awestruct::Page{ 24370300: output_path=>/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, layout=> }, "/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css"=>Awestruct::Page{ 24234120: output_path=>/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, layout=> }, "/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css"=>Awestruct::Page{ 24208300: output_path=>/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, layout=> }, "/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css"=>Awestruct::Page{ 24125880: output_path=>/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, layout=> }, "/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css"=>Awestruct::Page{ 23989680: output_path=>/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, layout=> }, "/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css"=>Awestruct::Page{ 23880720: output_path=>/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, layout=> }, "/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css"=>Awestruct::Page{ 23715720: output_path=>/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, layout=> }, "/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css"=>Awestruct::Page{ 23656320: output_path=>/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, layout=> }, "/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css"=>Awestruct::Page{ 23565140: output_path=>/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, layout=> }, "/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css"=>Awestruct::Page{ 23478120: output_path=>/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, layout=> }, "/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css"=>Awestruct::Page{ 23372320: output_path=>/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, layout=> }, "/sites/default/files/favicon.png"=>Awestruct::Page{ 23235000: output_path=>/sites/default/files/favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/favicon.png, layout=> }, "/sites/default/files/gift.png"=>Awestruct::Page{ 23043740: output_path=>/sites/default/files/gift.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gift.png, layout=> }, "/sites/default/files/gliffy.png"=>Awestruct::Page{ 21536960: output_path=>/sites/default/files/gliffy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gliffy.png, layout=> }, "/sites/default/files/googleanalytics/ga.js"=>Awestruct::Page{ 21302680: output_path=>/sites/default/files/googleanalytics/ga.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/googleanalytics/ga.js, layout=> }, "/sites/default/files/hudson-mobi-appstore1.png"=>Awestruct::Page{ 20585280: output_path=>/sites/default/files/hudson-mobi-appstore1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudson-mobi-appstore1.png, layout=> }, "/sites/default/files/hudsonmobi-joblist.png"=>Awestruct::Page{ 20018700: output_path=>/sites/default/files/hudsonmobi-joblist.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-joblist.png, layout=> }, "/sites/default/files/hudsonmobi-qr.png"=>Awestruct::Page{ 19857980: output_path=>/sites/default/files/hudsonmobi-qr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr.png, layout=> }, "/sites/default/files/hudsonmobi-qr_0.png"=>Awestruct::Page{ 19793920: output_path=>/sites/default/files/hudsonmobi-qr_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr_0.png, layout=> }, "/sites/default/files/hudsonmobi-v2-0-android1.png"=>Awestruct::Page{ 19738280: output_path=>/sites/default/files/hudsonmobi-v2-0-android1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-v2-0-android1.png, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.jpg"=>Awestruct::Page{ 19253420: output_path=>/sites/default/files/images/01-01-1130-phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.jpg, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg"=>Awestruct::Page{ 18353460: output_path=>/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.jpg"=>Awestruct::Page{ 18227320: output_path=>/sites/default/files/images/01-01-1400-vilim_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg"=>Awestruct::Page{ 51055720: output_path=>/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.jpg"=>Awestruct::Page{ 53677880: output_path=>/sites/default/files/images/01-01-1600-soula_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg"=>Awestruct::Page{ 53334420: output_path=>/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.jpg"=>Awestruct::Page{ 53711980: output_path=>/sites/default/files/images/01-02-1030-dang_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg"=>Awestruct::Page{ 53565140: output_path=>/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.png"=>Awestruct::Page{ 52754880: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.png, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png"=>Awestruct::Page{ 51780640: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.jpg"=>Awestruct::Page{ 52100860: output_path=>/sites/default/files/images/01-02-1615-hobson_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.jpg, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg"=>Awestruct::Page{ 52093320: output_path=>/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.jpg"=>Awestruct::Page{ 53372000: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg"=>Awestruct::Page{ 53257920: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/DSC00105.JPG"=>Awestruct::Page{ 53750180: output_path=>/sites/default/files/images/DSC00105.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.JPG, layout=> }, "/sites/default/files/images/DSC00105.preview.JPG"=>Awestruct::Page{ 54070280: output_path=>/sites/default/files/images/DSC00105.preview.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.preview.JPG, layout=> }, "/sites/default/files/images/DSC00105.thumbnail.JPG"=>Awestruct::Page{ 53636700: output_path=>/sites/default/files/images/DSC00105.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.thumbnail.JPG, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.jpg"=>Awestruct::Page{ 52171060: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.jpg, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg"=>Awestruct::Page{ 53441440: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.png"=>Awestruct::Page{ 53458560: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.png, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png"=>Awestruct::Page{ 51960020: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, layout=> }, "/sites/default/files/images/Forest_Handford.jpg"=>Awestruct::Page{ 51977140: output_path=>/sites/default/files/images/Forest_Handford.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.preview.jpg"=>Awestruct::Page{ 53198360: output_path=>/sites/default/files/images/Forest_Handford.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.thumbnail.jpg"=>Awestruct::Page{ 53190820: output_path=>/sites/default/files/images/Forest_Handford.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.thumbnail.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.jpg"=>Awestruct::Page{ 53199760: output_path=>/sites/default/files/images/Forest_Handford_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.preview.jpg"=>Awestruct::Page{ 54633980: output_path=>/sites/default/files/images/Forest_Handford_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.thumbnail.jpg"=>Awestruct::Page{ 54642780: output_path=>/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Hudson_coatofarms.gif"=>Awestruct::Page{ 51571500: output_path=>/sites/default/files/images/Hudson_coatofarms.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.gif, layout=> }, "/sites/default/files/images/Hudson_coatofarms.thumbnail.gif"=>Awestruct::Page{ 51588480: output_path=>/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, layout=> }, "/sites/default/files/images/IMAG0786.jpg"=>Awestruct::Page{ 51597400: output_path=>/sites/default/files/images/IMAG0786.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.jpg, layout=> }, "/sites/default/files/images/IMAG0786.thumbnail.jpg"=>Awestruct::Page{ 51606220: output_path=>/sites/default/files/images/IMAG0786.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.thumbnail.jpg, layout=> }, "/sites/default/files/images/IMG_0199.JPG"=>Awestruct::Page{ 53982640: output_path=>/sites/default/files/images/IMG_0199.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.JPG, layout=> }, "/sites/default/files/images/IMG_0199.thumbnail.JPG"=>Awestruct::Page{ 53991440: output_path=>/sites/default/files/images/IMG_0199.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.thumbnail.JPG, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.png"=>Awestruct::Page{ 54000360: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.png, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png"=>Awestruct::Page{ 54017360: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.jpg"=>Awestruct::Page{ 54009940: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg"=>Awestruct::Page{ 54018760: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg"=>Awestruct::Page{ 54027560: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.png"=>Awestruct::Page{ 54323200: output_path=>/sites/default/files/images/JUC-boston-sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.preview.png"=>Awestruct::Page{ 54332000: output_path=>/sites/default/files/images/JUC-boston-sponsors.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.preview.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.thumbnail.png"=>Awestruct::Page{ 54340800: output_path=>/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png"=>Awestruct::Page{ 54357920: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png"=>Awestruct::Page{ 54366720: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png"=>Awestruct::Page{ 54375520: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-updated.jpg"=>Awestruct::Page{ 54392640: output_path=>/sites/default/files/images/JUC_940-updated.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.preview.jpg"=>Awestruct::Page{ 54401440: output_path=>/sites/default/files/images/JUC_940-updated.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.preview.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.thumbnail.jpg"=>Awestruct::Page{ 54410240: output_path=>/sites/default/files/images/JUC_940-updated.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.thumbnail.jpg, layout=> }, "/sites/default/files/images/JavaOne.png"=>Awestruct::Page{ 53878500: output_path=>/sites/default/files/images/JavaOne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.png, layout=> }, "/sites/default/files/images/JavaOne.thumbnail.png"=>Awestruct::Page{ 53870960: output_path=>/sites/default/files/images/JavaOne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.thumbnail.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.png"=>Awestruct::Page{ 53879880: output_path=>/sites/default/files/images/Jenkins_Butler_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.thumbnail.png"=>Awestruct::Page{ 53888680: output_path=>/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, layout=> }, "/sites/default/files/images/Kandler_0.jpg"=>Awestruct::Page{ 53905800: output_path=>/sites/default/files/images/Kandler_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.jpg, layout=> }, "/sites/default/files/images/Kandler_0.thumbnail.jpg"=>Awestruct::Page{ 53914600: output_path=>/sites/default/files/images/Kandler_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/OMeara_0.jpg"=>Awestruct::Page{ 53923520: output_path=>/sites/default/files/images/OMeara_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.jpg, layout=> }, "/sites/default/files/images/OMeara_0.thumbnail.jpg"=>Awestruct::Page{ 53940520: output_path=>/sites/default/files/images/OMeara_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.jpg"=>Awestruct::Page{ 53949440: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg"=>Awestruct::Page{ 54998620: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png"=>Awestruct::Page{ 55015500: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png"=>Awestruct::Page{ 55024080: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.png"=>Awestruct::Page{ 55033000: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png"=>Awestruct::Page{ 55050000: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.png"=>Awestruct::Page{ 55042580: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png"=>Awestruct::Page{ 55051380: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, layout=> }, "/sites/default/files/images/alyssa.jpg"=>Awestruct::Page{ 55060300: output_path=>/sites/default/files/images/alyssa.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.jpg, layout=> }, "/sites/default/files/images/alyssa.thumbnail.jpg"=>Awestruct::Page{ 55077300: output_path=>/sites/default/files/images/alyssa.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.thumbnail.jpg, layout=> }, "/sites/default/files/images/banner940.jpg"=>Awestruct::Page{ 55086240: output_path=>/sites/default/files/images/banner940.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.jpg, layout=> }, "/sites/default/files/images/banner940.preview.jpg"=>Awestruct::Page{ 54693640: output_path=>/sites/default/files/images/banner940.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.preview.jpg, layout=> }, "/sites/default/files/images/banner940.thumbnail.jpg"=>Awestruct::Page{ 54710640: output_path=>/sites/default/files/images/banner940.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.thumbnail.jpg, layout=> }, "/sites/default/files/images/bitExpert-logo_0.png"=>Awestruct::Page{ 54719580: output_path=>/sites/default/files/images/bitExpert-logo_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.png, layout=> }, "/sites/default/files/images/bitExpert-logo_0.thumbnail.png"=>Awestruct::Page{ 54728380: output_path=>/sites/default/files/images/bitExpert-logo_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.thumbnail.png, layout=> }, "/sites/default/files/images/butler-kk-gk_0.jpg"=>Awestruct::Page{ 54745480: output_path=>/sites/default/files/images/butler-kk-gk_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.jpg, layout=> }, "/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg"=>Awestruct::Page{ 54754280: output_path=>/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/butler.png"=>Awestruct::Page{ 54763220: output_path=>/sites/default/files/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler.png, layout=> }, "/sites/default/files/images/butler_tiny.png"=>Awestruct::Page{ 54755800: output_path=>/sites/default/files/images/butler_tiny.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler_tiny.png, layout=> }, "/sites/default/files/images/cadet_0.jpg"=>Awestruct::Page{ 54772920: output_path=>/sites/default/files/images/cadet_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.jpg, layout=> }, "/sites/default/files/images/cadet_0.thumbnail.jpg"=>Awestruct::Page{ 54781720: output_path=>/sites/default/files/images/cadet_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cb_0.png"=>Awestruct::Page{ 54790640: output_path=>/sites/default/files/images/cb_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.png, layout=> }, "/sites/default/files/images/cb_0.thumbnail.png"=>Awestruct::Page{ 54840420: output_path=>/sites/default/files/images/cb_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.thumbnail.png, layout=> }, "/sites/default/files/images/christou.jpg"=>Awestruct::Page{ 54849340: output_path=>/sites/default/files/images/christou.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.jpg, layout=> }, "/sites/default/files/images/christou.thumbnail.jpg"=>Awestruct::Page{ 54858140: output_path=>/sites/default/files/images/christou.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.thumbnail.jpg, layout=> }, "/sites/default/files/images/chrome_extension_success.png"=>Awestruct::Page{ 54875260: output_path=>/sites/default/files/images/chrome_extension_success.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.png, layout=> }, "/sites/default/files/images/chrome_extension_success.thumbnail.png"=>Awestruct::Page{ 54884080: output_path=>/sites/default/files/images/chrome_extension_success.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.thumbnail.png, layout=> }, "/sites/default/files/images/cisneros_0.jpg"=>Awestruct::Page{ 54893000: output_path=>/sites/default/files/images/cisneros_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.jpg, layout=> }, "/sites/default/files/images/cisneros_0.preview.jpg"=>Awestruct::Page{ 54909980: output_path=>/sites/default/files/images/cisneros_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.preview.jpg, layout=> }, "/sites/default/files/images/cisneros_0.thumbnail.jpg"=>Awestruct::Page{ 54918780: output_path=>/sites/default/files/images/cisneros_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cph2015.jpeg"=>Awestruct::Page{ 54911360: output_path=>/sites/default/files/images/cph2015.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.jpeg, layout=> }, "/sites/default/files/images/cph2015.preview.jpeg"=>Awestruct::Page{ 54920180: output_path=>/sites/default/files/images/cph2015.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.preview.jpeg, layout=> }, "/sites/default/files/images/cph2015.thumbnail.jpeg"=>Awestruct::Page{ 54937180: output_path=>/sites/default/files/images/cph2015.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.thumbnail.jpeg, layout=> }, "/sites/default/files/images/create-item.png"=>Awestruct::Page{ 54946100: output_path=>/sites/default/files/images/create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.png, layout=> }, "/sites/default/files/images/create-item.preview.png"=>Awestruct::Page{ 54954900: output_path=>/sites/default/files/images/create-item.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.preview.png, layout=> }, "/sites/default/files/images/create-item.thumbnail.png"=>Awestruct::Page{ 54119940: output_path=>/sites/default/files/images/create-item.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.thumbnail.png, layout=> }, "/sites/default/files/images/create-item_580.jpg"=>Awestruct::Page{ 54128860: output_path=>/sites/default/files/images/create-item_580.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.jpg, layout=> }, "/sites/default/files/images/create-item_580.thumbnail.jpg"=>Awestruct::Page{ 54137660: output_path=>/sites/default/files/images/create-item_580.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.thumbnail.jpg, layout=> }, "/sites/default/files/images/current.png"=>Awestruct::Page{ 54154780: output_path=>/sites/default/files/images/current.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.png, layout=> }, "/sites/default/files/images/current.preview.png"=>Awestruct::Page{ 54163580: output_path=>/sites/default/files/images/current.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.preview.png, layout=> }, "/sites/default/files/images/current.thumbnail.png"=>Awestruct::Page{ 54172380: output_path=>/sites/default/files/images/current.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.thumbnail.png, layout=> }, "/sites/default/files/images/dc_0.jpg"=>Awestruct::Page{ 54189500: output_path=>/sites/default/files/images/dc_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.jpg, layout=> }, "/sites/default/files/images/dc_0.thumbnail.jpg"=>Awestruct::Page{ 54181960: output_path=>/sites/default/files/images/dc_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.jpg"=>Awestruct::Page{ 54190880: output_path=>/sites/default/files/images/dcoraboeuf_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.preview.jpg"=>Awestruct::Page{ 54199680: output_path=>/sites/default/files/images/dcoraboeuf_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.preview.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg"=>Awestruct::Page{ 54216680: output_path=>/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/delphix_logo_color_0.png"=>Awestruct::Page{ 54225620: output_path=>/sites/default/files/images/delphix_logo_color_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.png, layout=> }, "/sites/default/files/images/delphix_logo_color_0.thumbnail.png"=>Awestruct::Page{ 54234420: output_path=>/sites/default/files/images/delphix_logo_color_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.thumbnail.png, layout=> }, "/sites/default/files/images/developer.gif"=>Awestruct::Page{ 54251520: output_path=>/sites/default/files/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/developer.gif, layout=> }, "/sites/default/files/images/digg-logo.png"=>Awestruct::Page{ 54260440: output_path=>/sites/default/files/images/digg-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.png, layout=> }, "/sites/default/files/images/digg-logo.thumbnail.png"=>Awestruct::Page{ 54269260: output_path=>/sites/default/files/images/digg-logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.thumbnail.png, layout=> }, "/sites/default/files/images/docker-hack-day_0.jpg"=>Awestruct::Page{ 54286380: output_path=>/sites/default/files/images/docker-hack-day_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.preview.jpg"=>Awestruct::Page{ 54295180: output_path=>/sites/default/files/images/docker-hack-day_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.preview.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.thumbnail.jpg"=>Awestruct::Page{ 54303980: output_path=>/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/fosdem.png"=>Awestruct::Page{ 55132120: output_path=>/sites/default/files/images/fosdem.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.png, layout=> }, "/sites/default/files/images/fosdem.thumbnail.png"=>Awestruct::Page{ 55124580: output_path=>/sites/default/files/images/fosdem.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.thumbnail.png, layout=> }, "/sites/default/files/images/freebsd.png"=>Awestruct::Page{ 55133500: output_path=>/sites/default/files/images/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/freebsd.png, layout=> }, "/sites/default/files/images/gradle_logo.gif"=>Awestruct::Page{ 55142420: output_path=>/sites/default/files/images/gradle_logo.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.gif, layout=> }, "/sites/default/files/images/gradle_logo.thumbnail.gif"=>Awestruct::Page{ 55159420: output_path=>/sites/default/files/images/gradle_logo.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.thumbnail.gif, layout=> }, "/sites/default/files/images/headshot.png"=>Awestruct::Page{ 55168360: output_path=>/sites/default/files/images/headshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/headshot.png, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.jpg"=>Awestruct::Page{ 55177280: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg"=>Awestruct::Page{ 55194260: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg"=>Awestruct::Page{ 55203060: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.jpg"=>Awestruct::Page{ 55212000: output_path=>/sites/default/files/images/history-jenkins_590.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.thumbnail.jpg"=>Awestruct::Page{ 55229000: output_path=>/sites/default/files/images/history-jenkins_590.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.thumbnail.jpg, layout=> }, "/sites/default/files/images/hudson.gif"=>Awestruct::Page{ 55237920: output_path=>/sites/default/files/images/hudson.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.gif, layout=> }, "/sites/default/files/images/hudson.thumbnail.gif"=>Awestruct::Page{ 55246720: output_path=>/sites/default/files/images/hudson.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.thumbnail.gif, layout=> }, "/sites/default/files/images/infoq.png"=>Awestruct::Page{ 55239300: output_path=>/sites/default/files/images/infoq.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.png, layout=> }, "/sites/default/files/images/infoq.preview.png"=>Awestruct::Page{ 55256300: output_path=>/sites/default/files/images/infoq.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.preview.png, layout=> }, "/sites/default/files/images/infoq.thumbnail.png"=>Awestruct::Page{ 55265100: output_path=>/sites/default/files/images/infoq.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.thumbnail.png, layout=> }, "/sites/default/files/images/infradna_black.png"=>Awestruct::Page{ 55274020: output_path=>/sites/default/files/images/infradna_black.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.png, layout=> }, "/sites/default/files/images/infradna_black.thumbnail.png"=>Awestruct::Page{ 55291020: output_path=>/sites/default/files/images/infradna_black.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.jpg"=>Awestruct::Page{ 55299940: output_path=>/sites/default/files/images/jenkins-100k-profile_4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.jpg, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg"=>Awestruct::Page{ 55308740: output_path=>/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, layout=> }, "/sites/default/files/images/jenkins100k_1.jpeg"=>Awestruct::Page{ 55325860: output_path=>/sites/default/files/images/jenkins100k_1.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.preview.jpeg"=>Awestruct::Page{ 55334680: output_path=>/sites/default/files/images/jenkins100k_1.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.preview.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.thumbnail.jpeg"=>Awestruct::Page{ 55343480: output_path=>/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.png"=>Awestruct::Page{ 56826960: output_path=>/sites/default/files/images/jenkins_adrian_moya.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.preview.png"=>Awestruct::Page{ 57507520: output_path=>/sites/default/files/images/jenkins_adrian_moya.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.preview.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.thumbnail.png"=>Awestruct::Page{ 57499980: output_path=>/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.png"=>Awestruct::Page{ 58369060: output_path=>/sites/default/files/images/jenkins_akiko_takano.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.thumbnail.png"=>Awestruct::Page{ 58402440: output_path=>/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.png"=>Awestruct::Page{ 59033960: output_path=>/sites/default/files/images/jenkins_ben_minne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.thumbnail.png"=>Awestruct::Page{ 59845580: output_path=>/sites/default/files/images/jenkins_ben_minne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.png"=>Awestruct::Page{ 55725720: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.preview.png"=>Awestruct::Page{ 56742140: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.preview.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png"=>Awestruct::Page{ 56800100: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.png"=>Awestruct::Page{ 57095760: output_path=>/sites/default/files/images/jenkins_emily_bertelson.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.preview.png"=>Awestruct::Page{ 57399480: output_path=>/sites/default/files/images/jenkins_emily_bertelson.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.preview.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png"=>Awestruct::Page{ 57449240: output_path=>/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.png"=>Awestruct::Page{ 57261560: output_path=>/sites/default/files/images/jenkins_frontside_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.preview.png"=>Awestruct::Page{ 57254020: output_path=>/sites/default/files/images/jenkins_frontside_1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.preview.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.thumbnail.png"=>Awestruct::Page{ 57983720: output_path=>/sites/default/files/images/jenkins_frontside_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.png"=>Awestruct::Page{ 58303940: output_path=>/sites/default/files/images/jenkins_frontside_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.thumbnail.png"=>Awestruct::Page{ 58443820: output_path=>/sites/default/files/images/jenkins_frontside_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.png"=>Awestruct::Page{ 58657540: output_path=>/sites/default/files/images/jenkins_jeremy_murray.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png"=>Awestruct::Page{ 58928480: output_path=>/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.png"=>Awestruct::Page{ 58978380: output_path=>/sites/default/files/images/jenkins_matthias_cullman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.preview.png"=>Awestruct::Page{ 59200180: output_path=>/sites/default/files/images/jenkins_matthias_cullman.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.preview.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png"=>Awestruct::Page{ 59512100: output_path=>/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.png"=>Awestruct::Page{ 59734020: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.preview.png"=>Awestruct::Page{ 59783780: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.preview.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png"=>Awestruct::Page{ 55680200: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.png"=>Awestruct::Page{ 55713700: output_path=>/sites/default/files/images/jenkins_vimil_saju.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.preview.png"=>Awestruct::Page{ 55706160: output_path=>/sites/default/files/images/jenkins_vimil_saju.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.preview.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.thumbnail.png"=>Awestruct::Page{ 55739540: output_path=>/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, layout=> }, "/sites/default/files/images/jfrog-logo.jpg"=>Awestruct::Page{ 56051560: output_path=>/sites/default/files/images/jfrog-logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.jpg, layout=> }, "/sites/default/files/images/jfrog-logo.thumbnail.jpg"=>Awestruct::Page{ 56084940: output_path=>/sites/default/files/images/jfrog-logo.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.thumbnail.jpg, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.png"=>Awestruct::Page{ 56356020: output_path=>/sites/default/files/images/juc-video-thumbnail_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.png, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png"=>Awestruct::Page{ 56422160: output_path=>/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, layout=> }, "/sites/default/files/images/juc2013.jpeg"=>Awestruct::Page{ 56701420: output_path=>/sites/default/files/images/juc2013.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.jpeg, layout=> }, "/sites/default/files/images/juc2013.thumbnail.jpeg"=>Awestruct::Page{ 56734800: output_path=>/sites/default/files/images/juc2013.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.thumbnail.jpeg, layout=> }, "/sites/default/files/images/juc2014-banner-left.png"=>Awestruct::Page{ 56874780: output_path=>/sites/default/files/images/juc2014-banner-left.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.preview.png"=>Awestruct::Page{ 56932740: output_path=>/sites/default/files/images/juc2014-banner-left.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.thumbnail.png"=>Awestruct::Page{ 57048040: output_path=>/sites/default/files/images/juc2014-banner-left.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.png"=>Awestruct::Page{ 57114320: output_path=>/sites/default/files/images/juc2014-banner-left_4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.preview.png"=>Awestruct::Page{ 57106780: output_path=>/sites/default/files/images/juc2014-banner-left_4.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.thumbnail.png"=>Awestruct::Page{ 57189320: output_path=>/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-right.png"=>Awestruct::Page{ 57280160: output_path=>/sites/default/files/images/juc2014-banner-right.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-right.png, layout=> }, "/sites/default/files/images/juc2014.png"=>Awestruct::Page{ 57387380: output_path=>/sites/default/files/images/juc2014.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.png, layout=> }, "/sites/default/files/images/juc2014.preview.png"=>Awestruct::Page{ 57420760: output_path=>/sites/default/files/images/juc2014.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.preview.png, layout=> }, "/sites/default/files/images/juc2014.thumbnail.png"=>Awestruct::Page{ 57462340: output_path=>/sites/default/files/images/juc2014.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.thumbnail.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.png"=>Awestruct::Page{ 57585960: output_path=>/sites/default/files/images/juc2015banner-varlength.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.preview.png"=>Awestruct::Page{ 57234320: output_path=>/sites/default/files/images/juc2015banner-varlength.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.preview.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.thumbnail.png"=>Awestruct::Page{ 57775600: output_path=>/sites/default/files/images/juc2015banner-varlength.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.thumbnail.png, layout=> }, "/sites/default/files/images/jues_0.png"=>Awestruct::Page{ 57850060: output_path=>/sites/default/files/images/jues_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.png, layout=> }, "/sites/default/files/images/jues_0.thumbnail.png"=>Awestruct::Page{ 57932600: output_path=>/sites/default/files/images/jues_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.thumbnail.png, layout=> }, "/sites/default/files/images/loaderio.png"=>Awestruct::Page{ 57974300: output_path=>/sites/default/files/images/loaderio.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.png, layout=> }, "/sites/default/files/images/loaderio.thumbnail.png"=>Awestruct::Page{ 57966760: output_path=>/sites/default/files/images/loaderio.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.thumbnail.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.png"=>Awestruct::Page{ 58090380: output_path=>/sites/default/files/images/logo+title (wob)_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.thumbnail.png"=>Awestruct::Page{ 58123760: output_path=>/sites/default/files/images/logo+title (wob)_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.thumbnail.png, layout=> }, "/sites/default/files/images/logo.png"=>Awestruct::Page{ 58165440: output_path=>/sites/default/files/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.png, layout=> }, "/sites/default/files/images/logo.thumbnail.png"=>Awestruct::Page{ 58288920: output_path=>/sites/default/files/images/logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.thumbnail.png, layout=> }, "/sites/default/files/images/london_0.jpg"=>Awestruct::Page{ 58330600: output_path=>/sites/default/files/images/london_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.jpg, layout=> }, "/sites/default/files/images/london_0.thumbnail.jpg"=>Awestruct::Page{ 57618500: output_path=>/sites/default/files/images/london_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/new.png"=>Awestruct::Page{ 57692960: output_path=>/sites/default/files/images/new.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.png, layout=> }, "/sites/default/files/images/new.preview.png"=>Awestruct::Page{ 58439040: output_path=>/sites/default/files/images/new.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.preview.png, layout=> }, "/sites/default/files/images/new.thumbnail.png"=>Awestruct::Page{ 58480620: output_path=>/sites/default/files/images/new.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.thumbnail.png, layout=> }, "/sites/default/files/images/newjuc2_1.png"=>Awestruct::Page{ 58604240: output_path=>/sites/default/files/images/newjuc2_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.png, layout=> }, "/sites/default/files/images/newjuc2_1.thumbnail.png"=>Awestruct::Page{ 58645820: output_path=>/sites/default/files/images/newjuc2_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.thumbnail.png, layout=> }, "/sites/default/files/images/omeara-pic_0.png"=>Awestruct::Page{ 58638400: output_path=>/sites/default/files/images/omeara-pic_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.png, layout=> }, "/sites/default/files/images/omeara-pic_0.thumbnail.png"=>Awestruct::Page{ 58671780: output_path=>/sites/default/files/images/omeara-pic_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.thumbnail.png, layout=> }, "/sites/default/files/images/opensolaris.png"=>Awestruct::Page{ 58795380: output_path=>/sites/default/files/images/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensolaris.png, layout=> }, "/sites/default/files/images/opensuse.png"=>Awestruct::Page{ 58837060: output_path=>/sites/default/files/images/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensuse.png, layout=> }, "/sites/default/files/images/personal-appeal.png"=>Awestruct::Page{ 58919700: output_path=>/sites/default/files/images/personal-appeal.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.png, layout=> }, "/sites/default/files/images/personal-appeal.thumbnail.png"=>Awestruct::Page{ 58994040: output_path=>/sites/default/files/images/personal-appeal.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.thumbnail.png, layout=> }, "/sites/default/files/images/peru-butler_0.jpeg"=>Awestruct::Page{ 59076700: output_path=>/sites/default/files/images/peru-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/peru-butler_0.jpeg, layout=> }, "/sites/default/files/images/phillips_0.jpg"=>Awestruct::Page{ 59118400: output_path=>/sites/default/files/images/phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.jpg, layout=> }, "/sites/default/files/images/phillips_0.thumbnail.jpg"=>Awestruct::Page{ 59241900: output_path=>/sites/default/files/images/phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/plugin.png"=>Awestruct::Page{ 59283600: output_path=>/sites/default/files/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/plugin.png, layout=> }, "/sites/default/files/images/redhat.png"=>Awestruct::Page{ 59317100: output_path=>/sites/default/files/images/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/redhat.png, layout=> }, "/sites/default/files/images/scientist.gif"=>Awestruct::Page{ 59440700: output_path=>/sites/default/files/images/scientist.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.gif, layout=> }, "/sites/default/files/images/scientist.thumbnail.gif"=>Awestruct::Page{ 59433160: output_path=>/sites/default/files/images/scientist.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.thumbnail.gif, layout=> }, "/sites/default/files/images/smallerme.jpeg"=>Awestruct::Page{ 59474840: output_path=>/sites/default/files/images/smallerme.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.jpeg, layout=> }, "/sites/default/files/images/smallerme.thumbnail.jpeg"=>Awestruct::Page{ 59557360: output_path=>/sites/default/files/images/smallerme.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.thumbnail.jpeg, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.png"=>Awestruct::Page{ 59640000: output_path=>/sites/default/files/images/sponsors-06032015-02_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.png, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png"=>Awestruct::Page{ 59714340: output_path=>/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors2_0.png"=>Awestruct::Page{ 59756040: output_path=>/sites/default/files/images/sponsors2_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.png, layout=> }, "/sites/default/files/images/sponsors2_0.thumbnail.png"=>Awestruct::Page{ 59879540: output_path=>/sites/default/files/images/sponsors2_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors_0.png"=>Awestruct::Page{ 59921240: output_path=>/sites/default/files/images/sponsors_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.png, layout=> }, "/sites/default/files/images/sponsors_0.thumbnail.png"=>Awestruct::Page{ 59962820: output_path=>/sites/default/files/images/sponsors_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.thumbnail.png, layout=> }, "/sites/default/files/images/stpetersburg-butler_0.jpeg"=>Awestruct::Page{ 60078240: output_path=>/sites/default/files/images/stpetersburg-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/stpetersburg-butler_0.jpeg, layout=> }, "/sites/default/files/images/toulouse-jam_0.jpeg"=>Awestruct::Page{ 60119940: output_path=>/sites/default/files/images/toulouse-jam_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/toulouse-jam_0.jpeg, layout=> }, "/sites/default/files/images/ubuntu.png"=>Awestruct::Page{ 60202600: output_path=>/sites/default/files/images/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/ubuntu.png, layout=> }, "/sites/default/files/images/user.gif"=>Awestruct::Page{ 60195180: output_path=>/sites/default/files/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/user.gif, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png"=>Awestruct::Page{ 60277840: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png"=>Awestruct::Page{ 60352180: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.png"=>Awestruct::Page{ 60393860: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png"=>Awestruct::Page{ 55626720: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png"=>Awestruct::Page{ 55643700: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.png"=>Awestruct::Page{ 55669000: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png"=>Awestruct::Page{ 55702380: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.png"=>Awestruct::Page{ 55719500: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png"=>Awestruct::Page{ 55736500: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, layout=> }, "/sites/default/files/images/volume9_0.png"=>Awestruct::Page{ 55761820: output_path=>/sites/default/files/images/volume9_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.png, layout=> }, "/sites/default/files/images/volume9_0.preview.png"=>Awestruct::Page{ 55950860: output_path=>/sites/default/files/images/volume9_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.preview.png, layout=> }, "/sites/default/files/images/volume9_0.thumbnail.png"=>Awestruct::Page{ 55943320: output_path=>/sites/default/files/images/volume9_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.thumbnail.png, layout=> }, "/sites/default/files/jenkins_favicon.ico"=>Awestruct::Page{ 55960640: output_path=>/sites/default/files/jenkins_favicon.ico, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_favicon.ico, layout=> }, "/sites/default/files/jenkins_logo.png"=>Awestruct::Page{ 56027120: output_path=>/sites/default/files/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_logo.png, layout=> }, "/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js"=>Awestruct::Page{ 56046240: output_path=>/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, layout=> }, "/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js"=>Awestruct::Page{ 56414660: output_path=>/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, layout=> }, "/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js"=>Awestruct::Page{ 56804920: output_path=>/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, layout=> }, "/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js"=>Awestruct::Page{ 57071940: output_path=>/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, layout=> }, "/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js"=>Awestruct::Page{ 57294240: output_path=>/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, layout=> }, "/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js"=>Awestruct::Page{ 57438440: output_path=>/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, layout=> }, "/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js"=>Awestruct::Page{ 57594240: output_path=>/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, layout=> }, "/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js"=>Awestruct::Page{ 57838540: output_path=>/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, layout=> }, "/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js"=>Awestruct::Page{ 58381980: output_path=>/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, layout=> }, "/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js"=>Awestruct::Page{ 58623540: output_path=>/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, layout=> }, "/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js"=>Awestruct::Page{ 58788200: output_path=>/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, layout=> }, "/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js"=>Awestruct::Page{ 58944700: output_path=>/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, layout=> }, "/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js"=>Awestruct::Page{ 59186860: output_path=>/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, layout=> }, "/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js"=>Awestruct::Page{ 59697580: output_path=>/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, layout=> }, "/sites/default/files/logo.png"=>Awestruct::Page{ 59871420: output_path=>/sites/default/files/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/logo.png, layout=> }, "/sites/default/files/master/master.css"=>Awestruct::Page{ 59931960: output_path=>/sites/default/files/master/master.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.css, layout=> }, "/sites/default/files/master/master.js"=>Awestruct::Page{ 59925160: output_path=>/sites/default/files/master/master.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.js, layout=> }, "/sites/default/files/master/readme.txt"=>Awestruct::Page{ 60081480: output_path=>/sites/default/files/master/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/readme.txt, layout=> }, "/sites/default/files/mood_widget-good.png"=>Awestruct::Page{ 60123380: output_path=>/sites/default/files/mood_widget-good.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-good.png, layout=> }, "/sites/default/files/mood_widget-settings.png"=>Awestruct::Page{ 60140700: output_path=>/sites/default/files/mood_widget-settings.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-settings.png, layout=> }, "/sites/default/files/octocat.png"=>Awestruct::Page{ 60166220: output_path=>/sites/default/files/octocat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/octocat.png, layout=> }, "/sites/default/files/pixture_favicon.png"=>Awestruct::Page{ 60191720: output_path=>/sites/default/files/pixture_favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_favicon.png, layout=> }, "/sites/default/files/pixture_logo.png"=>Awestruct::Page{ 60217220: output_path=>/sites/default/files/pixture_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_logo.png, layout=> }, "/sites/default/files/taperecorder.jpg"=>Awestruct::Page{ 60234520: output_path=>/sites/default/files/taperecorder.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/taperecorder.jpg, layout=> }, "/sites/default/files/usage-stats.gif"=>Awestruct::Page{ 60268220: output_path=>/sites/default/files/usage-stats.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/usage-stats.gif, layout=> }, "/solutions/android/index.html"=>Awestruct::Page{ 60339060: output_path=>/solutions/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/solutions/c/index.html"=>Awestruct::Page{ 56560620: output_path=>/solutions/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/solutions/docker/index.html"=>Awestruct::Page{ 64068460: output_path=>/solutions/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/solutions/embedded/index.html"=>Awestruct::Page{ 64915320: output_path=>/solutions/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/solutions/github/index.html"=>Awestruct::Page{ 66432840: output_path=>/solutions/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/solutions/java/index.html"=>Awestruct::Page{ 67739200: output_path=>/solutions/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/solutions/pipeline/index.html"=>Awestruct::Page{ 69031820: output_path=>/solutions/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/solutions/python/index.html"=>Awestruct::Page{ 74932400: output_path=>/solutions/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/solutions/ruby/index.html"=>Awestruct::Page{ 76423960: output_path=>/solutions/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }, "/stable-rc/index.html"=>Awestruct::Page{ 77692020: output_path=>/stable-rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/stable-rc/index.html, layout=>post }, "/welcome/index.html"=>Awestruct::Page{ 79199220: output_path=>/welcome/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/welcome/index.html, layout=>post }, "sitemap.xml"=>Awestruct::Page{ 69274060: output_path=>sitemap.xml, source_path=>/home/tyler/.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml, layout=> }, "/node/index.html"=>Awestruct::Page{ 36347600: output_path=>/node/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/2.html"=>Awestruct::Page{ 35646120: output_path=>/node/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/3.html"=>Awestruct::Page{ 31208160: output_path=>/node/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/4.html"=>Awestruct::Page{ 30966560: output_path=>/node/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/5.html"=>Awestruct::Page{ 30640360: output_path=>/node/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/6.html"=>Awestruct::Page{ 30022300: output_path=>/node/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/7.html"=>Awestruct::Page{ 29670880: output_path=>/node/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/8.html"=>Awestruct::Page{ 28797520: output_path=>/node/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/9.html"=>Awestruct::Page{ 24353200: output_path=>/node/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/10.html"=>Awestruct::Page{ 21481360: output_path=>/node/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/11.html"=>Awestruct::Page{ 19404100: output_path=>/node/page/11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/12.html"=>Awestruct::Page{ 59298640: output_path=>/node/page/12.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/13.html"=>Awestruct::Page{ 56487500: output_path=>/node/page/13.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/14.html"=>Awestruct::Page{ 75663720: output_path=>/node/page/14.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/15.html"=>Awestruct::Page{ 60155000: output_path=>/node/page/15.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/16.html"=>Awestruct::Page{ 75284360: output_path=>/node/page/16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/17.html"=>Awestruct::Page{ 67219900: output_path=>/node/page/17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/18.html"=>Awestruct::Page{ 66479880: output_path=>/node/page/18.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/19.html"=>Awestruct::Page{ 74914980: output_path=>/node/page/19.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/20.html"=>Awestruct::Page{ 60389000: output_path=>/node/page/20.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/21.html"=>Awestruct::Page{ 57684100: output_path=>/node/page/21.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/22.html"=>Awestruct::Page{ 77605500: output_path=>/node/page/22.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/23.html"=>Awestruct::Page{ 78185480: output_path=>/node/page/23.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/24.html"=>Awestruct::Page{ 78970200: output_path=>/node/page/24.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/25.html"=>Awestruct::Page{ 57652960: output_path=>/node/page/25.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/26.html"=>Awestruct::Page{ 56111180: output_path=>/node/page/26.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/27.html"=>Awestruct::Page{ 77195040: output_path=>/node/page/27.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/28.html"=>Awestruct::Page{ 66557220: output_path=>/node/page/28.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/29.html"=>Awestruct::Page{ 56140680: output_path=>/node/page/29.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/30.html"=>Awestruct::Page{ 58904940: output_path=>/node/page/30.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/31.html"=>Awestruct::Page{ 57794400: output_path=>/node/page/31.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/32.html"=>Awestruct::Page{ 79236600: output_path=>/node/page/32.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/33.html"=>Awestruct::Page{ 66871160: output_path=>/node/page/33.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/34.html"=>Awestruct::Page{ 58029540: output_path=>/node/page/34.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/35.html"=>Awestruct::Page{ 78564760: output_path=>/node/page/35.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/36.html"=>Awestruct::Page{ 55002420: output_path=>/node/page/36.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/37.html"=>Awestruct::Page{ 63716500: output_path=>/node/page/37.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/38.html"=>Awestruct::Page{ 64361440: output_path=>/node/page/38.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/39.html"=>Awestruct::Page{ 68413960: output_path=>/node/page/39.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/40.html"=>Awestruct::Page{ 59850820: output_path=>/node/page/40.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/41.html"=>Awestruct::Page{ 58021420: output_path=>/node/page/41.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/42.html"=>Awestruct::Page{ 78466080: output_path=>/node/page/42.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/43.html"=>Awestruct::Page{ 69124640: output_path=>/node/page/43.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/44.html"=>Awestruct::Page{ 64370720: output_path=>/node/page/44.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/45.html"=>Awestruct::Page{ 59821560: output_path=>/node/page/45.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/46.html"=>Awestruct::Page{ 55034940: output_path=>/node/page/46.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/47.html"=>Awestruct::Page{ 75741660: output_path=>/node/page/47.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/48.html"=>Awestruct::Page{ 55529440: output_path=>/node/page/48.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/49.html"=>Awestruct::Page{ 76596780: output_path=>/node/page/49.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/50.html"=>Awestruct::Page{ 56925200: output_path=>/node/page/50.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/51.html"=>Awestruct::Page{ 65393160: output_path=>/node/page/51.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/52.html"=>Awestruct::Page{ 58066920: output_path=>/node/page/52.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/53.html"=>Awestruct::Page{ 70270260: output_path=>/node/page/53.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/54.html"=>Awestruct::Page{ 58610540: output_path=>/node/page/54.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/55.html"=>Awestruct::Page{ 53971140: output_path=>/node/page/55.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/56.html"=>Awestruct::Page{ 57179820: output_path=>/node/page/56.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/57.html"=>Awestruct::Page{ 77435180: output_path=>/node/page/57.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/58.html"=>Awestruct::Page{ 68764220: output_path=>/node/page/58.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/rss.xml"=>Awestruct::Page{ 67767320: output_path=>/rss.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_ext/atom.xml.haml, layout=> }, "/node/tags/blueocean/index.html"=>Awestruct::Page{ 65495200: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/index.html"=>Awestruct::Page{ 64900460: output_path=>/node/tags/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/2.html"=>Awestruct::Page{ 64407280: output_path=>/node/tags/pipeline/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/3.html"=>Awestruct::Page{ 63975660: output_path=>/node/tags/pipeline/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/4.html"=>Awestruct::Page{ 63446300: output_path=>/node/tags/pipeline/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/5.html"=>Awestruct::Page{ 60099160: output_path=>/node/tags/pipeline/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/freestyle/index.html"=>Awestruct::Page{ 58492720: output_path=>/node/tags/freestyle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/index.html"=>Awestruct::Page{ 56966980: output_path=>/node/tags/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/2.html"=>Awestruct::Page{ 57154120: output_path=>/node/tags/plugins/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/3.html"=>Awestruct::Page{ 78994900: output_path=>/node/tags/plugins/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/4.html"=>Awestruct::Page{ 78488940: output_path=>/node/tags/plugins/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/5.html"=>Awestruct::Page{ 77933700: output_path=>/node/tags/plugins/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/6.html"=>Awestruct::Page{ 77254780: output_path=>/node/tags/plugins/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/conditional-build-step/index.html"=>Awestruct::Page{ 76568960: output_path=>/node/tags/conditional-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/index.html"=>Awestruct::Page{ 76045240: output_path=>/node/tags/development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/2.html"=>Awestruct::Page{ 75469780: output_path=>/node/tags/development/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/3.html"=>Awestruct::Page{ 74946820: output_path=>/node/tags/development/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/4.html"=>Awestruct::Page{ 74717140: output_path=>/node/tags/development/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/5.html"=>Awestruct::Page{ 74554500: output_path=>/node/tags/development/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/6.html"=>Awestruct::Page{ 74399040: output_path=>/node/tags/development/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/7.html"=>Awestruct::Page{ 74252020: output_path=>/node/tags/development/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/java8/index.html"=>Awestruct::Page{ 74034720: output_path=>/node/tags/java8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/upgrade/index.html"=>Awestruct::Page{ 73849460: output_path=>/node/tags/upgrade/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/index.html"=>Awestruct::Page{ 73672420: output_path=>/node/tags/event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/page/2.html"=>Awestruct::Page{ 73487280: output_path=>/node/tags/event/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/page/3.html"=>Awestruct::Page{ 73331940: output_path=>/node/tags/event/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsworld/index.html"=>Awestruct::Page{ 73156520: output_path=>/node/tags/jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsworld/page/2.html"=>Awestruct::Page{ 72972200: output_path=>/node/tags/jenkinsworld/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/index.html"=>Awestruct::Page{ 72801960: output_path=>/node/tags/core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/2.html"=>Awestruct::Page{ 72626260: output_path=>/node/tags/core/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/3.html"=>Awestruct::Page{ 72470280: output_path=>/node/tags/core/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/4.html"=>Awestruct::Page{ 72314700: output_path=>/node/tags/core/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/5.html"=>Awestruct::Page{ 72151360: output_path=>/node/tags/core/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/6.html"=>Awestruct::Page{ 72012020: output_path=>/node/tags/core/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/7.html"=>Awestruct::Page{ 71815900: output_path=>/node/tags/core/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/8.html"=>Awestruct::Page{ 71661000: output_path=>/node/tags/core/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/9.html"=>Awestruct::Page{ 71505180: output_path=>/node/tags/core/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/security/index.html"=>Awestruct::Page{ 71277340: output_path=>/node/tags/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/lifx/index.html"=>Awestruct::Page{ 71097300: output_path=>/node/tags/lifx/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jam/index.html"=>Awestruct::Page{ 70814460: output_path=>/node/tags/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jam/page/2.html"=>Awestruct::Page{ 70621240: output_path=>/node/tags/jam/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins2/index.html"=>Awestruct::Page{ 70451500: output_path=>/node/tags/jenkins2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins2/page/2.html"=>Awestruct::Page{ 70046300: output_path=>/node/tags/jenkins2/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/azure/index.html"=>Awestruct::Page{ 69818240: output_path=>/node/tags/azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/gsoc/index.html"=>Awestruct::Page{ 69274440: output_path=>/node/tags/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/gsoc/page/2.html"=>Awestruct::Page{ 68592700: output_path=>/node/tags/gsoc/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/continuousdelivery/index.html"=>Awestruct::Page{ 67933760: output_path=>/node/tags/continuousdelivery/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/puppet/index.html"=>Awestruct::Page{ 67127480: output_path=>/node/tags/puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/puppetenterprise/index.html"=>Awestruct::Page{ 66313780: output_path=>/node/tags/puppetenterprise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/index.html"=>Awestruct::Page{ 65598680: output_path=>/node/tags/meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/2.html"=>Awestruct::Page{ 64056400: output_path=>/node/tags/meetup/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/3.html"=>Awestruct::Page{ 56203200: output_path=>/node/tags/meetup/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/4.html"=>Awestruct::Page{ 59050120: output_path=>/node/tags/meetup/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/5.html"=>Awestruct::Page{ 57088060: output_path=>/node/tags/meetup/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/6.html"=>Awestruct::Page{ 60466620: output_path=>/node/tags/meetup/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/7.html"=>Awestruct::Page{ 59207060: output_path=>/node/tags/meetup/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/8.html"=>Awestruct::Page{ 56187860: output_path=>/node/tags/meetup/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/9.html"=>Awestruct::Page{ 55658020: output_path=>/node/tags/meetup/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/10.html"=>Awestruct::Page{ 41045700: output_path=>/node/tags/meetup/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/events/index.html"=>Awestruct::Page{ 40535320: output_path=>/node/tags/events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/statistics/index.html"=>Awestruct::Page{ 40112620: output_path=>/node/tags/statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/performance/index.html"=>Awestruct::Page{ 39722880: output_path=>/node/tags/performance/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/scalability/index.html"=>Awestruct::Page{ 39364420: output_path=>/node/tags/scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/administration/index.html"=>Awestruct::Page{ 38957440: output_path=>/node/tags/administration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/lts/index.html"=>Awestruct::Page{ 38432340: output_path=>/node/tags/lts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/JAM/index.html"=>Awestruct::Page{ 38261920: output_path=>/node/tags/JAM/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/xunit/index.html"=>Awestruct::Page{ 38092620: output_path=>/node/tags/xunit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/nightwatch/index.html"=>Awestruct::Page{ 37926280: output_path=>/node/tags/nightwatch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/newfeatures/index.html"=>Awestruct::Page{ 37748840: output_path=>/node/tags/newfeatures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ux/index.html"=>Awestruct::Page{ 37529180: output_path=>/node/tags/ux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins/index.html"=>Awestruct::Page{ 37142440: output_path=>/node/tags/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/JenkinsWorld/index.html"=>Awestruct::Page{ 36366520: output_path=>/node/tags/JenkinsWorld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/index.html"=>Awestruct::Page{ 35621600: output_path=>/node/tags/tutorial/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/page/2.html"=>Awestruct::Page{ 31159260: output_path=>/node/tags/tutorial/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/page/3.html"=>Awestruct::Page{ 30918460: output_path=>/node/tags/tutorial/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/saucelabs/index.html"=>Awestruct::Page{ 30272520: output_path=>/node/tags/saucelabs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/selenium/index.html"=>Awestruct::Page{ 29875240: output_path=>/node/tags/selenium/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/external-workspace-manager/index.html"=>Awestruct::Page{ 29177620: output_path=>/node/tags/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ruby/index.html"=>Awestruct::Page{ 24576060: output_path=>/node/tags/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/rails/index.html"=>Awestruct::Page{ 23008220: output_path=>/node/tags/rails/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/brakeman/index.html"=>Awestruct::Page{ 19106480: output_path=>/node/tags/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javascript/index.html"=>Awestruct::Page{ 75159240: output_path=>/node/tags/javascript/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/nodejs/index.html"=>Awestruct::Page{ 66772900: output_path=>/node/tags/nodejs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins_ru/index.html"=>Awestruct::Page{ 68886440: output_path=>/node/tags/jenkins_ru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/notifications/index.html"=>Awestruct::Page{ 69663560: output_path=>/node/tags/notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/slack/index.html"=>Awestruct::Page{ 79565600: output_path=>/node/tags/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/hipchat/index.html"=>Awestruct::Page{ 63608240: output_path=>/node/tags/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/emailext/index.html"=>Awestruct::Page{ 56629120: output_path=>/node/tags/emailext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infra/index.html"=>Awestruct::Page{ 69138960: output_path=>/node/tags/infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugin/index.html"=>Awestruct::Page{ 67393660: output_path=>/node/tags/plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/index.html"=>Awestruct::Page{ 67844720: output_path=>/node/tags/general/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/2.html"=>Awestruct::Page{ 57819260: output_path=>/node/tags/general/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/3.html"=>Awestruct::Page{ 54146380: output_path=>/node/tags/general/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/4.html"=>Awestruct::Page{ 69403300: output_path=>/node/tags/general/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/5.html"=>Awestruct::Page{ 64375480: output_path=>/node/tags/general/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/6.html"=>Awestruct::Page{ 59487740: output_path=>/node/tags/general/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/7.html"=>Awestruct::Page{ 58277340: output_path=>/node/tags/general/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/8.html"=>Awestruct::Page{ 56879460: output_path=>/node/tags/general/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/9.html"=>Awestruct::Page{ 75166680: output_path=>/node/tags/general/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/10.html"=>Awestruct::Page{ 59614560: output_path=>/node/tags/general/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/11.html"=>Awestruct::Page{ 59307680: output_path=>/node/tags/general/page/11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/12.html"=>Awestruct::Page{ 64891780: output_path=>/node/tags/general/page/12.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/13.html"=>Awestruct::Page{ 78331260: output_path=>/node/tags/general/page/13.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/14.html"=>Awestruct::Page{ 68178380: output_path=>/node/tags/general/page/14.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/15.html"=>Awestruct::Page{ 75973400: output_path=>/node/tags/general/page/15.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/16.html"=>Awestruct::Page{ 56587840: output_path=>/node/tags/general/page/16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/17.html"=>Awestruct::Page{ 58508920: output_path=>/node/tags/general/page/17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/18.html"=>Awestruct::Page{ 79435740: output_path=>/node/tags/general/page/18.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/19.html"=>Awestruct::Page{ 75205080: output_path=>/node/tags/general/page/19.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/20.html"=>Awestruct::Page{ 65436420: output_path=>/node/tags/general/page/20.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/21.html"=>Awestruct::Page{ 68128080: output_path=>/node/tags/general/page/21.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/22.html"=>Awestruct::Page{ 55123300: output_path=>/node/tags/general/page/22.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/23.html"=>Awestruct::Page{ 60428500: output_path=>/node/tags/general/page/23.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/24.html"=>Awestruct::Page{ 68542680: output_path=>/node/tags/general/page/24.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/25.html"=>Awestruct::Page{ 78828660: output_path=>/node/tags/general/page/25.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/dsl/index.html"=>Awestruct::Page{ 65396040: output_path=>/node/tags/dsl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/support-core/index.html"=>Awestruct::Page{ 57489220: output_path=>/node/tags/support-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/usage-statistics/index.html"=>Awestruct::Page{ 67662840: output_path=>/node/tags/usage-statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/aws/index.html"=>Awestruct::Page{ 57963540: output_path=>/node/tags/aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ec2/index.html"=>Awestruct::Page{ 59691340: output_path=>/node/tags/ec2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/index.html"=>Awestruct::Page{ 78065280: output_path=>/node/tags/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/page/2.html"=>Awestruct::Page{ 68831800: output_path=>/node/tags/infrastructure/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/page/3.html"=>Awestruct::Page{ 64919360: output_path=>/node/tags/infrastructure/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/webapis/index.html"=>Awestruct::Page{ 60291560: output_path=>/node/tags/webapis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/testing/index.html"=>Awestruct::Page{ 59864120: output_path=>/node/tags/testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/embedded/index.html"=>Awestruct::Page{ 58383320: output_path=>/node/tags/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/docker/index.html"=>Awestruct::Page{ 57290640: output_path=>/node/tags/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/certification/index.html"=>Awestruct::Page{ 56026260: output_path=>/node/tags/certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/hackergarten/index.html"=>Awestruct::Page{ 60118340: output_path=>/node/tags/hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/scale/index.html"=>Awestruct::Page{ 59238100: output_path=>/node/tags/scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins world/index.html"=>Awestruct::Page{ 58333980: output_path=>/node/tags/jenkins world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/office hours/index.html"=>Awestruct::Page{ 57388000: output_path=>/node/tags/office hours/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/dashboard/index.html"=>Awestruct::Page{ 55711600: output_path=>/node/tags/dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/www/index.html"=>Awestruct::Page{ 57444900: output_path=>/node/tags/www/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/index.html"=>Awestruct::Page{ 55327600: output_path=>/node/tags/jenkinsci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/2.html"=>Awestruct::Page{ 55177740: output_path=>/node/tags/jenkinsci/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/3.html"=>Awestruct::Page{ 54236760: output_path=>/node/tags/jenkinsci/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/4.html"=>Awestruct::Page{ 54959360: output_path=>/node/tags/jenkinsci/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/5.html"=>Awestruct::Page{ 54838220: output_path=>/node/tags/jenkinsci/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/6.html"=>Awestruct::Page{ 55077560: output_path=>/node/tags/jenkinsci/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/7.html"=>Awestruct::Page{ 53907420: output_path=>/node/tags/jenkinsci/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/8.html"=>Awestruct::Page{ 54327380: output_path=>/node/tags/jenkinsci/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/index.html"=>Awestruct::Page{ 51961000: output_path=>/node/tags/workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/page/2.html"=>Awestruct::Page{ 53712040: output_path=>/node/tags/workflow/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/page/3.html"=>Awestruct::Page{ 78585360: output_path=>/node/tags/workflow/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/cia/index.html"=>Awestruct::Page{ 77462600: output_path=>/node/tags/cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/cia/page/2.html"=>Awestruct::Page{ 76707420: output_path=>/node/tags/cia/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/index.html"=>Awestruct::Page{ 75892200: output_path=>/node/tags/guest post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/page/2.html"=>Awestruct::Page{ 74989120: output_path=>/node/tags/guest post/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/page/3.html"=>Awestruct::Page{ 70150100: output_path=>/node/tags/guest post/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/video/index.html"=>Awestruct::Page{ 69389300: output_path=>/node/tags/video/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/video/page/2.html"=>Awestruct::Page{ 68855880: output_path=>/node/tags/video/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/index.html"=>Awestruct::Page{ 68204780: output_path=>/node/tags/just for fun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/2.html"=>Awestruct::Page{ 67537340: output_path=>/node/tags/just for fun/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/3.html"=>Awestruct::Page{ 66895700: output_path=>/node/tags/just for fun/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/4.html"=>Awestruct::Page{ 66405760: output_path=>/node/tags/just for fun/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/5.html"=>Awestruct::Page{ 65908620: output_path=>/node/tags/just for fun/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/index.html"=>Awestruct::Page{ 65359420: output_path=>/node/tags/news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/2.html"=>Awestruct::Page{ 64791700: output_path=>/node/tags/news/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/3.html"=>Awestruct::Page{ 64269560: output_path=>/node/tags/news/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/4.html"=>Awestruct::Page{ 63796660: output_path=>/node/tags/news/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/5.html"=>Awestruct::Page{ 55893620: output_path=>/node/tags/news/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/6.html"=>Awestruct::Page{ 59566560: output_path=>/node/tags/news/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/7.html"=>Awestruct::Page{ 58364840: output_path=>/node/tags/news/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/8.html"=>Awestruct::Page{ 56901340: output_path=>/node/tags/news/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/index.html"=>Awestruct::Page{ 79446400: output_path=>/node/tags/releases/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/page/2.html"=>Awestruct::Page{ 78753740: output_path=>/node/tags/releases/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/page/3.html"=>Awestruct::Page{ 78123600: output_path=>/node/tags/releases/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/index.html"=>Awestruct::Page{ 77507720: output_path=>/node/tags/meta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/page/2.html"=>Awestruct::Page{ 76872980: output_path=>/node/tags/meta/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/page/3.html"=>Awestruct::Page{ 76300560: output_path=>/node/tags/meta/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/index.html"=>Awestruct::Page{ 75785000: output_path=>/node/tags/feedback/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/2.html"=>Awestruct::Page{ 75192240: output_path=>/node/tags/feedback/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/3.html"=>Awestruct::Page{ 74791180: output_path=>/node/tags/feedback/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/4.html"=>Awestruct::Page{ 74635300: output_path=>/node/tags/feedback/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/5.html"=>Awestruct::Page{ 74471080: output_path=>/node/tags/feedback/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/6.html"=>Awestruct::Page{ 74314280: output_path=>/node/tags/feedback/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/7.html"=>Awestruct::Page{ 74158600: output_path=>/node/tags/feedback/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/screencast/index.html"=>Awestruct::Page{ 73949280: output_path=>/node/tags/screencast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/index.html"=>Awestruct::Page{ 73759280: output_path=>/node/tags/juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/2.html"=>Awestruct::Page{ 73582580: output_path=>/node/tags/juc/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/3.html"=>Awestruct::Page{ 73418360: output_path=>/node/tags/juc/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/4.html"=>Awestruct::Page{ 73262000: output_path=>/node/tags/juc/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/5.html"=>Awestruct::Page{ 73105740: output_path=>/node/tags/juc/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/6.html"=>Awestruct::Page{ 72940740: output_path=>/node/tags/juc/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/interview/index.html"=>Awestruct::Page{ 72734760: output_path=>/node/tags/interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javaone/index.html"=>Awestruct::Page{ 72554060: output_path=>/node/tags/javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javaone/page/2.html"=>Awestruct::Page{ 72376340: output_path=>/node/tags/javaone/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jobs/index.html"=>Awestruct::Page{ 72195520: output_path=>/node/tags/jobs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/links/index.html"=>Awestruct::Page{ 72023760: output_path=>/node/tags/links/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/links/page/2.html"=>Awestruct::Page{ 71813800: output_path=>/node/tags/links/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/mailing list/index.html"=>Awestruct::Page{ 71641880: output_path=>/node/tags/mailing list/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/mailing list/page/2.html"=>Awestruct::Page{ 71463280: output_path=>/node/tags/mailing list/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jruby/index.html"=>Awestruct::Page{ 71292740: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/s/android/index.html"=>Awestruct::Page{ 67409180: output_path=>/s/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/s/c/index.html"=>Awestruct::Page{ 56341260: output_path=>/s/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/s/docker/index.html"=>Awestruct::Page{ 56093300: output_path=>/s/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/s/embedded/index.html"=>Awestruct::Page{ 58431760: output_path=>/s/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/s/github/index.html"=>Awestruct::Page{ 57639980: output_path=>/s/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/s/java/index.html"=>Awestruct::Page{ 67202580: output_path=>/s/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/s/pipeline/index.html"=>Awestruct::Page{ 59808560: output_path=>/s/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/s/python/index.html"=>Awestruct::Page{ 58276020: output_path=>/s/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/s/ruby/index.html"=>Awestruct::Page{ 79458880: output_path=>/s/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }}>} - The environment variable that is set on the master or slave. Type: String

userName

Type: String

password

+ hudson.util.Secret+

cloakedPaths (optional)

Paths that are cloaked will not be pulled into the local workspace during a GET from the TFVC repository.

Check-ins that contain files only in cloaked folders (in other words, fully cloaked) will not trigger a build, whereas a check-in containing any path that isn’t cloaked will trigger a build.

For example, suppose the Project path is $/Example/project/path, and the repository contains the following subfolders:

$/Example/project/path/A $/Example/project/path/A/1 $/Example/project/path/A/2 $/Example/project/path/B $/Example/project/path/C

Now, suppose the following paths were entered as Cloaked Paths:

$/Example/project/path/A/2 $/Example/project/path/B

…​then the resulting workspace on the Jenkins server would only have the following folders:

$/Example/project/path/A $/Example/project/path/A/1 $/Example/project/path/C

To continue with the example, the following check-in will not trigger a build, because it only contains changes under cloaked paths:

$/Example/project/path/A/2/alpha.txt $/Example/project/path/A/2/second.txt $/Example/project/path/B/bravo.txt

…​whereas this check-in will trigger a build, because it contains at least one path that isn’t cloaked:

$/Example/project/path/A/1/first.txt $/Example/project/path/A/2/second.txt $/Example/project/path/B/bravo.txt Type: String

credentialsConfigurer (optional)

NEW since 5.1.0: Credentials for team project collections can now be configured once instead of once per job.

Automatic
Credentials will be looked up in the global configuration based on the Collection URL.  Make sure you have added your credentials at Jenkins &gt; Manage Jenkins &gt; Configure Credentials and then add Team Project Collections that are linked to their corresponding credentials at Jenkins &gt; Manage Jenkins &gt; Configure System.
Consult the Global Configuration section in README.md for a walkthrough.
Manual
            Credentials are specified in the job.  This is the legacy behavior.
Nested Choice of Objects
+$class: 'AutomaticCredentialsConfigurer'+
+$class: 'ManualCredentialsConfigurer'+
+userName+::::

The name of the user that will be connecting to TFS/Team Services to query history, checkout files, etc.

Team Foundation Server (on-premises)

For [on-premises] Team Foundation Server, the user name can be specified in two ways:

EXAMPLE-DOMAIN\user user@domain.example.com

Visual Studio Team Services (previously known as Visual Studio Online)

For Team Services, there are also two options:

Personal access tokens (recommended)

In Team Services, click your name in the top right corner and select Security.

In the Personal access tokens area, select Add.

Describe the token (use something like "Jenkins server at jenkins.example.com"), select an expiry timeframe, double-check the Team Services account the token will be valid for and, until the corresponding defect in Team Services is fixed, select All scopes.

Click [Create Token] and copy the generated personal access token to the clipboard.

Back to Jenkins, enter the e-mail address associated with your Team Services account as the User name and the generated personal access token as the User password.

Alternate credentials

In Team Services, click your name in the top right corner and select Security.

In the Alternate credentials area, select Enable alternate authentication credentials.

Enter a secondary user name and password, then click [Save].

Back to Jenkins, re-enter those credentials in the User name and User password fields. Type: String

password

+ hudson.util.Secret+

localPath (optional)

The folder where all files will be retrieved into. The folder name is a relative path, under the workspace of the current job.

The default setting is to retrieve the files into the workspace (ie. the workfolder is ".". Type: String

useUpdate (optional)

Type: boolean

$class: UnityAssetSCM

Unity Asset Server Trigger Starts a build when a change is detected on the unity asset server. Configure the Postgres database with the right connection settings and the plugin will search for changes on the server with the interval of the Crontab. Example, if the trigger start each hour based on the crontab schedule, it will search for changes in the last hour.

Plugin developed by Marcelo Adriano Brunken BigPoint GmbH Germany

databaseUrl

Configure the Database IP Adress or Server name Example: 127.0.0.1 Type: String

databasePort

Configure the Postgres Database port, default value is 10733 Type: int

instance

Configure the Database instance Example: production-db Type: String

user

Configure the Database User Example: Admin Type: String

password

Configure the Database User Password Example: LOL *Type: String

$class: VaultSCM serverName:::

+ Specify the hostname or IP address of the vault server. Type: String

path

Type: String

userName

Type: String

password

Type: String

repositoryName

Type: String

vaultName

Type: String

sslEnabled

Type: boolean

useNonWorkingFolder

Type: boolean

merge

Type: String

fileTime

Type: String

makeWritableEnabled

Type: boolean

verboseEnabled

Type: boolean

changelog (optional)

Type: boolean

poll (optional)

Type: boolean